| Age | Commit message (Expand) | Author | Lines |
| 2020-06-20 | Remove `NodeId` to `HirId` conversion APIs | marmeladema | -11/+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-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+2 |
| 2020-06-15 | Suggest `?Sized` when applicable for ADTs | Esteban Küber | -8/+2 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+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 | Rollup merge of #72707 - matthewjasper:rustc_min_spec, r=oli-obk | Ralf Jung | -35/+35 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -24/+11 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -0/+6 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -6/+6 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -1/+3 |
| 2020-06-11 | Remove associated opaque types | Matthew Jasper | -17/+2 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -3/+5 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -35/+35 |
| 2020-06-09 | expand: Give reasonable NodeIds to lints associated with macro expansions | Vadim Petrochenkov | -0/+6 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-06-04 | Remove unsused `NodeId` related APIs in hir map | marmeladema | -0/+6 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-31 | Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkov | Ralf Jung | -0/+7 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -0/+1 |
| 2020-05-29 | Remove remaining calls to `as_local_node_id` | marmeladema | -11/+0 |
| 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-25 | Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk | Dylan DPC | -0/+2 |
| 2020-05-22 | only try to suggest for try trait_ref | csmoe | -0/+2 |
| 2020-05-21 | Use `HirId` as key for `ResolverOutputs::trait_map` instead of `NodeId` | marmeladema | -1/+3 |
| 2020-05-21 | Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis | bors | -0/+1 |
| 2020-05-19 | update libcore, add `discriminant_kind` lang-item | Bastian Kauschke | -0/+1 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -2/+3 |
| 2020-05-18 | Implement AST lowering for asm! | Amanieu d'Antras | -1/+4 |
| 2020-05-18 | Add asm! to HIR | Amanieu d'Antras | -0/+75 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -11/+12 |
| 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 | -11/+12 |
| 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-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 |