| Age | Commit message (Expand) | Author | Lines |
| 2013-05-10 | Move flate from core to std | Brian Anderson | -107/+0 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -2/+3 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -7/+6 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -2/+2 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -1/+1 |
| 2013-04-20 | core: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -3/+3 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -2/+2 |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -1/+1 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -4/+4 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -0/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -3/+3 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -9/+16 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -0/+2 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -2/+2 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -8/+8 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -2/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+3 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-11 | Remove comment that is now false | Tim Chevalier | -2/+2 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -2/+2 |
| 2012-09-27 | Finish de-exporting cast, mutable, flate, repr, cleanup, reflect. Part of #3583. | Graydon Hoare | -4/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | core: Indicate that flate is demoded | Brian Anderson | -0/+4 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -0/+6 |
| 2012-09-15 | libcore: rename *flate_buf to *flate_bytes (#3444) | Erick Tryzelaar | -7/+7 |
| 2012-09-12 | Rename vec::unsafe to vec::raw | Brian Anderson | -2/+2 |
| 2012-09-10 | Make all remaining moves explicit in libcore | Tim Chevalier | -2/+2 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -1/+1 |
| 2012-09-02 | Silence non-implicitly-copyable-typarams in coretest | Brian Anderson | -0/+1 |
| 2012-08-28 | Compress metadata section. Seems a minor speed win, major space win. | Graydon Hoare | -0/+78 |