about summary refs log tree commit diff
path: root/src/lib/str.rs
AgeCommit message (Expand)AuthorLines
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