about summary refs log tree commit diff
path: root/src/libcore/str.rs
AgeCommit message (Expand)AuthorLines
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
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-5/+92
2012-09-19Remove final bits of residual hokey-hash functions. Close #1616.Graydon Hoare-5/+0
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-60/+70
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-72/+62
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-62/+72
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-21/+21
2012-09-18libcore: str::unsafe::from_buf_len_nocopy => form_sliceErick Tryzelaar-9/+8
2012-09-18Replace uses of 'unchecked' with 'unsafe'Brian Anderson-19/+19
2012-09-15libcore: fix whitespace in str testErick Tryzelaar-1/+1
2012-09-14Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...Graydon Hoare-2/+3
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