| Age | Commit message (Expand) | Author | Lines |
| 2020-06-13 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -11/+13 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -4/+16 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -4/+16 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+2 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -1/+1 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -2/+73 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -13/+11 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -14/+9 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -1/+1 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -13/+8 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -1/+1 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -1/+6 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -3/+2 |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -1/+1 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -1/+1 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-21 | Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakis | bors | -4/+130 |
| 2020-04-20 | tweak comments | Niko Matsakis | -5/+10 |
| 2020-04-18 | Make Box<dyn FnOnce> respect self alignment | Santiago Pastorino | -3/+124 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -47/+41 |
| 2020-04-13 | unit rvalue: use constant `()` instead of tuple | Bastian Kauschke | -2/+6 |
| 2020-03-31 | Use Place directly in librustc_mir_build, it's Copy | Santiago Pastorino | -30/+22 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -18/+18 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -7/+7 |
| 2020-03-21 | remove unused unit values (clippy::unused_unit) | Matthias Krüger | -4/+1 |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -1/+1 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -7/+7 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -2/+2 |
| 2020-02-02 | Change MIR building to fill in the resume place | Jonas Schievink | -15/+22 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -3/+3 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -5/+5 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -16/+6 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -0/+1 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -0/+1875 |