about summary refs log tree commit diff
path: root/src/libcore/str.rs
AgeCommit message (Expand)AuthorLines
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-5/+5
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-3/+3
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-13/+0
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-21/+32
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-8/+8
2013-01-13Merge pull request #4411 from wting/4203_rename_memcpyTim Chevalier-4/+4
2013-01-10libcore: Fix core test. rs=brokenPatrick Walton-6/+10
2013-01-10Rename memcpy, memmove, memset to prevent any confusion with the C equivalents.William Ting-4/+4
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+7
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-7/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+7
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-1/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+14
2012-12-23core: Mark some functions as pureChris Peterson-4/+2
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