| Age | Commit message (Expand) | Author | Lines |
| 2019-11-23 | Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obk | bors | -12/+35 |
| 2019-11-22 | Rollup merge of #66637 - RalfJung:typo, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -320/+347 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -5/+5 |
| 2019-11-22 | Auto merge of #66537 - nnethercote:delay-is_local_ever_initialized, r=spastorino | bors | -12/+12 |
| 2019-11-21 | Allow `Downcast` projections in `qualify_min_const_fn` | Dylan MacKenzie | -3/+4 |
| 2019-11-21 | Const-check the discriminant of a `SwitchInt` | Dylan MacKenzie | -3/+5 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -0/+207 |
| 2019-11-21 | Allow `Downcast` projections if `const_if_match` enabled | Dylan MacKenzie | -1/+5 |
| 2019-11-21 | Don't transform short-circuiting logic if `const_if_match` enabled | Dylan MacKenzie | -6/+9 |
| 2019-11-21 | Add feature gate for const `if` and `match` | Dylan MacKenzie | -2/+15 |
| 2019-11-21 | Address review comments | Matthew Jasper | -3/+5 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -283/+299 |
| 2019-11-21 | Fix rebase | Matthew Jasper | -7/+5 |
| 2019-11-21 | Readjust const qualification to detect statics again | Santiago Pastorino | -23/+23 |
| 2019-11-21 | Remove statics from HAIR by lowering them to a pointer constant | Oliver Scherer | -15/+26 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -0/+207 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -46/+44 |
| 2019-11-21 | Rollup merge of #66515 - Centril:cheaper-inline-asm, r=oli-obk | Mazdak Farrokhzad | -5/+9 |
| 2019-11-21 | Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obk | Mazdak Farrokhzad | -20/+11 |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-21 | reduce size of hir::ExprKind | Mazdak Farrokhzad | -5/+9 |
| 2019-11-20 | Rollup merge of #66457 - cjgillot:just_hashstable, r=Zoxc | Mazdak Farrokhzad | -45/+16 |
| 2019-11-20 | Rollup merge of #66497 - Nadrieril:fix-53820, r=varkor | Mazdak Farrokhzad | -111/+228 |
| 2019-11-19 | Revert expansion of impl HashStable for Frame. | Camille GILLOT | -20/+12 |
| 2019-11-19 | Derive HashStable in librustc_mir. | Camille GILLOT | -57/+36 |
| 2019-11-19 | Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk | bors | -14/+27 |
| 2019-11-19 | Delay an `is_local_ever_initialized` call. | Nicholas Nethercote | -12/+12 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -5/+351 |
| 2019-11-18 | Tweak diagnostics code | Nadrieril | -4/+6 |
| 2019-11-17 | `ConstantValue` is the only other ctor allowed when subtracting from slice ctors | Nadrieril | -33/+39 |
| 2019-11-17 | Store SliceKinds directly when subtracting | Nadrieril | -53/+58 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -1567/+243 |
| 2019-11-17 | Small improvement to exhaustiveness diagnostics | Nadrieril | -2/+14 |
| 2019-11-17 | Factor out slice constructor struct and simplify | Nadrieril | -141/+160 |
| 2019-11-17 | Unify the various slice constructors | Nadrieril | -82/+99 |
| 2019-11-16 | Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obk | bors | -3/+13 |
| 2019-11-16 | Introduce new FixedLenSlice constructor | Nadrieril | -26/+81 |
| 2019-11-16 | Tweak VarLenSlice subtraction | Nadrieril | -33/+34 |
| 2019-11-16 | ICE on invalid MIR | Ralf Jung | -4/+1 |
| 2019-11-16 | make simd_size return a u64 | Ralf Jung | -2/+1 |
| 2019-11-16 | rename and move read_vector_ty | Ralf Jung | -21/+11 |
| 2019-11-16 | re-add miri intrinsic ABI check | Ralf Jung | -0/+5 |
| 2019-11-15 | Auto merge of #66326 - Nadrieril:refactor-intrange, r=varkor | bors | -346/+233 |
| 2019-11-15 | [ConstProp] Avoid OOM crashes by not evaluating large Places | Wesley Wiser | -0/+5 |
| 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 |