about summary refs log tree commit diff
path: root/src/libcore/str
AgeCommit message (Expand)AuthorLines
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-0/+1
2014-12-30Fallout from mut slicesNick Cameron-0/+1
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-2/+2
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-0/+1689
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-287/+0
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+3
2013-05-03Add a brief description to show up in http://static.rust-lang.org/doc/core/in...kud1ing-0/+2
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-0/+1
2013-04-24Removed ascii functions from other modulesMarvin Löbel-0/+12
2013-04-23Fixing some various warnings about unused importsAlex Crichton-0/+1
2013-04-22Added missing assert, did some formatingMarvin Löbel-12/+1
2013-04-22Moved ascii out of strMarvin Löbel-20/+31
2013-04-20Corrected historyMarvin Löbel-1/+1
2013-04-20Added case functions to AsciiMarvin Löbel-0/+52
2013-04-20Added Ascii typeMarvin Löbel-0/+216