| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |