| Age | Commit message (Expand) | Author | Lines |
| 2020-06-26 | Ensure stack when building MIR for matches | Simonas Kazlauskas | -23/+25 |
| 2020-06-13 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -758/+729 |
| 2020-06-13 | Revert "Add some more comments" | Felix S. Klock II | -19/+6 |
| 2020-06-13 | Revert "Address review comments" | Felix S. Klock II | -5/+5 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -4/+16 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+2 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -4/+16 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -1/+11 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -1/+11 |
| 2020-05-29 | Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r... | Dylan DPC | -2/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+2 |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -2/+10 |
| 2020-05-27 | Implement RFC 2585 | LeSeulArtichaut | -0/+2 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -2/+2 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -1/+1 |
| 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 | -3/+75 |
| 2020-05-13 | docs: fix link | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-10 | Rollup merge of #71840 - matthewjasper:drop-trees, r=oli-obk | Ralf Jung | -728/+769 |
| 2020-05-10 | Auto merge of #71557 - matthewjasper:mir-asymmetric-or-pattern, r=oli-obk | bors | -18/+45 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -4/+4 |
| 2020-05-09 | Address review comments | Matthew Jasper | -5/+5 |
| 2020-05-09 | Add some more comments | Matthew Jasper | -7/+22 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -729/+755 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -57/+28 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -4/+4 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -2/+2 |
| 2020-05-06 | Shrink `LocalDecl` by 56 bytes. | Nicholas Nethercote | -9/+9 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -37/+13 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -9/+4 |
| 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-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -1/+1 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -3/+2 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -5/+0 |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -5/+12 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -5/+12 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -5/+0 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -1/+1 |
| 2020-04-27 | Accept `LocalDefId` as argument for `mir_build::lint::check` | marmeladema | -1/+1 |
| 2020-04-27 | Use `LocalDefId` in `mir_built` query | marmeladema | -2/+2 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -3/+3 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+5 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -5/+2 |
| 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-19 | Fix ICE for broken or-pattern in async fn | Matthew Jasper | -18/+45 |