| Age | Commit message (Expand) | Author | Lines |
| 2020-01-21 | Auto merge of #68423 - Centril:rollup-bdjykrv, r=Centril | bors | -9/+23 |
| 2020-01-21 | Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk | Mazdak Farrokhzad | -9/+23 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -721/+1796 |
| 2020-01-21 | Rollup merge of #68302 - anp:caller-fn-ptr, r=eddyb,oli-obk | Yuki Okushi | -27/+53 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -22/+22 |
| 2020-01-20 | Add `constness` field to `ty::Predicate::Trait` | Dylan MacKenzie | -9/+23 |
| 2020-01-20 | Rollup merge of #68353 - Centril:code-liberation, r=petrochenkov | Dylan DPC | -8/+0 |
| 2020-01-19 | Document all methods | Dylan MacKenzie | -4/+15 |
| 2020-01-19 | Explain motivation for `GenKill` trait | Dylan MacKenzie | -4/+12 |
| 2020-01-19 | rustc_mir: don't require a self argument for ReifyShim. | Eduard-Mihai Burtescu | -27/+53 |
| 2020-01-18 | [const-prop] Run `x.py fmt` | Wesley Wiser | -5/+1 |
| 2020-01-18 | [const-prop] Remove useless typedef | Wesley Wiser | -7/+5 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -8/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -20/+3 |
| 2020-01-17 | Rollup merge of #68314 - oli-obk:true_unwind, r=eddyb | Tyler Mandry | -13/+6 |
| 2020-01-17 | Rollup merge of #68204 - ecstatic-morse:item-kind-impl, r=oli-obk | Tyler Mandry | -3/+3 |
| 2020-01-17 | Use named fields for `hir::ItemKind::Impl` | Dylan MacKenzie | -3/+3 |
| 2020-01-17 | Auto merge of #67476 - mark-i-m:simplify-borrow_check-5, r=matthewjasper | bors | -879/+787 |
| 2020-01-17 | Stop treating `FalseEdges` and `FalseUnwind` as having semantic value for con... | Oliver Scherer | -13/+6 |
| 2020-01-17 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-17 | Auto merge of #68305 - Dylan-DPC:rollup-aoohsz8, r=Dylan-DPC | bors | -30/+22 |
| 2020-01-17 | Rollup merge of #68292 - matthiaskrgr:clone_on_copy, r=eddyb | Dylan DPC | -2/+2 |
| 2020-01-17 | Rollup merge of #68288 - RalfJung:fmt, r=oli-obk | Dylan DPC | -28/+20 |
| 2020-01-17 | Auto merge of #67731 - matthewjasper:drop-in-place-reclimit, r=eddyb | bors | -2/+2 |
| 2020-01-16 | Filter and test predicates using `normalize_and_test_predicates` for const-prop | Aaron Hill | -22/+22 |
| 2020-01-16 | don't clone types that are copy | Matthias Krüger | -2/+2 |
| 2020-01-16 | adjust Deref comment | Ralf Jung | -7/+5 |
| 2020-01-16 | let rustfmt undo most of my edits :( | Ralf Jung | -29/+16 |
| 2020-01-16 | fix rustfmt fallout | Ralf Jung | -36/+43 |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -2/+2 |
| 2020-01-15 | Use trailing underscore for helper methods | Dylan MacKenzie | -4/+4 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -21/+50 |
| 2020-01-15 | Rollup merge of #68219 - oli-obk:fix_miri, r=RalfJung,wesleywiser | Yuki Okushi | -11/+7 |
| 2020-01-15 | Rollup merge of #67914 - Aaron1011:fix/const-prop-impossible, r=matthewjasper... | Yuki Okushi | -0/+41 |
| 2020-01-15 | Address review comments | Oliver Scherer | -23/+3 |
| 2020-01-15 | Typo | Oliver Scherer | -1/+1 |
| 2020-01-15 | Undo a change not neceesary for this bugfix | Oliver Scherer | -10/+4 |
| 2020-01-15 | Update src/librustc_mir/interpret/intern.rs | Oliver Scherer | -1/+2 |
| 2020-01-15 | Clean up comment | Oliver Scherer | -4/+4 |
| 2020-01-15 | Elaborate on the details in some comments | Oliver Scherer | -9/+20 |
| 2020-01-15 | Elaborate on comments | Oliver Scherer | -0/+14 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -22/+51 |
| 2020-01-15 | Auto merge of #66329 - ktrianta:mir-opt-unreachable-propagation, r=oli-obk | bors | -0/+110 |
| 2020-01-14 | Fix test | Dylan MacKenzie | -11/+14 |
| 2020-01-15 | Auto merge of #68118 - skinny121:eager_lit_eval, r=varkor | bors | -1/+1 |
| 2020-01-14 | Improve docs for `GenKill` and `GenKillSet` | Dylan MacKenzie | -6/+8 |
| 2020-01-14 | Improve docs for new framework | Dylan MacKenzie | -3/+35 |
| 2020-01-14 | Add test for `ResultsCursor` | Dylan MacKenzie | -0/+331 |
| 2020-01-14 | Use unified dataflow framework in `check_consts` | Dylan MacKenzie | -10/+12 |