| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1517/+0 |
| 2020-08-29 | Move retokenize hack to save_analysis | Aleksey Kladov | -4/+2 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-16 | save_analysis: support `QPath::LangItem` | David Wood | -18/+12 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -0/+4 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -1/+1 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -20/+22 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -6/+6 |
| 2020-07-02 | rustc_save_analysis: avoid using TypeckTables::empty for SaveContext. | Eduard-Mihai Burtescu | -9/+9 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -2/+1 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -1/+3 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -1/+1 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -1/+0 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+3 |
| 2020-06-09 | save_analysis: better handle functions signature | marmeladema | -2/+3 |
| 2020-06-09 | save_analysis: better handle paths | marmeladema | -23/+51 |
| 2020-06-06 | save_analysis: fix panic in `write_sub_paths_truncated` | marmeladema | -3/+5 |
| 2020-06-04 | save_analysis: work on HIR tree instead of AST | marmeladema | -505/+411 |
| 2020-05-15 | Rollup merge of #71809 - marmeladema:fix-issue-71104, r=eddyb | Dylan DPC | -29/+41 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+3 |
| 2020-05-03 | Use `LocalDefId` in `DumpVisitor::nest_tables` | marmeladema | -29/+41 |
| 2020-04-27 | Accept `LocalDefId` as keyt for `names_imported_by_glob_use` | marmeladema | -1/+1 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -1/+1 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -7/+10 |
| 2020-04-14 | Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table | marmeladema | -5/+8 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -12/+20 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_... | marmeladema | -2/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -4/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-28 | Auto merge of #70261 - Centril:angle-args-partition, r=varkor | bors | -2/+2 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -17/+17 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -4/+4 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -6/+3 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -6/+6 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -12/+13 |
| 2020-02-23 | Rollup merge of #69375 - Menschenkindlein:master, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -2/+2 |
| 2020-02-22 | parse: allow `type Foo: Ord` syntactically. | Mazdak Farrokhzad | -3/+6 |
| 2020-02-18 | Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov | Mazdak Farrokhzad | -15/+17 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -5/+5 |
| 2020-02-15 | parse extern consts | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | parse associated statics. | Mazdak Farrokhzad | -2/+4 |
| 2020-02-15 | ast/parser: fuse `static` & `const` grammars in all contexts. | Mazdak Farrokhzad | -1/+1 |
| 2020-02-15 | ast: make `= <expr>;` optional in free statics/consts. | Mazdak Farrokhzad | -4/+4 |
| 2020-02-15 | ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`. | Mazdak Farrokhzad | -1/+1 |