| Age | Commit message (Expand) | Author | Lines |
| 2019-04-21 | Use sysroot libserialize in newtype_index test | Igor Matuszewski | -1/+1 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -13/+6 |
| 2019-03-15 | Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix | bors | -0/+26 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -12/+12 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -71/+10 |
| 2019-03-04 | Use bit operations for setting large ranges of bits in a u64 | Oliver Scherer | -1/+1 |
| 2019-03-04 | Test the `UndefMask` type | Oliver Scherer | -0/+26 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -1/+1 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -3/+3 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -2/+2 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -1/+1 |
| 2019-02-11 | Update fulldeps test | Oliver Scherer | -1/+1 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -24/+28 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -0/+8 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -729/+27 |
| 2019-01-19 | Fix lints in tests | John Kåre Alsaker | -0/+8 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -1/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -841/+0 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -1/+1 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -2/+2 |
| 2018-12-07 | Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib... | Vadim Petrochenkov | -16/+12 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -2/+2 |
| 2018-12-06 | Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis | bors | -1/+1 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -3/+5 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -3/+5 |
| 2018-12-04 | Add and update tests | Oliver Scherer | -1/+0 |
| 2018-12-04 | Adjust a rustc test to the safety changes | Oliver Scherer | -1/+2 |
| 2018-12-04 | Fix test | Shotaro Yamada | -1/+0 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -2310/+0 |
| 2018-11-30 | tests: remove ignore-stage1 where possible in proc_macro tests. | Eduard-Mihai Burtescu | -29/+1 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -2/+0 |
| 2018-11-23 | Fix proc-macro test after internal API change | Esteban Küber | -2/+2 |
| 2018-11-18 | Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichton | Pietro Albini | -0/+2 |
| 2018-11-15 | test/linkage-visibility: Ignore on musl targets | Samuel Holland | -0/+2 |
| 2018-11-15 | Rollup merge of #55750 - oli-obk:node_id_x, r=michaelwoerister | Pietro Albini | -1/+1 |
| 2018-11-12 | Fix fulldeps test with NodeId | Oliver Scherer | -1/+1 |
| 2018-11-11 | Fix typos. | Bruce Mitchener | -1/+1 |
| 2018-10-23 | Point at macro definition when no rules expect token | Esteban Küber | -1/+2 |
| 2018-10-19 | Update more internals tests to `default` | Oliver Scherer | -2/+2 |
| 2018-10-19 | Update a compiler-test to the `Default` changes | Oliver Scherer | -1/+1 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -1/+1 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -2/+2 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -2/+2 |
| 2018-10-05 | Auto merge of #54336 - petrochenkov:preuni, r=alexcrichton | bors | -1/+1 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-10-05 | expansion: Remove restriction on use of macro attributes with test/bench | Vadim Petrochenkov | -1/+1 |
| 2018-10-02 | Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg... | jeb | -14/+14 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+0 |
| 2018-09-26 | Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoerister | bors | -3/+4 |