| Age | Commit message (Expand) | Author | Lines |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+52 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -18/+18 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -1/+1 |
| 2012-09-14 | libcore: Implement a box annihilator, not called yet | Patrick Walton | -0/+5 |
| 2012-09-13 | s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rs | Niko Matsakis | -1/+1 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -6/+6 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -17/+33 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+2 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -3/+3 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-09-02 | Fix use of reinterpret_cast in to_mut_unsafe_ptr | Brian Anderson | -1/+1 |
| 2012-09-02 | libcore: Add ptr::to_mut_unsafe_ptr | Patrick Walton | -2/+11 |
| 2012-09-01 | Demode reinterpret_cast | Brian Anderson | -15/+15 |
| 2012-08-29 | rustc: Make `<=`, `>=`, and `>` use traits as well | Patrick Walton | -3/+19 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -2/+29 |
| 2012-08-27 | preliminary work on making future's sendable | Niko Matsakis | -2/+3 |
| 2012-08-27 | libcore: Fix equality for pointers... again | Patrick Walton | -2/+2 |
| 2012-08-27 | libcore: Fix signature of the impl for *T | Patrick Walton | -1/+1 |
| 2012-08-27 | libcore: Implement equality for pointers | Patrick Walton | -0/+6 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -3/+3 |
| 2012-08-14 | Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2... | Ben Blum | -1/+1 |
| 2012-08-13 | Add ptr::ref_eq() | Ben Blum | -2/+8 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+1 |
| 2012-08-02 | Make comparisons between region pointers work | Tim Chevalier | -0/+26 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-31 | test: Move two tests from run-pass into the libs | Brian Anderson | -0/+11 |
| 2012-07-24 | Update some str functions to slices, merge as_buf and unpack_slice. | Graydon Hoare | -1/+2 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -0/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -4/+4 |
| 2012-07-11 | core: Newtype a bunch of types in libcore | Patrick Walton | -1/+6 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -26/+26 |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -8/+8 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -8/+8 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -3/+3 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -3/+3 |
| 2012-06-25 | core: Convert declarations to not use the trailing 'unsafe' notation | Brian Anderson | -40/+50 |
| 2012-06-21 | Move vector addition out of trans and into libcore. | Eric Holk | -0/+9 |
| 2012-06-07 | mark addr_or and friends pure | Niko Matsakis | -2/+2 |
| 2012-06-04 | Machine types are different from int/uint, etc (Issue #2187) | Eric Holk | -3/+3 |
| 2012-06-02 | make vec fns/methods take imm slices. | Niko Matsakis | -0/+7 |
| 2012-05-02 | remove extra type parameter from ptr::is_null() and friends | Niko Matsakis | -2/+2 |
| 2012-04-15 | core: Add extension methods for is_null, is_not_null | Brian Anderson | -0/+10 |
| 2012-04-15 | export buf_len from ptr | Alexander Stavonin | -1/+3 |
| 2012-04-13 | Trivial change to force a doc rebuild. | Graydon Hoare | -2/+2 |
| 2012-04-11 | Add ptr::position and ptr::buf_len, close #2183. | Graydon Hoare | -0/+43 |
| 2012-04-03 | core: Export is_null, is_not_null | Brian Anderson | -0/+2 |
| 2012-04-03 | core: Add ptr::is_null/is_not_null | Brian Anderson | -1/+7 |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -10/+10 |