| Age | Commit message (Expand) | Author | Lines |
| 2020-07-17 | Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper | Manish Goregaokar | -9/+11 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -108/+124 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -108/+124 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-16 | Don't assign `()` to `!` MIR locals | Jonas Schievink | -9/+11 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -2/+2 |
| 2020-07-15 | improve naming | Bastian Kauschke | -8/+12 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -7/+3 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -18/+31 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -2/+6 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte... | Manish Goregaokar | -1/+3 |
| 2020-07-05 | Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasper | Manish Goregaokar | -13/+39 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-04 | Fix #71977 | Nadrieril | -5/+31 |
| 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 |