| Age | Commit message (Expand) | Author | Lines |
| 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 | Reuse pat_constructor in split_grouped_ctors | Nadrieril | -25/+12 |
| 2019-11-21 | Fold away `AscribeUserType` | Nadrieril | -9/+4 |
| 2019-11-21 | Use appropriate constructor for const slices | Nadrieril | -2/+14 |
| 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 | Use a `SmallVec` for `Candidate::match_pairs`. | Nicholas Nethercote | -4/+6 |
| 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 | Cleaned up unused labels | Bart Massey | -1/+1 |
| 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 |
| 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 | -1488/+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 | Apply suggestions from code review | Nadrieril | -13/+11 |
| 2019-11-15 | Apply suggestions from code review | Nadrieril | -20/+12 |
| 2019-11-15 | Factor out IntRange::is_subrange | Nadrieril | -4/+6 |
| 2019-11-15 | Apply suggestions from code review | Nadrieril Feneanar | -4/+4 |