| Age | Commit message (Expand) | Author | Lines |
| 2020-05-24 | librustc_middle: Rename upvars query to upvars_mentioned | Aman Arora | -1/+1 |
| 2020-05-23 | Work around type normalization issues | Nadrieril | -1/+3 |
| 2020-05-23 | Naming | Nadrieril | -9/+12 |
| 2020-05-23 | Improve debugging | Nadrieril | -9/+15 |
| 2020-05-23 | iterate List by value | Bastian Kauschke | -1/+1 |
| 2020-05-21 | Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkor | bors | -260/+403 |
| 2020-05-20 | Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2020-05-20 | Be more conservative concerning `structural_match` | Bastian Kauschke | -0/+9 |
| 2020-05-20 | exhaustively match during structural match checking | Bastian Kauschke | -1/+4 |
| 2020-05-19 | Remove unused dependencies | Jeremy Fitzhardinge | -1/+0 |
| 2020-05-19 | Make caveat more precise | Nadrieril | -2/+1 |
| 2020-05-18 | Don't mention function pointers | Nadrieril | -3/+3 |
| 2020-05-18 | Typo | Nadrieril | -1/+1 |
| 2020-05-18 | Fix handling on InlineAsm for the unconditional recursion lint. | Amanieu d'Antras | -3/+8 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -2/+3 |
| 2020-05-18 | Add asm! to MIR | Amanieu d'Antras | -3/+233 |
| 2020-05-17 | Improve comments | Nadrieril | -7/+68 |
| 2020-05-17 | Cache len in Fields | Nadrieril | -8/+10 |
| 2020-05-17 | typo | Nadrieril | -5/+6 |
| 2020-05-17 | Fix bug just discovered | Nadrieril | -21/+1 |
| 2020-05-17 | We don't use tyerr anymore | Nadrieril | -35/+24 |
| 2020-05-17 | Small allocation improvement | Nadrieril | -13/+16 |
| 2020-05-17 | Filter out fields that should not be seen | Nadrieril | -48/+113 |
| 2020-05-17 | Make all field-handling go through Fields | Nadrieril | -141/+143 |
| 2020-05-17 | Clarify specialize_one_pattern | Nadrieril | -57/+48 |
| 2020-05-17 | Use Fields as output to specialize_one_pattern | Nadrieril | -23/+51 |
| 2020-05-17 | Factor out a struct that holds subfields of a pattern | Nadrieril | -10/+43 |
| 2020-05-17 | Only need TyErr for uninhabited types | Nadrieril | -4/+4 |
| 2020-05-17 | We already handle arrays of unknown length correctly | Nadrieril | -16/+4 |
| 2020-05-17 | Factor the code that generates TyErrs | Nadrieril | -23/+24 |
| 2020-05-17 | Fix incorrect ordering | Nadrieril | -1/+1 |
| 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 |