| Age | Commit message (Expand) | Author | Lines |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-09-21 | Allow various lints as part of ui-ifying `src/test/run-pass` suite. | Felix S. Klock II | -0/+1 |
| 2018-08-05 | Fix run-pass-fulldeps tests | varkor | -2/+0 |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -2/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-05 | Remove use of associated_types feature gate from tests. | Huon Wilson | -2/+0 |
| 2015-01-03 | fix rpass/cfail tests | Jorge Aparicio | -1/+3 |
| 2015-01-03 | use assoc types in unop traits | Jorge Aparicio | -2/+6 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -2/+7 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -1/+1 |
| 2014-12-18 | Fix run pass tests | Jorge Aparicio | -2/+2 |
| 2014-12-15 | auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis | bors | -5/+5 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -1/+2 |
| 2014-12-13 | Fix run-pass tests | Jorge Aparicio | -5/+5 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -1/+1 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -2/+6 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -0/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -1/+1 |
| 2013-11-18 | librustc: Convert `~fn()` to `proc()` everywhere. | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+1 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -6/+6 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -2/+2 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -7/+7 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -1/+2 |
| 2013-02-22 | Remove legacy_modes from test cases | Brian Anderson | -1/+0 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -6/+6 |
| 2013-02-01 | check-fast fallout from removing export, r=burningtree | Graydon Hoare | -1/+1 |
| 2013-01-11 | test: add test for overloading logical negation operator | Andrew Paseltiner | -0/+11 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-05 | test: More bustage fixes. rs=me | Patrick Walton | -1/+1 |
| 2012-12-05 | test: More run-pass test fixes | Patrick Walton | -1/+1 |
| 2012-11-26 | libcore: Add explicit self to all overloaded operators but Add and Index. r=b... | Patrick Walton | -3/+3 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -3/+3 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -1/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -7/+7 |
| 2012-09-19 | xfail-fast the legacy_mode run-pass tests | Brian Anderson | -0/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -2/+2 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |