| Age | Commit message (Expand) | Author | Lines |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2020-05-01 | fix doc reference | Tshepang Lekhonkhobe | -1/+1 |
| 2020-04-26 | Fix broken link in `QPath` documentation | LeSeulArtichaut | -1/+1 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -32/+38 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+1 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -31/+0 |
| 2020-04-24 | Tweak `descr` for `AnonConst` and fix `article` for `Use` and `ExternCrate`. | Eduard-Mihai Burtescu | -3/+4 |
| 2020-04-24 | Split out the `Generator` case from `DefKind::Closure`. | Eduard-Mihai Burtescu | -0/+3 |
| 2020-04-24 | add a few more DefKinds | mark | -1/+34 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -2/+2 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -6/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -6/+11 |
| 2020-04-15 | Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb | Mazdak Farrokhzad | -9/+18 |
| 2020-04-14 | rustc: add lang items "const_slice_ptr" and "mut_slice_ptr" | Matthias Schiffer | -0/+2 |
| 2020-04-14 | Remove `DUMMY_HIR_ID` | marmeladema | -6/+1 |
| 2020-04-14 | Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table | marmeladema | -3/+17 |
| 2020-04-14 | Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakis | bors | -3/+12 |
| 2020-04-13 | Use clearer message when obligation is caused by await expr | Tyler Mandry | -3/+12 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -1/+1 |
| 2020-04-10 | Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasper | Mazdak Farrokhzad | -3/+0 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -3/+0 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -3/+2 |
| 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 |