summary refs log tree commit diff
path: root/src/libcore/str.rs
AgeCommit message (Expand)AuthorLines
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
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-8/+8
2012-08-05Switch alts to use arrowsBrian Anderson-31/+29
2012-08-02De-duplicate core::hash some, refactor the traits.Graydon Hoare-4/+2
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-30/+34
2012-08-01Convert ret to returnBrian Anderson-68/+68
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-28core: More magic to make core build with --testBrian Anderson-1/+2
2012-07-27core: Trait-ify various overloaded operatorsPatrick Walton-1/+7
2012-07-25More purity to make it easier to borrow strings in format strings.Eric Holk-4/+4
2012-07-25Allow logging slicesEric Holk-0/+4
2012-07-24Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.Graydon Hoare-5/+4
2012-07-24Update some str functions to slices, merge as_buf and unpack_slice.Graydon Hoare-77/+70
2012-07-18iterate only over immutable vectors; use newer region notationNiko Matsakis-7/+7
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-1/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-513/+515
2012-07-13Make push_str overallocate. Use it in some places that were still doing +=.Michael Sullivan-2/+19
2012-07-11core: Newtype a bunch of types in libcorePatrick Walton-2/+36
2012-07-06Move string append to libraries. Closes #2710.Michael Sullivan-11/+47
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-766/+745
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-4/+4
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-6/+48
2012-07-01Convert to new closure syntaxBrian Anderson-67/+66
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-30/+30
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-6/+48
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-131/+131
2012-06-27Removed pretty much all the vector+ from core (issue #2719)Eric Holk-15/+16