| Age | Commit message (Expand) | Author | Lines |
| 2020-08-02 | Replace from log to tracing | bishtpawan | -1/+1 |
| 2020-08-02 | Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe... | bishtpawan | -1/+1 |
| 2020-07-23 | cleanup | Bastian Kauschke | -1/+1 |
| 2020-07-23 | stop sorting generic params | Bastian Kauschke | -14/+1 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -3/+8 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -3/+8 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -1/+1 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -3/+3 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+1 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -1/+1 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -7/+7 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -13/+37 |
| 2020-06-20 | Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk | Manish Goregaokar | -2/+0 |
| 2020-06-20 | Move `trait_map` into `hir::Crate` | marmeladema | -0/+10 |
| 2020-06-15 | Remove use of specialization from librustc_arena | Matthew Jasper | -2/+0 |
| 2020-06-15 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-06-11 | Allow all impl trait types to capture bound lifetimes | Matthew Jasper | -28/+119 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -1/+1 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -5/+1 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -2/+7 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -1/+1 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -1/+1 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+1 |
| 2020-05-24 | Rollup merge of #72284 - Aaron1011:feature/inline-macro-did, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-22 | Remove `macro_defs` map | Aaron Hill | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -1/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -11/+12 |
| 2020-04-14 | Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table | marmeladema | -13/+10 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -9/+5 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -0/+1 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | dep_graph.assert_ignored() -> rustc_interface | Mazdak Farrokhzad | -7/+0 |
| 2020-03-21 | lowering: bug! -> panic! | Mazdak Farrokhzad | -6/+5 |
| 2020-03-21 | separate out an arena for HIR | Mazdak Farrokhzad | -1/+4 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -0/+5 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -14/+9 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -19/+15 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::lowering. | Eduard-Mihai Burtescu | -48/+58 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+1 |
| 2020-03-17 | Make async/await lowering use resume arguments | Jonas Schievink | -0/+5 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -5/+8 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -2/+1 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -5/+8 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -4/+2 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -3/+1 |