| Age | Commit message (Expand) | Author | Lines |
| 2020-05-15 | Remove lang_items\(\).*\.unwrap\(\) | Nathan Corbyn | -1/+2 |
| 2020-05-14 | Rollup merge of #72170 - lcnr:lang_item, r=oli-obk | Dylan DPC | -1/+2 |
| 2020-05-14 | Rollup merge of #72163 - tshepang:nonexistent-link, r=matthewjasper | Ralf Jung | -1/+1 |
| 2020-05-13 | docs: fix link | Tshepang Lekhonkhobe | -1/+1 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -1/+2 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -2/+2 |
| 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 | -19/+51 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -7/+7 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -3/+3 |
| 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 | Rollup merge of #71975 - nnethercote:reduce-TypedArena-creations-in-check_mat... | Dylan DPC | -93/+87 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -7/+7 |
| 2020-05-08 | Create a convenience wrapper for `get_global_alloc(id).unwrap()` | Oliver Scherer | -2/+2 |
| 2020-05-08 | Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc` | Oliver Scherer | -2/+2 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -3/+3 |
| 2020-05-08 | Replace `MatchVisitor::check_in_cx` with `MatchVisitor::new_cx`. | Nicholas Nethercote | -80/+75 |
| 2020-05-08 | Remove `MatchCheckCtxt::create_and_enter`. | Nicholas Nethercote | -18/+8 |
| 2020-05-07 | Reduce `TypedArena` creations in `check_match`. | Nicholas Nethercote | -9/+18 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -1/+6 |
| 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-04 | Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix | Dylan DPC | -13/+14 |
| 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-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -0/+2 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -2/+2 |
| 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 | emit err when using trait objects in pat | Bastian Kauschke | -16/+14 |
| 2020-04-29 | forbid `dyn Trait` in const generics | Bastian Kauschke | -0/+3 |
| 2020-04-29 | Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelix | bors | -63/+89 |
| 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 | Incorporate MIR const-checker into `Pat` lowering | Dylan MacKenzie | -63/+89 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -1/+1 |
| 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 | -9/+10 |
| 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 | -5/+5 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -8/+8 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -10/+10 |