| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+4 |
| 2019-04-23 | Fix regression in line ending test | varkor | -2/+2 |
| 2019-04-22 | Remove double trailing newlines | varkor | -20/+2 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -6/+6 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -1/+1 |
| 2019-03-31 | Fix stack overflow when generating debuginfo for 'recursive' type | Aaron Hill | -0/+8 |
| 2019-03-30 | Fix more tests | Fabian Drinck | -2/+0 |
| 2019-03-16 | Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkor | kennytm | -0/+9 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -47/+318 |
| 2019-03-13 | Fix generic argument lookup for Self | Angelos Oikonomopoulos | -0/+9 |
| 2019-03-04 | Regression test for #58435. | Felix S. Klock II | -0/+17 |
| 2019-02-26 | Normalize the type Self resolves to in an impl | Angelos Oikonomopoulos | -0/+13 |
| 2019-02-25 | Test that binop subtyping in rustc_typeck fixes #27949 | Jamie Turner | -0/+41 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 |
| 2019-01-26 | Replace deprecated ATOMIC_INIT consts | Mark Rousskov | -2/+2 |
| 2019-01-04 | implement a hack to make traitobject 0.1.0 compile | Ariel Ben-Yehuda | -47/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -7910/+6 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -5/+56 |
| 2018-12-21 | Stabilize #[repr(packed(N))] | Taylor Cramer | -1/+0 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -0/+1 |
| 2018-12-19 | Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-opti... | Pietro Albini | -0/+5 |
| 2018-12-19 | FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif... | Niv Kaminer | -5/+56 |
| 2018-12-17 | Address LLVM assertion failure by prepopulating with *just* name-anon-globals. | Felix S. Klock II | -1/+1 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -0/+57 |
| 2018-12-14 | fix issue 54153 by ignoring issue-18804 test on windows/mac. | Felix S. Klock II | -0/+5 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -4/+4 |
| 2018-12-11 | Fix some misbehaving tests | varkor | -0/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -6/+7 |
| 2018-11-25 | Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov | Pietro Albini | -1/+0 |
| 2018-11-21 | macro_literal_matcher: fixes per petrochenkov's review | Dan Aloni | -1/+0 |
| 2018-11-21 | Stabilize macro_literal_matcher | Dan Aloni | -1/+1 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -1/+1 |
| 2018-11-11 | Rollup merge of #55687 - alexreg:fix-24010, r=scalexm | Pietro Albini | -0/+22 |
| 2018-11-08 | Deprecate channel selection | Stjepan Glavina | -0/+1 |
| 2018-11-07 | Added tests. | Alexander Regueiro | -0/+22 |
| 2018-10-30 | Regression test for issue #54477. | Felix S. Klock II | -0/+25 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-16 | Add ignore-compare-mode-nll to some run-pass tests that become compile-fail u... | Felix S. Klock II | -0/+46 |
| 2018-10-07 | Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obk | bors | -23/+0 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -5/+0 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -0/+1 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -0/+1 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -5/+0 |
| 2018-10-04 | Convert issue-49556.rs to compile-pass | Jonas Schievink | -31/+0 |
| 2018-10-04 | Fix dead code lint for functions using impl Trait | Jonas Schievink | -0/+8 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -1/+3 |
| 2018-10-02 | Rollup merge of #54702 - RalfJung:fn-ptr-promotion, r=oli-obk | Pietro Albini | -0/+8 |
| 2018-10-02 | Rollup merge of #54680 - RalfJung:compile-pass, r=pnkfelix | Pietro Albini | -7152/+0 |
| 2018-10-02 | move some more tests | Ralf Jung | -1416/+0 |
| 2018-09-30 | do not promote comparing function pointers | Ralf Jung | -0/+8 |