| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -11/+24 |
| 2019-12-09 | Rollup merge of #67125 - hashedone:master, r=petrochenkov | Tyler Mandry | -5/+9 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -11/+24 |
| 2019-12-09 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -1/+1 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -34/+30 |
| 2019-12-07 | Added ExactSizeIterator bound to return types | Bartłomiej Kuras | -5/+9 |
| 2019-12-07 | Auto merge of #66927 - RalfJung:engines-dont-panic, r=oli-obk | bors | -5/+21 |
| 2019-12-06 | Fix rebase issues | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -5/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -34/+30 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -10/+2 |
| 2019-12-03 | Rollup merge of #66951 - RalfJung:miri-machine-stop, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -10/+2 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -115/+290 |
| 2019-12-02 | Use new HashStable proc macro | Paul Daniel Faria | -6/+1 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -8/+1 |
| 2019-12-02 | Remove unchecked inline attribute, remove unused functions, make chache mod p... | Paul Daniel Faria | -48/+26 |
| 2019-12-02 | Remove inline attributes that hadn't been profiled, unexport Cache since it n... | Paul Daniel Faria | -17/+1 |
| 2019-12-02 | Compute predecessors in mir_build query and use existing cache for generating... | Paul Daniel Faria | -10/+0 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -29/+17 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -17/+17 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -3/+10 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -7/+35 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -110/+82 |
| 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 |