| Age | Commit message (Expand) | Author | Lines |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -2/+2 |
| 2012-09-12 | Rename str::unsafe to str::raw | Brian Anderson | -35/+35 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -7/+7 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -1/+7 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -7/+5 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 |
| 2012-09-10 | rustc: Stop calling cmp shape glue in trans. | Patrick Walton | -0/+7 |
| 2012-09-10 | rustc: Make shape-based compare glue never called for comparison operators. | Patrick Walton | -14/+3 |
| 2012-09-07 | libcore: Make str_eq not break with coretest | Patrick Walton | -0/+17 |
| 2012-09-07 | rustc: Add a str_eq lang item for pattern matching | Patrick Walton | -0/+1 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+6 |
| 2012-09-05 | libcore: Make to_upper() and to_lower() pure | Patrick Walton | -4/+4 |
| 2012-09-05 | Start making moves explicit in libcore | Tim Chevalier | -24/+22 |
| 2012-09-05 | Add str::trim{_,_left_,_right_}chars. | Graydon Hoare | -0/+79 |
| 2012-09-04 | libcore: Make as_bytes_slice() not include the null byte | Patrick Walton | -1/+10 |
| 2012-09-04 | add test for eq_slice fix | Andrew Paseltiner | -0/+7 |
| 2012-09-04 | fix str::eq_slice off-by-one error | Andrew Paseltiner | -1/+1 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-09-03 | libcore: Remove as_bytes_slice | Patrick Walton | -0/+5 |
| 2012-09-02 | Camel case core::ops | Brian Anderson | -1/+1 |
| 2012-09-02 | Silence non-implicitly-copyable-typarams in coretest | Brian Anderson | -1/+1 |
| 2012-09-02 | core: deny(vecs_implicity_copyable) | Brian Anderson | -2/+2 |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -10/+10 |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -2/+2 |
| 2012-08-30 | libcore: rewrite str::reserve in pure rust. | Erick Tryzelaar | -7/+3 |
| 2012-08-30 | libcore: Rewrite str::unsafe::push_byte in pure rust. | Erick Tryzelaar | -3/+8 |
| 2012-08-30 | libcore: str::push_char should use str::unsafe::set_len. | Erick Tryzelaar | -6/+1 |
| 2012-08-30 | Change str : Eq to use memcmp. | Graydon Hoare | -11/+11 |
| 2012-08-30 | libcore: Fix test issues harder | Patrick Walton | -1/+1 |
| 2012-08-30 | libcore: Fix test issues | Patrick Walton | -4/+4 |
| 2012-08-29 | rustc: Make `<=`, `>=`, and `>` use traits as well | Patrick Walton | -1/+42 |
| 2012-08-29 | libcore: Fix build breakage | Patrick Walton | -1/+1 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -6/+32 |
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -1/+1 |
| 2012-08-27 | libcore: Replace a bunch of "== None" with ".is_none()". | Patrick Walton | -4/+4 |
| 2012-08-27 | libcore: Implement Eq for string types | Patrick Walton | -0/+25 |
| 2012-08-27 | libcore: fix indention. | Erick Tryzelaar | -74/+74 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -61/+61 |
| 2012-08-25 | libcore: Add some methods to make working with string slices easier | Patrick Walton | -0/+56 |
| 2012-08-23 | wrap long line | Niko Matsakis | -1/+2 |
| 2012-08-23 | libcore: Add from_buf_len_nocopy | Patrick Walton | -0/+8 |
| 2012-08-23 | Rename str::bytes to str::to_bytes | Tim Chevalier | -3/+3 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -4/+4 |
| 2012-08-20 | Add PosixPath to path2. Add path2 to core build. Add dot/dotdot-normalizing. | Graydon Hoare | -0/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -7/+7 |
| 2012-08-15 | Expunge match checks | Tim Chevalier | -4/+6 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-08-14 | Add a map::str_slice_map constructor to libstd. | Graydon Hoare | -0/+1 |
| 2012-08-13 | Stop parsing old operator overloading syntax | Brian Anderson | -6/+0 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -3/+3 |