| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | clarify hir_id <-> node_id method names | Bastian Kauschke | -4/+2 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -13/+13 |
| 2020-03-27 | Rollup merge of #70344 - Centril:hir-pretty, r=eddyb | Dylan DPC | -2425/+18 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -16/+16 |
| 2020-03-24 | rustc: remove rustc_hir_pretty dependency. | Mazdak Farrokhzad | -0/+5 |
| 2020-03-24 | Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb | Mazdak Farrokhzad | -0/+1 |
| 2020-03-24 | move rustc_hir::print -> rustc_hir_pretty | Mazdak Farrokhzad | -2339/+0 |
| 2020-03-24 | rustc_hir: nix rustc_errors dep | Mazdak Farrokhzad | -10/+6 |
| 2020-03-24 | decouple rustc_hir::print from crate | Mazdak Farrokhzad | -89/+20 |
| 2020-03-23 | Auto merge of #69649 - estebank:negative-impl-span, r=Centril | bors | -1/+6 |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -1/+6 |
| 2020-03-22 | correctly handle const params in type_of | Bastian Kauschke | -0/+1 |
| 2020-03-21 | {rustc::hir::map -> rustc_hir}::definitions | Mazdak Farrokhzad | -0/+552 |
| 2020-03-21 | separate out an arena for HIR | Mazdak Farrokhzad | -0/+50 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in ich. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -38/+11 |
| 2020-03-19 | rustc: make LocalDefId's index field public like DefId's is. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -0/+19 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+2 |
| 2020-03-17 | Rename `from_u32_const` -> `from_u32` | Dylan MacKenzie | -1/+1 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -4/+6 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -0/+19 |
| 2020-03-15 | update comment | Mark Mansi | -1/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -13/+13 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -4/+6 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -20/+113 |
| 2020-03-15 | Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril | Mazdak Farrokhzad | -5/+3 |
| 2020-03-15 | Rollup merge of #69498 - mark-i-m:describe-it-2, r=matthewjasper | Dylan DPC | -2/+2 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -7/+7 |
| 2020-03-14 | Update `visit_item_likes_in_module` | John Kåre Alsaker | -3/+33 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -8/+14 |
| 2020-03-14 | Add HIR queries | John Kåre Alsaker | -2/+59 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -2/+0 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -5/+3 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -1/+1 |
| 2020-03-12 | change method -> associated function | Mark Mansi | -2/+2 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -1/+1 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -4/+4 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -2/+2 |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -4/+4 |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -2/+2 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -2/+0 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -1/+1 |
| 2020-03-03 | rename TraitItemKind::Method -> Fn | Mark Mansi | -9/+9 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -3/+4 |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values o... | Matthias Krüger | -3/+3 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -18/+20 |