| Age | Commit message (Expand) | Author | Lines |
| 2019-12-04 | Auto merge of #66866 - oli-obk:const_fn_memoization, r=RalfJung | bors | -1/+1 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -88/+4 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -21/+21 |
| 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 | -55/+21 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -171/+242 |
| 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 | -1/+1 |
| 2019-12-02 | Fix tidy issues | Paul Daniel Faria | -1/+2 |
| 2019-12-02 | Fix rebasing errors, convert some BodyCache::body() calls to reborrows | Paul Daniel Faria | -23/+24 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -38/+42 |
| 2019-12-02 | Fix type errors cause during rebasing | Paul Daniel Faria | -4/+5 |
| 2019-12-02 | Compute predecessors in mir_build query and use existing cache for generating... | Paul Daniel Faria | -3/+4 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -331/+331 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -14/+14 |
| 2019-12-02 | Fix typo | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -27/+74 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -3/+3 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -26/+34 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -329/+336 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -33/+0 |
| 2019-12-02 | Move predecessors cache back to its own type | Paul Daniel Faria | -1/+2 |
| 2019-12-02 | Address nits and remove unneeded pass | Paul Daniel Faria | -8/+4 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -64/+65 |
| 2019-12-02 | Ensure predecessors are recomputed at critical points, fixes panics | Paul Daniel Faria | -4/+18 |
| 2019-12-02 | Address linting errors caught by CI | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Add pass to ensure predecessors cache is generated after optimization | Paul Daniel Faria | -0/+17 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -58/+64 |
| 2019-12-02 | Inline cache impl into Body, rename predecessor fns, change output of predece... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Auto merge of #66874 - RalfJung:miri-assert-panic, r=oli-obk | bors | -1/+10 |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -129/+100 |
| 2019-12-02 | fix init_allocation_extra | Ralf Jung | -2/+2 |
| 2019-12-02 | Assert terminator is never executed in ConstProp | Ralf Jung | -1/+1 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -3/+3 |
| 2019-12-02 | expose span to M::assert_panic, and provide helper to turn that into CallerLo... | Ralf Jung | -0/+1 |
| 2019-12-02 | Miri: add machine hook for MIR-level assertion panics | Ralf Jung | -0/+8 |
| 2019-12-02 | make use of Result::map_or | Lzu Tao | -1/+1 |
| 2019-12-02 | Rollup merge of #66926 - RalfJung:miri-stop, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -59/+32 |
| 2019-12-01 | Incorporate fixes from review | Dylan MacKenzie | -5/+3 |
| 2019-12-01 | add reusable MachineStop variant to Miri engine error enum | Ralf Jung | -1/+1 |