| Age | Commit message (Expand) | Author | Lines |
| 2020-06-07 | Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasper | Dylan DPC | -770/+728 |
| 2020-06-04 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -758/+729 |
| 2020-06-04 | Revert "Add some more comments" | Felix S. Klock II | -19/+6 |
| 2020-06-04 | Revert "Address review comments" | Felix S. Klock II | -5/+5 |
| 2020-06-02 | Rename the crates in source code | Vadim Petrochenkov | -4/+3 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -2/+2 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -16/+27 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -1/+4 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -16/+27 |
| 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 | -3/+3 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+4 |
| 2020-05-29 | Auto merge of #72506 - Nadrieril:fix-72476, r=matthewjasper | bors | -19/+30 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -1/+1 |
| 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 | -3/+3 |
| 2020-05-25 | Rollup merge of #72153 - lcnr:exhaustively-match, r=pnkfelix | Dylan DPC | -1/+13 |
| 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 |