| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -2773/+0 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -0/+1 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -5/+5 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -5/+5 |
| 2020-08-16 | hir: simplify `is_range_literal` | David Wood | -45/+15 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -5/+45 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -117/+108 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -1/+11 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -2/+2 |
| 2020-07-16 | relax Node lt bounds | Bastian Kauschke | -3/+3 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -0/+1 |
| 2020-06-22 | Change heuristic for determining range literal | Ayaz Hafiz | -7/+1 |
| 2020-06-20 | Move `trait_map` into `hir::Crate` | marmeladema | -1/+3 |
| 2020-06-19 | Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco | Manish Goregaokar | -16/+3 |
| 2020-06-19 | Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakis | Manish Goregaokar | -8/+2 |
| 2020-06-15 | Suggest `?Sized` when applicable for ADTs | Esteban Küber | -8/+2 |
| 2020-06-15 | Expand "recursive opaque type" diagnostic | Esteban Küber | -0/+12 |
| 2020-06-15 | Use `LocalDefId` for import IDs in trait map | Vadim Petrochenkov | -16/+3 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -12/+9 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -5/+5 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -1/+3 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -6/+1 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+4 |
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -0/+7 |
| 2020-05-29 | Move common code to `WhereClause` | Esteban Küber | -0/+7 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -0/+1 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -5/+0 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -1/+2 |
| 2020-05-18 | Add asm! to HIR | Amanieu d'Antras | -0/+54 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -4/+4 |
| 2020-05-08 | Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obk | Dylan DPC | -0/+47 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -4/+4 |
| 2020-05-07 | Add `hir::ConstContext` | Dylan MacKenzie | -0/+47 |
| 2020-05-04 | review comments: use or-pattern | Esteban Küber | -3/+7 |
| 2020-05-04 | Handle binop on unbound type param | Esteban Küber | -0/+30 |
| 2020-05-01 | fix doc reference | Tshepang Lekhonkhobe | -1/+1 |
| 2020-04-26 | Fix broken link in `QPath` documentation | LeSeulArtichaut | -1/+1 |
| 2020-04-24 | Remove redundant `descr`/`descriptive_variant` methods from HIR. | Eduard-Mihai Burtescu | -31/+0 |
| 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-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -11/+11 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -11/+11 |
| 2020-03-24 | rustc_hir: nix rustc_errors dep | Mazdak Farrokhzad | -9/+5 |
| 2020-03-24 | decouple rustc_hir::print from crate | Mazdak Farrokhzad | -77/+7 |
| 2020-03-22 | Tweak output for invalid negative impl errors | Esteban Küber | -1/+4 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -4/+6 |
| 2020-03-15 | update comment | Mark Mansi | -1/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -5/+5 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -4/+6 |