| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -2/+6 |
| 2019-12-02 | Add read_only fn to BodyCache<&mut...> impl, fix more Body -> (ReadOnly)BodyC... | Paul Daniel Faria | -0/+9 |
| 2019-12-02 | Fix a large number of Body -> (ReadOnly)BodyCache type errors, add predecesso... | Paul Daniel Faria | -21/+43 |
| 2019-12-02 | Account for new maybe_sideeffect helper that requires predecessors | Paul Daniel Faria | -54/+128 |
| 2019-12-02 | Improved BodyCache body impl so it only returns a sharable ref, add new body_... | Paul Daniel Faria | -6/+16 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -52/+60 |
| 2019-12-02 | Move predecessor cache outside of Body, use wrapper types to manage Cache and... | Paul Daniel Faria | -150/+258 |
| 2019-12-02 | Move predecessors cache back to its own type | Paul Daniel Faria | -12/+58 |
| 2019-12-02 | Add back cache invalidation to basic_blocks_and_local_decls_mut | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Address excessive line length that was triggering warning during linting | Paul Daniel Faria | -1/+5 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -55/+17 |
| 2019-12-02 | Ensure predecessors are recomputed at critical points, fixes panics | Paul Daniel Faria | -17/+18 |
| 2019-12-02 | Address linting errors caught by CI | Paul Daniel Faria | -2/+4 |
| 2019-12-02 | Fix Mir visitor macro to ensure it calls the proper method to invalidate the ... | Paul Daniel Faria | -12/+24 |
| 2019-12-02 | Add pass to ensure predecessors cache is generated after optimization | Paul Daniel Faria | -15/+3 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -8/+41 |
| 2019-12-02 | Get rid of old comment | Paul Daniel Faria | -1/+0 |
| 2019-12-02 | Inline cache impl into Body, rename predecessor fns, change output of predece... | Paul Daniel Faria | -89/+36 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -16/+25 |
| 2019-12-02 | miri: add throw_machine_stop macro | Ralf Jung | -0/+7 |
| 2019-12-02 | Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate | Ralf Jung | -0/+7 |
| 2019-12-02 | Rollup merge of #66926 - RalfJung:miri-stop, r=oli-obk | Mazdak Farrokhzad | -16/+12 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -2/+6 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -6/+12 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -5/+21 |
| 2019-12-01 | add reusable MachineStop variant to Miri engine error enum | Ralf Jung | -16/+12 |
| 2019-12-01 | Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obk | Mazdak Farrokhzad | -7/+13 |
| 2019-11-30 | rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-11-30 | rustc: move MIR source_scope_local_data's ClearCrossCrate to be around elements. | Eduard-Mihai Burtescu | -2/+9 |
| 2019-11-29 | Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obk | bors | -9/+29 |
| 2019-11-28 | rustc: hide HirId's fmt::Debug output from -Z span_free_formats. | Eduard-Mihai Burtescu | -2/+6 |
| 2019-11-28 | const_prop: detect and avoid catching Miri errors that require allocation | Ralf Jung | -7/+13 |
| 2019-11-28 | Removed FIXME comment | David Haig | -2/+0 |
| 2019-11-28 | Remove duplication using single variant for error | David Haig | -17/+14 |
| 2019-11-28 | Fixed merge issue | David Haig | -0/+10 |
| 2019-11-28 | Fixed merge issue | David Haig | -1/+1 |
| 2019-11-28 | Squash | David Haig | -4/+19 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -1/+4 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -2/+2 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -52/+52 |
| 2019-11-27 | Add memoization for const function evaluations | David Hewitt | -1/+4 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -1/+1 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -2/+2 |
| 2019-11-22 | Allow miri allocation interning to work im generic Machines | Wesley Wiser | -1/+1 |
| 2019-11-22 | Rollup merge of #66637 - RalfJung:typo, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-11-22 | Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obk | Mazdak Farrokhzad | -24/+83 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -1/+1 |
| 2019-11-22 | Auto merge of #66282 - Centril:simplify-try, r=oli-obk | bors | -7/+7 |
| 2019-11-21 | Address review comments | Matthew Jasper | -7/+4 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -16/+60 |