| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Add read_only fn to BodyCache<&mut...> impl, fix more Body -> (ReadOnly)BodyC... | Paul Daniel Faria | -40/+48 |
| 2019-12-02 | Fix a large number of Body -> (ReadOnly)BodyCache type errors, add predecesso... | Paul Daniel Faria | -183/+207 |
| 2019-12-02 | Account for new maybe_sideeffect helper that requires predecessors | Paul Daniel Faria | -133/+176 |
| 2019-12-02 | Convert &mut to & since the reference didn't need to be mutable | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Revert back to using FunctionCx's Body | Paul Daniel Faria | -147/+118 |
| 2019-12-02 | Add Body back as field of FunctionCx, but under a different lifetime | Paul Daniel Faria | -49/+46 |
| 2019-12-02 | Improved BodyCache body impl so it only returns a sharable ref, add new body_... | Paul Daniel Faria | -12/+23 |
| 2019-12-02 | Remove Body from FunctionCx, pass it along during librustc_codegen_ssa | Paul Daniel Faria | -159/+184 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -162/+132 |
| 2019-12-02 | Move predecessor cache outside of Body, use wrapper types to manage Cache and... | Paul Daniel Faria | -161/+300 |
| 2019-12-02 | Move predecessors cache back to its own type | Paul Daniel Faria | -14/+61 |
| 2019-12-02 | Add back cache invalidation to basic_blocks_and_local_decls_mut | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Address nits and remove unneeded pass | Paul Daniel Faria | -8/+4 |
| 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 | -125/+102 |
| 2019-12-02 | Ensure predecessors are recomputed at critical points, fixes panics | Paul Daniel Faria | -22/+40 |
| 2019-12-02 | Address linting errors caught by CI | Paul Daniel Faria | -4/+6 |
| 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/+20 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -73/+112 |
| 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 | -91/+38 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -18/+27 |
| 2019-12-02 | Auto merge of #66874 - RalfJung:miri-assert-panic, r=oli-obk | bors | -118/+195 |
| 2019-12-02 | Add missing backline | Guillaume Gomez | -1/+1 |
| 2019-12-02 | Use Module::print() instead of a PrintModulePass | Victor Ding | -50/+9 |
| 2019-12-02 | miri: add throw_machine_stop macro | Ralf Jung | -0/+7 |
| 2019-12-02 | minify theme.js as well | Guillaume Gomez | -4/+3 |
| 2019-12-02 | Remove minification on search-index.js file | Guillaume Gomez | -85/+9 |
| 2019-12-02 | Add missing check | Guillaume Gomez | -1/+1 |
| 2019-12-02 | Rollup merge of #66834 - infinity0:master, r=Mark-Simulacrum | Ralf Jung | -6/+8 |
| 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 #66822 - RalfJung:miri-panic, r=oli-obk | Ralf Jung | -59/+18 |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -181/+145 |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+98 |
| 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/+21 |
| 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 | -3/+3 |
| 2019-12-02 | stabilize Result::map_or | Lzu Tao | -2/+1 |
| 2019-12-02 | Rollup merge of #66926 - RalfJung:miri-stop, r=oli-obk | Mazdak Farrokhzad | -17/+13 |
| 2019-12-02 | Rollup merge of #66918 - makotokato:aarch32-crc-crypto, r=petrochenkov | Mazdak Farrokhzad | -0/+2 |
| 2019-12-02 | Rollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk | Mazdak Farrokhzad | -22/+26 |
| 2019-12-02 | Rollup merge of #66905 - petrochenkov:rmplugin2, r=Centril | Mazdak Farrokhzad | -405/+141 |