| Age | Commit message (Expand) | Author | Lines |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -12/+9 |
| 2020-07-02 | rustc_save_analysis: avoid using TypeckTables::empty for SaveContext. | Eduard-Mihai Burtescu | -14/+22 |
| 2020-06-19 | save_analysis: improve handling of enum struct variant | marmeladema | -19/+6 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -1/+1 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -1/+0 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -1/+0 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -1/+1 |
| 2020-06-09 | save_analysis: fix enum reference to point to variant rather than constructor | marmeladema | -11/+7 |
| 2020-06-09 | save_analysis: improve pretty printing of enum | marmeladema | -5/+4 |
| 2020-06-09 | save_analysis: better handle functions signature | marmeladema | -29/+28 |
| 2020-06-09 | save_analysis: better handle paths | marmeladema | -3/+7 |
| 2020-06-06 | save_analysis: fix ice in `get_expr_data` | marmeladema | -3/+7 |
| 2020-06-04 | save_analysis: work on HIR tree instead of AST | marmeladema | -253/+220 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -3/+2 |
| 2020-05-18 | Fix ICE in -Zsave-analysis | Nathan Corbyn | -1/+5 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+3 |
| 2020-04-24 | Split out the `Generator` case from `DefKind::Closure`. | Eduard-Mihai Burtescu | -1/+2 |
| 2020-04-24 | add a few more DefKinds | mark | -2/+15 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -23/+30 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id | marmeladema | -10/+23 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_... | marmeladema | -1/+1 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -4/+4 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -8/+8 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -3/+4 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -10/+7 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -1/+1 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -13/+0 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -13/+0 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -1/+1 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-08 | Rollup merge of #69422 - JohnTitor:remove-unwrap, r=Xanewok | Mazdak Farrokhzad | -2/+5 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | Auto merge of #69586 - petrochenkov:unmerge, r=Centril | bors | -2/+1 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -2/+1 |
| 2020-03-01 | Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2020-03-01 | Use `opt_def_id()` over `def_id()` | Yuki Okushi | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -3/+3 |
| 2020-02-25 | Address review comment | Yuki Okushi | -11/+11 |
| 2020-02-24 | Remove use of `unwrap()` from save-analysis | Yuki Okushi | -8/+11 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -4/+5 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -5/+5 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -9/+10 |