about summary refs log tree commit diff
path: root/src/libcore/str.rs
AgeCommit message (Expand)AuthorLines
2011-12-16core: marked fns as pure where possibleStefan Plantikow-4/+4
2011-12-15stdlib: Add a str::split_str() to split on a delimiter string of any lengthPatrick Walton-5/+41
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+962