| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -6/+6 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -5/+5 |
| 2015-02-18 | Update suffixes en masse in tests using `perl -p -i -e` | Niko Matsakis | -5/+5 |
| 2015-02-05 | Implement pretty-printing of `..` and update tests. | Ulrik Sverdrup | -1/+1 |
| 2015-01-07 | Tests | Nick Cameron | -1/+1 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -1/+1 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -6/+6 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -3/+2 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1/+1 |
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -2/+2 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -23/+23 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -1/+0 |
| 2014-05-30 | lib{serialize, uuid}: Fix snake case errors. | Kevin Butler | -3/+3 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -1/+1 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -1/+1 |
| 2014-02-25 | test: Clean out the test suite a bit | Alex Crichton | -7/+7 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1/+1 |
| 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 | -4/+3 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+1 |
| 2014-02-02 | Update/delete tests using @[]. | Huon Wilson | -3/+0 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -1/+1 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -2/+1 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -2/+2 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -5/+7 |
| 2013-12-16 | Update and un-xfail auto-encode test | Corey Richardson | -42/+34 |
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -2/+0 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -26/+35 |
| 2013-06-14 | xfail run-pass/auto-encode.rs | Brian Anderson | -0/+2 |
| 2013-05-31 | Implement unimplemented methods in ebml | Alex Crichton | -2/+17 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -8/+8 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -3/+4 |
| 2013-04-10 | test: update serialization tests to use new macro | Erick Tryzelaar | -14/+7 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-29 | std: remove prettyprint | Erick Tryzelaar | -21/+0 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -8/+8 |
| 2013-03-22 | test: replace uses of old deriving attribute with new one | Andrew Paseltiner | -1/+1 |
| 2013-03-11 | test: Remove newtype enums from the test suite. rs=deenum | Patrick Walton | -15/+0 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -4/+4 |
| 2013-02-21 | librustc: Separate the rest of the trait bounds with `+` and stop parsing spa... | Patrick Walton | -2/+2 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -5/+5 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -1/+1 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -5/+0 |