about summary refs log tree commit diff
path: root/src/libcore/str.rs
AgeCommit message (Expand)AuthorLines
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-2/+2
2012-09-12Rename str::unsafe to str::rawBrian Anderson-35/+35
2012-09-12Rename vec::unsafe to vec::rawBrian Anderson-7/+7
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-1/+7
2012-09-11Make moves explicit in argumentsTim Chevalier-7/+5
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-10rustc: Stop calling cmp shape glue in trans.Patrick Walton-0/+7
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-14/+3
2012-09-07libcore: Make str_eq not break with coretestPatrick Walton-0/+17
2012-09-07rustc: Add a str_eq lang item for pattern matchingPatrick Walton-0/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+6
2012-09-05libcore: Make to_upper() and to_lower() purePatrick Walton-4/+4
2012-09-05Start making moves explicit in libcoreTim Chevalier-24/+22
2012-09-05Add str::trim{_,_left_,_right_}chars.Graydon Hoare-0/+79
2012-09-04libcore: Make as_bytes_slice() not include the null bytePatrick Walton-1/+10
2012-09-04add test for eq_slice fixAndrew Paseltiner-0/+7
2012-09-04fix str::eq_slice off-by-one errorAndrew Paseltiner-1/+1
2012-09-04libcore: "import" -> "use"Patrick Walton-3/+3
2012-09-03libcore: Remove as_bytes_slicePatrick Walton-0/+5
2012-09-02Camel case core::opsBrian Anderson-1/+1
2012-09-02Silence non-implicitly-copyable-typarams in coretestBrian Anderson-1/+1
2012-09-02core: deny(vecs_implicity_copyable)Brian Anderson-2/+2
2012-09-01Demode reinterpret_castBrian Anderson-10/+10
2012-08-31Make utility funs in core::int, core::uint, etc. not by-referenceTim Chevalier-2/+2
2012-08-30libcore: rewrite str::reserve in pure rust.Erick Tryzelaar-7/+3
2012-08-30libcore: Rewrite str::unsafe::push_byte in pure rust.Erick Tryzelaar-3/+8
2012-08-30libcore: str::push_char should use str::unsafe::set_len.Erick Tryzelaar-6/+1
2012-08-30Change str : Eq to use memcmp.Graydon Hoare-11/+11
2012-08-30libcore: Fix test issues harderPatrick Walton-1/+1
2012-08-30libcore: Fix test issuesPatrick Walton-4/+4
2012-08-29rustc: Make `<=`, `>=`, and `>` use traits as wellPatrick Walton-1/+42
2012-08-29libcore: Fix build breakagePatrick Walton-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-6/+32
2012-08-29core: Demode int/uint modsBrian Anderson-1/+1
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-4/+4
2012-08-27libcore: Implement Eq for string typesPatrick Walton-0/+25
2012-08-27libcore: fix indention.Erick Tryzelaar-74/+74
2012-08-26Camel case the option typeBrian Anderson-61/+61
2012-08-25libcore: Add some methods to make working with string slices easierPatrick Walton-0/+56
2012-08-23wrap long lineNiko Matsakis-1/+2
2012-08-23libcore: Add from_buf_len_nocopyPatrick Walton-0/+8
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-20Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing.Graydon Hoare-0/+1
2012-08-15Convert more core types to camel caseBrian Anderson-7/+7
2012-08-15Expunge match checksTim Chevalier-4/+6
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-14Add a map::str_slice_map constructor to libstd.Graydon Hoare-0/+1
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-6/+0
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3