| Age | Commit message (Expand) | Author | Lines |
| 2020-07-16 | relax Node lt bounds | Bastian Kauschke | -3/+3 |
| 2020-07-15 | improve DiscriminantKind handling | Bastian Kauschke | -0/+3 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -120/+119 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -120/+119 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -0/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -25/+55 |
| 2020-06-24 | Implement associated lang items | Aaron Hill | -1/+3 |
| 2020-06-24 | Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwco | Dylan DPC | -7/+1 |
| 2020-06-22 | Change heuristic for determining range literal | Ayaz Hafiz | -7/+1 |
| 2020-06-21 | Move `next_disambiguator` to `Resolver` | marmeladema | -10/+2 |
| 2020-06-21 | Always create a root definition when creating a new `Definitions` object. | marmeladema | -17/+23 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -96/+9 |
| 2020-06-20 | Pre-compute `def_id_to_hir_id` table | marmeladema | -19/+18 |
| 2020-06-20 | Pre-compute `hir_id_to_def_id` mapping | marmeladema | -7/+10 |
| 2020-06-20 | Remove `HirId` to `NodeId` conversion APIs | marmeladema | -6/+1 |
| 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 |