summary refs log tree commit diff
path: root/src/libcore/str.rs
AgeCommit message (Expand)AuthorLines
2012-12-12core: Remove some uses of 'move'Brian Anderson-31/+31
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-12-09Remove transitional codeBrian Anderson-9/+0
2012-12-04librustc: Implement explicit self for Add and Index; add a hack in the borrow...Patrick Walton-0/+9
2012-11-30core: Make core.rc more readable. CleanupBrian Anderson-0/+6
2012-11-28core: Convert some records to structsBrian Anderson-21/+26
2012-11-28Register snapshotsBrian Anderson-78/+0
2012-11-20Remove parentheses from closure argument typesErick Tryzelaar-1/+1
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+78
2012-11-03Remove stage0 stuff that was awaiting snapshotTim Chevalier-36/+0
2012-10-24Implement proper subtyping for region fn types (part of #2263)Niko Matsakis-1/+37
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-1/+1
2012-10-19Renaming trait name UniqueStr to TrimmableMahmut Bulut-2/+2
2012-10-18Revert "Simplify str::to_managed"Erick Tryzelaar-2/+3
2012-10-18Rename str::to_unique to str::to_owned.Erick Tryzelaar-2/+2
2012-10-18Simplify str::to_managedErick Tryzelaar-3/+2
2012-10-17libsyntax: refactor the parser to consider foreign items as itemsPhilipp Brüschweiler-1/+1
2012-10-17Fix copy warnings in strTim Chevalier-3/+4
2012-10-17Fix copy warnings in strTim Chevalier-8/+8
2012-10-17Merge pull request #3739 from killerswan/usagemsgTim Chevalier-0/+62
2012-10-17Add a module to getopts to support verbose option definitionKevin Cantu-0/+62
2012-10-17Merge pull request #3706 from erickt/str-with-capacityTim Chevalier-0/+5
2012-10-13Implement to_managed without using an upcall function, as suggested by brson.Gareth Daniel Smith-9/+4
2012-10-13Add an &str.to_managed method to allow creating non-constant @str values (for...Gareth Daniel Smith-0/+20
2012-10-12Make moves explicit in core testsTim Chevalier-16/+16
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-11/+11
2012-10-09core::str - making StrSlice trait functions pureDaniel Patterson-53/+55
2012-10-09libcore: add a str::with_capacity to match the fn in vecErick Tryzelaar-0/+5
2012-10-08libcore: include the trim methods in the StrSlice traitErick Tryzelaar-0/+3
2012-10-08libcore: str trim functions can be applied to &strsErick Tryzelaar-0/+10
2012-10-04Forbid deprecated modes again in coreTim Chevalier-2/+2
2012-10-02Removing explicit uses of + modeTim Chevalier-1/+1
2012-10-01rename vec::raw::form_slice to buf_as_sliceErick Tryzelaar-1/+1
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-2/+2
2012-09-28Fix long line.Graydon Hoare-2/+5
2012-09-28De-export str. Part of #3583.Graydon Hoare-250/+124
2012-09-28demode vecNiko Matsakis-4/+4
2012-09-26core: Fix mode warnings in strBrian Anderson-4/+4
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-12/+11
2012-09-25Demode iter-traitTim Chevalier-2/+2
2012-09-25Demode Num trait and implsTim Chevalier-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-81/+0
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-1/+2
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-9/+6
2012-09-21libcore: De-mode strPatrick Walton-67/+84
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-1/+5
2012-09-20libcore: Fix level-of-indirection problem in str::buf_as_slicePatrick Walton-1/+1
2012-09-20rustc: Fix buf_as_slice exportPatrick Walton-1/+1