| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -271/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -35/+19 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -29/+25 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -10/+2 |
| 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 | -47/+25 |
| 2019-12-02 | Remove inline attributes that hadn't been profiled, unexport Cache since it n... | Paul Daniel Faria | -15/+0 |
| 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 | -16/+4 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -9/+13 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -2/+9 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -6/+32 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -106/+78 |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -1/+5 |
| 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 | -50/+115 |
| 2019-12-02 | Improved BodyCache body impl so it only returns a sharable ref, add new body_... | Paul Daniel Faria | -4/+10 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -41/+41 |
| 2019-12-02 | Move predecessor cache outside of Body, use wrapper types to manage Cache and... | Paul Daniel Faria | -25/+233 |
| 2019-12-02 | Move predecessors cache back to its own type | Paul Daniel Faria | -0/+47 |
| 2019-12-02 | Inline cache impl into Body, rename predecessor fns, change output of predece... | Paul Daniel Faria | -75/+0 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -11/+15 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -4/+2 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -1/+1 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -10/+8 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -5/+5 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -3/+3 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -3/+3 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -3/+3 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -2/+5 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -1/+1 |
| 2018-03-28 | Make Mir::predecessors thread-safe | John Kåre Alsaker | -5/+5 |
| 2018-03-13 | improve TypeFoldable/Lift macros and make a bunch of stuff use them | Niko Matsakis | -0/+4 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+2 |
| 2017-09-18 | incr.comp.: Remove tcx from StableHashingContext. | Michael Woerister | -2/+2 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -2/+2 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -1/+10 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-06-23 | add control flow graph and algorithms. add dominator to mir | Scott A Carr | -1/+1 |
| 2016-06-09 | add a cache for MIR predecessors | Ariel Ben-Yehuda | -0/+69 |