| Age | Commit message (Expand) | Author | Lines |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -2214/+0 |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -0/+68 |
| 2019-07-13 | Make `newtype_index` hygienic and use allow_internal_unstable | Matthew Jasper | -3/+3 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -2/+1 |
| 2019-07-07 | Link compiler plugins to rustc_driver | John Kåre Alsaker | -0/+8 |
| 2019-06-30 | Feature gate `rustc` attributes harder | Vadim Petrochenkov | -1/+1 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -2/+3 |
| 2019-06-23 | let_chains: Add test cases to pprust-expr-roundtrip. | Mazdak Farrokhzad | -23/+32 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -1/+1 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -13/+5 |
| 2019-06-19 | Rollup merge of #61843 - alexcrichton:disable-myriad-closures, r=pietroalbini | Mazdak Farrokhzad | -3/+3 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -13/+5 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -1/+1 |
| 2019-06-14 | Turn down the myriad-closures test | Alex Crichton | -3/+3 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -5/+3 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::DeclMacro` | Vadim Petrochenkov | -0/+2 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator` | Vadim Petrochenkov | -367/+0 |
| 2019-06-06 | Some code cleanup and tidy/test fixes | Vadim Petrochenkov | -10/+10 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -17/+15 |
| 2019-05-29 | Update the rest of the test suites to use dyn | memoryruins | -1/+1 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -4/+4 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -7/+8 |
| 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 |