| Age | Commit message (Expand) | Author | Lines |
| 2019-11-15 | Fix spurious CI filures due to OOM | Wesley Wiser | -3/+8 |
| 2019-11-15 | Fix nits from review | Dylan MacKenzie | -13/+13 |
| 2019-11-15 | Use `mir::QualifSet` to store qualifs | Dylan MacKenzie | -22/+23 |
| 2019-11-15 | Use a bespoke type for the result of `mir_const_qualif` | Dylan MacKenzie | -4/+4 |
| 2019-11-15 | Remove unnecessary `fmt::Debug` bound | Dylan MacKenzie | -3/+2 |
| 2019-11-15 | Remove remaining validator mismatch code | Dylan MacKenzie | -16/+1 |
| 2019-11-15 | Move `delay_span_bug` into `emit_error` for if/loop | Dylan MacKenzie | -19/+22 |
| 2019-11-15 | Remove `qualify_consts` completely | Dylan MacKenzie | -1487/+3 |
| 2019-11-15 | Use new const-checker for `mir_const_qualif` | Dylan MacKenzie | -2/+37 |
| 2019-11-15 | Enable standalone const-checking with `Validator` | Dylan MacKenzie | -1/+126 |
| 2019-11-15 | Allow `Validator` to get qualifs for the return place | Dylan MacKenzie | -1/+45 |
| 2019-11-15 | Remove `requires_sync` | Dylan MacKenzie | -10/+0 |
| 2019-11-15 | Remove `QUALIF_ERROR_BIT` checking | Dylan MacKenzie | -25/+4 |
| 2019-11-15 | Rollup merge of #66435 - JohnTitor:fix-spelling, r=Centril | Tyler Mandry | -1/+1 |
| 2019-11-15 | Rollup merge of #66306 - spastorino:remove-error-handled-by-miri, r=oli-obk | Yuki Okushi | -24/+1 |
| 2019-11-15 | Correct `const_in_array_repeat_expressions` feature name | Yuki Okushi | -1/+1 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+6 |
| 2019-11-14 | Auto merge of #66233 - cjgillot:constkind, r=oli-obk | bors | -6/+3 |
| 2019-11-13 | Change control flow error to delay span bug | Dylan MacKenzie | -4/+20 |
| 2019-11-12 | Rename in librustc_mir. | Camille GILLOT | -6/+3 |
| 2019-11-12 | check-consts remove cannot mutate statics in initializer of another static error | Santiago Pastorino | -11/+1 |
| 2019-11-12 | qualify-const remove cannot mutate statics in initializer of another static e... | Santiago Pastorino | -13/+0 |
| 2019-11-11 | [mir-opt] Turn on the `ConstProp` pass by default | Wesley Wiser | -14/+27 |
| 2019-11-11 | Remove trampoline, pass `ret` and `unwind` when handling intrinsics | Aaron Hill | -0/+2 |
| 2019-11-11 | Fix unwinding logic | Aaron Hill | -10/+1 |
| 2019-11-11 | More fixes for rustc changes | Aaron Hill | -4/+8 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -1/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -7/+7 |
| 2019-11-10 | Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitor | bors | -14/+47 |
| 2019-11-10 | Rollup merge of #66216 - wesleywiser:const_prop_codegen_improvements, r=oli-obk | Yuki Okushi | -13/+45 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -1/+2 |
| 2019-11-09 | Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obk | bors | -0/+129 |
| 2019-11-08 | [mir-opt] Handle aggregates in SimplifyLocals pass | Wesley Wiser | -8/+15 |
| 2019-11-08 | [mir-opt] Handle const-prop for the return place | Wesley Wiser | -5/+30 |
| 2019-11-08 | Clean up dead code in `qualify_consts` | Dylan MacKenzie | -21/+0 |
| 2019-11-08 | Use new `PromoteTemps` for promotion | Dylan MacKenzie | -42/+21 |
| 2019-11-08 | Add a `PromoteTemps` pass | Dylan MacKenzie | -35/+137 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -57/+11 |
| 2019-11-08 | Rollup merge of #66188 - Centril:fnsig, r=davidtwco | Mazdak Farrokhzad | -2/+2 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -28/+15 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -2/+2 |
| 2019-11-08 | Auto merge of #66066 - ecstatic-morse:remove-promotion-from-qualify-consts, r... | bors | -439/+62 |
| 2019-11-06 | Implement pass to remove branches on uninhabited variants | Wesley Wiser | -0/+129 |
| 2019-11-06 | Auto merge of #65728 - ecstatic-morse:promotion-const-proj, r=eddyb | bors | -19/+10 |
| 2019-11-06 | Remove `IsNotPromotable` and `IsNotImplicitlyPromotable` | Dylan MacKenzie | -235/+11 |
| 2019-11-06 | Remove `promotion_candidates` from `Checker` | Dylan MacKenzie | -131/+12 |
| 2019-11-06 | Remove `valid_promotion_candidates` | Dylan MacKenzie | -73/+39 |
| 2019-11-06 | safe_extern_static -> error | Mazdak Farrokhzad | -28/+15 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -9/+9 |
| 2019-11-05 | Rollup merge of #66047 - ecstatic-morse:issue-66016, r=eddyb | Pietro Albini | -0/+2 |