| Age | Commit message (Expand) | Author | Lines |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -56/+42 |
| 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 | -130/+212 |
| 2019-12-03 | Auto merge of #66256 - CAD97:patch-2, r=RalfJung | bors | -8/+9 |
| 2019-12-02 | Auto merge of #64736 - Nashenas88:mir_predecessors_cache_cleanup, r=oli-obk | bors | -590/+942 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -2/+1 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -5/+5 |
| 2019-12-02 | Use new HashStable proc macro | Paul Daniel Faria | -6/+1 |
| 2019-12-02 | Fix tidy issues | Paul Daniel Faria | -40/+53 |
| 2019-12-02 | Fix rebasing errors, convert some BodyCache::body() calls to reborrows | Paul Daniel Faria | -38/+39 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -70/+67 |
| 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 | Fix type errors cause during rebasing | Paul Daniel Faria | -5/+6 |
| 2019-12-02 | Compute predecessors in mir_build query and use existing cache for generating... | Paul Daniel Faria | -14/+7 |
| 2019-12-02 | Remove files created during conflict resolution | Paul Daniel Faria | -1696/+0 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -2/+1698 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -630/+618 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -87/+89 |
| 2019-12-02 | Undo minor changes that weren't needed, fix one lifetime typo | Paul Daniel Faria | -30/+31 |
| 2019-12-02 | Fix compilation errors created during rebase | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Fix typo | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -62/+182 |
| 2019-12-02 | Fix typos caused during rebase | Paul Daniel Faria | -6/+6 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -50/+102 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -612/+588 |
| 2019-12-02 | Fix remaining Body -> (ReadOnly)BodyCache type errors in librustc_mir outside... | Paul Daniel Faria | -14/+16 |
| 2019-12-02 | Fix typo caused by rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -47/+52 |
| 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 |