| Age | Commit message (Expand) | Author | Lines |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -5/+19 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -2/+2 |
| 2020-06-11 | Allow all impl trait types to capture bound lifetimes | Matthew Jasper | -32/+145 |
| 2020-06-11 | Rename `TyKind::Def` to `OpaqueDef` | Matthew Jasper | -1/+1 |
| 2020-06-11 | Forbid lifetime elision in let position impl Trait | Matthew Jasper | -5/+1 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -43/+22 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -2/+2 |
| 2020-06-10 | Use min_specialization in the remaining rustc crates | Matthew Jasper | -1/+1 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -4/+2 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -2/+2 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+2 |
| 2020-05-30 | Rollup merge of #72607 - Amanieu:fix-72570, r=oli-obk | Ralf Jung | -34/+36 |
| 2020-05-30 | Rollup merge of #72750 - marmeladema:remove-as-local-node-id, r=petrochenkov | Yuki Okushi | -4/+7 |
| 2020-05-29 | fix diagnostics for `@ ..` binding pattern in tuples and tuple structs | Chris Simpkins | -3/+30 |
| 2020-05-29 | Remove remaining calls to `as_local_node_id` | marmeladema | -4/+7 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+2 |
| 2020-05-26 | Update src/librustc_ast_lowering/expr.rs | Amanieu d'Antras | -1/+1 |
| 2020-05-26 | Eagerly lower asm sub-expressions to HIR even if there is an error | Amanieu d'Antras | -33/+35 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -0/+1 |
| 2020-05-24 | Rollup merge of #72284 - Aaron1011:feature/inline-macro-did, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-22 | Remove `macro_defs` map | Aaron Hill | -1/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-20 | Rollup merge of #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morse | Dylan DPC | -1/+0 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -2/+2 |
| 2020-05-18 | Implement att_syntax option | Amanieu d'Antras | -0/+9 |
| 2020-05-18 | Implement AST lowering for asm! | Amanieu d'Antras | -2/+294 |
| 2020-05-16 | Continue lowering for unsupported async generator instead of returning an error. | marmeladema | -1/+0 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+5 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -2/+2 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -245/+266 |
| 2020-04-25 | Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkov | Dylan DPC | -6/+2 |
| 2020-04-24 | Use correct span on while (let) lowering | flip1995 | -6/+2 |
| 2020-04-22 | Tweak `'static` suggestion code | Esteban Küber | -1/+4 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -12/+13 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -11/+34 |
| 2020-04-15 | Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddyb | Mazdak Farrokhzad | -13/+10 |
| 2020-04-14 | Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id table | marmeladema | -13/+10 |
| 2020-04-14 | Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakis | bors | -2/+2 |
| 2020-04-13 | Use clearer message when obligation is caused by await expr | Tyler Mandry | -2/+2 |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -2/+2 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -14/+10 |
| 2020-04-06 | Auto merge of #70737 - Centril:cleanup-lower-item-id, r=estebank | bors | -11/+2 |
| 2020-04-05 | Remove a stack frame from .await calls | Steven Fackler | -11/+34 |
| 2020-04-03 | cleanup lower_item_id | Mazdak Farrokhzad | -11/+2 |
| 2020-04-01 | Hide `task_context` when lowering body | Jonas Schievink | -0/+2 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -10/+7 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-27 | address some review comments | Mazdak Farrokhzad | -3/+3 |