| Age | Commit message (Expand) | Author | Lines |
| 2019-12-04 | Only warn about missing patterns in the case of an enum | Nadrieril | -2/+2 |
| 2019-12-04 | Make empty match lint more consistent under exhaustive_patterns | Nadrieril | -7/+9 |
| 2019-12-04 | Tweak error on empty match | Nadrieril | -7/+6 |
| 2019-12-04 | Factor out some `non_exhaustive`-related checks | Nadrieril | -14/+21 |
| 2019-12-04 | Fix explanation of handling of empty enums | Nadrieril | -17/+8 |
| 2019-12-04 | Clarify handling of `exhaustive_patterns` in `all_constructors` | Nadrieril | -31/+39 |
| 2019-12-04 | Update src/librustc_mir/interpret/terminator.rs | Oliver Scherer | -0/+1 |
| 2019-12-04 | more private | Mark Mansi | -6/+7 |
| 2019-12-04 | minor fix | Mark Mansi | -1/+1 |
| 2019-12-04 | fix some imports | Mark Mansi | -83/+93 |
| 2019-12-04 | move region errors to diagnostics module | Mark Mansi | -0/+0 |
| 2019-12-04 | fix imports | Mark Mansi | -5/+8 |
| 2019-12-04 | move explain_borrow to diagnostics | Mark Mansi | -0/+0 |
| 2019-12-04 | fix imports | Mark Mansi | -27/+33 |
| 2019-12-04 | create new borrow_check::diagnostics module and move stuff there | Mark Mansi | -0/+0 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -151/+70 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -84/+91 |
| 2019-12-03 | Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung | Mazdak Farrokhzad | -10/+13 |
| 2019-12-03 | Fix angle bracket formatting when dumping MIR debug vars | Ömer Sinan Ağacan | -1/+1 |
| 2019-12-03 | rustc: use ReifyShim for reifying Virtual call instances. | Eduard-Mihai Burtescu | -13/+14 |
| 2019-12-03 | [const-prop] Fix ICE calculating enum discriminant | Wesley Wiser | -10/+13 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -53/+53 |
| 2019-12-03 | rustc_mir: don't hardcode InstanceDef::VtableShim behavior to Adjustment::Der... | Eduard-Mihai Burtescu | -18/+24 |
| 2019-12-03 | Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor | Mazdak Farrokhzad | -167/+158 |
| 2019-12-03 | Rollup merge of #66148 - oli-obk:it_must_be_a_sign, r=RalfJung | Mazdak Farrokhzad | -3/+40 |
| 2019-12-03 | Tidy | Oliver Scherer | -1/+0 |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -52/+3 |
| 2019-12-03 | Only check `min_const_fn` for const fns | Oliver Scherer | -1/+1 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -118/+87 |
| 2019-12-02 | Remove top-level or-pattern hack | Nadrieril | -102/+80 |
| 2019-12-02 | Correct error on partially unreachable or-pat in `if let` | Nadrieril | -10/+12 |
| 2019-12-02 | Lint for redundant branches in or-patterns | Nadrieril | -13/+40 |
| 2019-12-02 | Simplify lifetimes by allocating patterns on the arena | Nadrieril | -49/+38 |
| 2019-12-02 | `UsefulWithWitness` always carries some witnesses | Nadrieril | -1/+1 |
| 2019-12-02 | Don't build the same matrix twice | Nadrieril | -10/+5 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -404/+558 |
| 2019-12-02 | Suggest feature for const_mut_refs errors | Christian Poveda | -3/+7 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -2/+1 |
| 2019-12-02 | Disallow cell borrowing | Christian Poveda | -27/+36 |
| 2019-12-02 | Allow mutable derefs with feature gate | Christian Poveda | -1/+5 |
| 2019-12-02 | Allow mutable borrows in constant bodies | Christian Poveda | -0/+4 |
| 2019-12-02 | Rename feature gate | Christian Poveda | -1/+1 |
| 2019-12-02 | Allow &mut in const fns when feature gate is enabled | Christian Poveda | -4/+8 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -4/+4 |
| 2019-12-02 | Fix tidy issues | Paul Daniel Faria | -40/+53 |
| 2019-12-02 | Fix rebasing errors, convert some BodyCache::body() calls to reborrows | Paul Daniel Faria | -38/+39 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -62/+66 |
| 2019-12-02 | Fix type errors cause during rebasing | Paul Daniel Faria | -5/+6 |
| 2019-12-02 | Compute predecessors in mir_build query and use existing cache for generating... | Paul Daniel Faria | -4/+7 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -588/+588 |