| Age | Commit message (Expand) | Author | Lines |
| 2020-02-19 | Add more comments to `SuspensionPoint` | Jonas Schievink | -3/+9 |
| 2020-02-19 | Remap the resume place if necessary | Jonas Schievink | -0/+9 |
| 2020-02-19 | Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe... | Dylan DPC | -19/+5 |
| 2020-02-18 | Remove mention of `simd_shuffle` promotion from comments | Dylan MacKenzie | -7/+5 |
| 2020-02-18 | Remove special case for `simd_shuffle` arg promotion | Dylan MacKenzie | -12/+0 |
| 2020-02-18 | Prevent const trait methods from being marked stable | Dylan MacKenzie | -0/+8 |
| 2020-02-18 | Check for trait methods on concrete types in const checking | Dylan MacKenzie | -3/+17 |
| 2020-02-19 | Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser | bors | -52/+33 |
| 2020-02-18 | better lint names | Ralf Jung | -4/+4 |
| 2020-02-18 | Rollup merge of #69146 - matthewjasper:literal-qualif, r=eddyb | Mazdak Farrokhzad | -17/+8 |
| 2020-02-16 | Clarify mir block merging | Markus Westerlind | -1/+5 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -2/+3 |
| 2020-02-16 | Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb | bors | -83/+41 |
| 2020-02-15 | Tighter type bounds for messages | Ralf Jung | -1/+1 |
| 2020-02-15 | Always qualify literals by type | Matthew Jasper | -17/+8 |
| 2020-02-15 | fix exceeding_bitshift lint and test | Ralf Jung | -5/+7 |
| 2020-02-15 | Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakis | bors | -19/+26 |
| 2020-02-15 | Rollup merge of #69051 - Centril:st-fixes, r=eddyb | Yuki Okushi | -0/+3 |
| 2020-02-14 | const-prop: use one helper method for all lints; consistently lint overflow o... | Ralf Jung | -87/+80 |
| 2020-02-14 | Call `is_freeze` less in unsafety-checking | Matthew Jasper | -19/+26 |
| 2020-02-13 | Print flow state in debug messages for `find_dead_unwinds` | Dylan MacKenzie | -3/+9 |
| 2020-02-13 | Use more descriptive name to get `InitializationData` state | Dylan MacKenzie | -5/+5 |
| 2020-02-13 | Use `seek_before` instead of `seek_after` | Dylan MacKenzie | -7/+7 |
| 2020-02-13 | Use `ResultsCursor` for `elaborate_drops` | Dylan MacKenzie | -81/+33 |
| 2020-02-13 | Ignore mut borrow from drop terminator in const-eval | Dylan MacKenzie | -0/+6 |
| 2020-02-13 | Rename `MaybeBorrowedLocals` constructors | Dylan MacKenzie | -3/+3 |
| 2020-02-13 | Auto merge of #68969 - RalfJung:dont-panic, r=oli-obk | bors | -68/+58 |
| 2020-02-13 | perf(mir): Reserve enough space for the merged blocks before appending | Markus Westerlind | -4/+17 |
| 2020-02-13 | fix typo | Ralf Jung | -1/+1 |
| 2020-02-13 | Avoid an intermediate Vec in mir simplify | Markus Westerlind | -7/+6 |
| 2020-02-13 | Use Vec::append | Markus Westerlind | -1/+1 |
| 2020-02-13 | Reuse a Vec in mir simplification | Markus Westerlind | -2/+2 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -11/+11 |
| 2020-02-13 | improve comments: | Ralf Jung | -4/+8 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -4/+4 |
| 2020-02-13 | const-prop: handle overflow_check consistently for all operators | Ralf Jung | -15/+10 |
| 2020-02-13 | remove Panic variant from InterpError | Ralf Jung | -46/+37 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -2/+1 |
| 2020-02-12 | Use `MaybeMutBorrowedLocals` for const-checking | Dylan MacKenzie | -19/+14 |
| 2020-02-12 | Use `MaybeBorrowedLocals` for generator analyses | Dylan MacKenzie | -13/+7 |
| 2020-02-12 | Reenable peek test for indirect mutation analysis | Dylan MacKenzie | -20/+6 |
| 2020-02-12 | Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiser | Dylan DPC | -17/+17 |
| 2020-02-12 | Auto merge of #69094 - Dylan-DPC:rollup-4qe7uv1, r=Dylan-DPC | bors | -0/+1 |
| 2020-02-12 | Rollup merge of #69032 - chrissimpkins:ice-yield-println-#69017, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-02-12 | Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelix | bors | -81/+57 |
| 2020-02-11 | Add note about `elaborate_drops::InitializationData` | Dylan MacKenzie | -0/+3 |
| 2020-02-11 | Use new dataflow framework for `rustc_peek` tests | Dylan MacKenzie | -42/+28 |
| 2020-02-11 | Use new dataflow framework for drop elaboration and borrow checking | Dylan MacKenzie | -35/+21 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -14/+16 |
| 2020-02-11 | Run RustFmt | jumbatm | -11/+16 |