| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -58/+58 |
| 2019-12-02 | Fix typo | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -58/+167 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -6/+6 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -36/+48 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -414/+419 |
| 2019-12-02 | Fix remaining Body -> (ReadOnly)BodyCache type errors in librustc_mir outside... | Paul Daniel Faria | -14/+16 |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -45/+46 |
| 2019-12-02 | Add read_only fn to BodyCache<&mut...> impl, fix more Body -> (ReadOnly)BodyC... | Paul Daniel Faria | -40/+39 |
| 2019-12-02 | Fix a large number of Body -> (ReadOnly)BodyCache type errors, add predecesso... | Paul Daniel Faria | -162/+164 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -75/+26 |
| 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 | -69/+84 |
| 2019-12-02 | Ensure predecessors are recomputed at critical points, fixes panics | Paul Daniel Faria | -5/+22 |
| 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 | -64/+70 |
| 2019-12-02 | Inline cache impl into Body, rename predecessor fns, change output of predece... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Auto merge of #66874 - RalfJung:miri-assert-panic, r=oli-obk | bors | -118/+188 |
| 2019-12-02 | Rollup merge of #66827 - RalfJung:miri-missing-ret-place, r=oli-obk | Ralf Jung | -15/+23 |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -129/+101 |
| 2019-12-02 | fix init_allocation_extra | Ralf Jung | -20/+30 |
| 2019-12-02 | Assert terminator is never executed in ConstProp | Ralf Jung | -1/+1 |
| 2019-12-02 | fat -> wide | Ralf Jung | -6/+6 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -17/+21 |
| 2019-12-02 | add and use helper method to get SourceInfo of current instruction in frame | Ralf Jung | -14/+22 |
| 2019-12-02 | Miri: add helper fn to allocate string; simplify alloc_caller_location | Ralf Jung | -33/+36 |
| 2019-12-02 | Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate | Ralf Jung | -7/+14 |
| 2019-12-02 | expose span to M::assert_panic, and provide helper to turn that into CallerLo... | Ralf Jung | -10/+20 |
| 2019-12-02 | Miri: add machine hook for MIR-level assertion panics | Ralf Jung | -39/+67 |
| 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 | -123/+90 |
| 2019-12-01 | Incorporate fixes from review | Dylan MacKenzie | -5/+3 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -8/+6 |
| 2019-12-01 | add reusable MachineStop variant to Miri engine error enum | Ralf Jung | -1/+1 |
| 2019-12-01 | Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obk | Mazdak Farrokhzad | -7/+25 |
| 2019-12-01 | Rollup merge of #66790 - christianpoveda:check-set-discriminant, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-12-01 | Rollup merge of #66726 - CAD97:miri-recursion-limit, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -61/+37 |
| 2019-11-30 | Merge match branches | Christian Poveda | -4/+1 |
| 2019-11-30 | Don't repeat the `is_const_fn_raw` check | Oliver Scherer | -14/+12 |
| 2019-11-30 | `find_fn` -> `find_mir_or_eval_fn` rename | Oliver Scherer | -5/+5 |
| 2019-11-30 | rustc_mir: use nicer path printing for #[rustc_regions] NLL tests. | Eduard-Mihai Burtescu | -12/+10 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -24/+24 |
| 2019-11-30 | Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk | Mazdak Farrokhzad | -1/+7 |
| 2019-11-30 | Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkor | Mazdak Farrokhzad | -15/+53 |
| 2019-11-30 | Apply suggestions from code review | Nadrieril Feneanar | -2/+2 |