about summary refs log tree commit diff
path: root/src/lib/str.rs
AgeCommit message (Expand)AuthorLines
2011-08-12Remove str::from_bytesBrian Anderson-3/+0
2011-08-12Convert str::is_utf8 to ivecsBrian Anderson-2/+2
2011-08-12Remove vec version of str::bytes, rename bytes_ivec to str::bytesBrian Anderson-5/+1
2011-08-12Remove vecs from the rustc driverBrian Anderson-0/+1
2011-08-09Port the stdlib to the ivec type [T] syntax.Erick Tryzelaar-6/+6
2011-08-02Fix majority of valgrind-purity bugs observed in a rustc run (LLVM still appe...Graydon Hoare-2/+2
2011-08-01Add std::str::is_whitespaceBrian Anderson-0/+13
2011-08-01Add std::str::trim/trim_left/trim_rightBrian Anderson-0/+39
2011-08-01Add std::char_sliceBrian Anderson-0/+6
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-213/+203
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-8/+8
2011-07-18Add str::replaceBrian Anderson-0/+17
2011-07-18Add str::is_empty, is_not_empty predsBrian Anderson-0/+12
2011-07-12stdlib: Implement str::split_ivec()Patrick Walton-0/+15
2011-07-10stdlib: Implement an interior-vector version of the io modulePatrick Walton-0/+1
2011-07-10stdlib: Implement str::bytes_ivec() using pointers and castsPatrick Walton-0/+7
2011-07-08stdlib: Implement str::unsafe_from_bytes_ivec()Patrick Walton-0/+5
2011-07-07Make moving of temporaries do the right thing, use it to optimizeMarijn Haverbeke-4/+1
2011-07-05stdlib: Add str::connect_ivec() temporarilyPatrick Walton-0/+11
2011-06-24Remove res idents from stdlibMarijn Haverbeke-4/+4
2011-06-21Serialize constraints in types (literal arguments still not supported)Tim Chevalier-0/+8
2011-06-19Remove various rustboot workaroundsBrian Anderson-6/+1
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-174/+108
2011-06-02Fix and un-xfail vec-append testMarijn Haverbeke-2/+3
2011-05-31Now imports are not re-exported unless 'export' is explicitly used.Paul Stansifer-0/+45
2011-05-22stdlib: Use if/alt expressions in std::strBrian Anderson-8/+8
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-0/+490