| Age | Commit message (Expand) | Author | Lines |
| 2020-03-09 | Add FIXME | Oliver Scherer | -0/+2 |
| 2020-03-09 | Fix #69191 | Felix S. Klock II | -0/+6 |
| 2020-02-21 | Check types of statics in MIR typeck | Matthew Jasper | -2/+16 |
| 2020-02-21 | Check `Copy` lifetimes bounds when copying from a projection | Matthew Jasper | -27/+25 |
| 2020-01-28 | Auto merge of #68587 - JohnTitor:rollup-fz45xwc, r=JohnTitor | bors | -0/+4 |
| 2020-01-27 | Don't call `tcx.fn_sig` on closures | Aaron Hill | -0/+4 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -72/+51 |
| 2020-01-25 | Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk | Yuki Okushi | -3/+2 |
| 2020-01-24 | Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakis | bors | -22/+24 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -3/+2 |
| 2020-01-24 | Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton | bors | -35/+9 |
| 2020-01-24 | Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco | Tyler Mandry | -4/+25 |
| 2020-01-23 | Make pointers to statics internal | Matthew Jasper | -22/+24 |
| 2020-01-23 | use `diagnostic_item` and modify wording | Esteban Küber | -6/+16 |
| 2020-01-23 | Add projection query for upstream drop-glue instances. | Michael Woerister | -31/+1 |
| 2020-01-23 | Make drop-glue take advantage of -Zshare-generics. | Michael Woerister | -4/+8 |
| 2020-01-22 | librustc_mir: don't allocate vectors where slices will do. | Matthias Krüger | -3/+3 |
| 2020-01-21 | Suggest borrowing `Vec<NonCopy>` in for loop | Esteban Küber | -0/+11 |
| 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 |