| Age | Commit message (Expand) | Author | Lines |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-02 | collections::bitv: change constructors for `Bitv` and `BitvSet` | Andrew Poelstra | -2/+2 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -2/+2 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+1 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -1/+1 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -1/+1 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -2/+1 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -2/+2 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -1/+1 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -1/+1 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -2/+2 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -0/+2 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -1/+1 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -3/+3 |
| 2012-07-30 | Reduce the difficulty of run-pass/bitv-perf-test. Valgrinds slowly | Brian Anderson | -1/+1 |
| 2012-07-29 | Rewrite bitv to use classes and optimize its representation | Tim Chevalier | -0/+13 |