| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -35/+35 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -11/+22 |
| 2013-03-23 | core: derive Clone for core types | Andrew Paseltiner | -2/+2 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -64/+64 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -3/+3 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -2/+2 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -8/+8 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -8/+8 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -44/+50 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -57/+57 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -57/+57 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+1 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -4/+4 |
| 2013-02-19 | Added is_restricted() to path | Armin Ronacher | -0/+26 |
| 2013-02-19 | Improved windows path handling support | Armin Ronacher | -18/+100 |
| 2013-02-18 | Refactored make_absolute into functionality on the Path | Armin Ronacher | -0/+30 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -25/+25 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -2/+2 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -4/+4 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -2/+2 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -13/+12 |
| 2013-01-13 | Support ARM and Android | kyeongwoon | -0/+2 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -8/+12 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+6 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -6/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+6 |
| 2013-01-04 | core: fix windows breakage, r=burningtree. | Graydon Hoare | -0/+1 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -1/+4 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+13 |
| 2012-12-13 | Change some uses of static methods to use the trait path | Brian Anderson | -2/+2 |
| 2012-12-13 | Replace some Eq impls with deriving_eq | Brian Anderson | -18/+2 |
| 2012-12-05 | librustc: Hook borrow check loan checking up to the moves-based-on-type infra... | Patrick Walton | -2/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -0/+3 |
| 2012-11-28 | Register snapshots | Brian Anderson | -24/+0 |
| 2012-11-21 | libcore: fix build breakage on win32 stat. | Graydon Hoare | -1/+2 |
| 2012-11-20 | libcore: Add stat methods to paths | Erick Tryzelaar | -1/+265 |
| 2012-11-20 | libcore: Clean up the path tests | Erick Tryzelaar | -127/+121 |
| 2012-11-20 | Add PosixPath and WindowsPath constructor fns | Erick Tryzelaar | -10/+18 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+24 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -14/+33 |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -2/+2 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -4/+4 |
| 2012-09-28 | demode vec | Niko Matsakis | -3/+3 |
| 2012-09-27 | Finish de-exporting path, rand, run, sys. Part of #3583. | Graydon Hoare | -13/+11 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -5/+5 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -22/+0 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |