| Age | Commit message (Expand) | Author | Lines |
| 2020-07-05 | Address code reviews | Yuki Okushi | -7/+18 |
| 2020-07-05 | Explain exhaustive matching on {usize,isize} maximum values | Yuki Okushi | -1/+9 |
| 2020-07-02 | Use `Span`s to identify unreachable subpatterns in or-patterns | Nadrieril | -9/+9 |
| 2020-07-02 | mir: mark mir construction temporaries as internal | David Wood | -1/+3 |
| 2020-06-30 | remove rustdoc warnings | Tshepang Lekhonkhobe | -98/+99 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -23/+0 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -6/+6 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -2/+2 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -2/+8 |
| 2020-06-19 | Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearth | bors | -10/+12 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -4/+4 |
| 2020-06-17 | Add issue number to novel violation warning | Dylan MacKenzie | -2/+5 |
| 2020-06-17 | Make novel structural match violations a warning | Dylan MacKenzie | -1/+5 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -4/+4 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -6/+8 |
| 2020-06-15 | Rollup merge of #73353 - davidtwco:issue-73003-non-structural-match-ty-closur... | Ralf Jung | -0/+3 |
| 2020-06-14 | structural_match: non-structural-match ty closures | David Wood | -0/+3 |
| 2020-06-14 | _match.rs: fix module doc comment | Jonas Schievink | -271/+271 |
| 2020-06-13 | Rollup merge of #73066 - ecstatic-morse:query-structural-eq2, r=pnkfelix | Dylan DPC | -1/+1 |
| 2020-06-12 | Helper method for whether type has structural equality | Dylan MacKenzie | -1/+1 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -3/+3 |
| 2020-06-12 | Rollup merge of #73033 - Amanieu:asm-tls, r=oli-obk | Dylan DPC | -22/+5 |
| 2020-06-11 | Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasper | Dylan DPC | -5/+20 |
| 2020-06-11 | Rollup merge of #72941 - nagisa:ensure-stack-for-match, r=oli-obk | Dylan DPC | -23/+25 |
| 2020-06-10 | Add doc comments | Aaron Hill | -0/+2 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -5/+18 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -3/+3 |
| 2020-06-07 | rename FalseEdges -> FalseEdge | Ralf Jung | -3/+3 |
| 2020-06-07 | Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasper | Dylan DPC | -770/+728 |
| 2020-06-06 | Fix #[thread_local] statics as asm! sym operands | Amanieu d'Antras | -22/+5 |
| 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-03 | Ensure stack when building MIR for matches | Simonas Kazlauskas | -23/+25 |
| 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 |