| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-02-28 | Process `RequiresStorage` results in pre-order | Dylan MacKenzie | -2/+3 |
| 2020-02-27 | Rename `RequiresStorage` to `MaybeRequiresStorage` | Dylan MacKenzie | -3/+3 |
| 2020-02-27 | Port `RequiresStorage` to new dataflow framework | Dylan MacKenzie | -49/+27 |
| 2020-02-27 | Port `MaybeStorageLive` to new dataflow framework | Dylan MacKenzie | -8/+6 |
| 2020-02-19 | Add more comments to `SuspensionPoint` | Jonas Schievink | -3/+9 |
| 2020-02-19 | Remap the resume place if necessary | Jonas Schievink | -0/+9 |
| 2020-02-19 | Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser | bors | -13/+7 |
| 2020-02-13 | Rename `MaybeBorrowedLocals` constructors | Dylan MacKenzie | -1/+1 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -1/+1 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -1/+1 |
| 2020-02-12 | Use `MaybeBorrowedLocals` for generator analyses | Dylan MacKenzie | -13/+7 |
| 2020-02-06 | Clarify comment about `_2` living across a yield | Jonas Schievink | -2/+3 |
| 2020-02-04 | Don't emit StorageDead for the resume argument | Jonas Schievink | -4/+0 |
| 2020-02-03 | Fix miscompilation | Jonas Schievink | -10/+53 |
| 2020-02-02 | No resume argument in the drop shim | Jonas Schievink | -18/+33 |
| 2020-02-02 | Make generator transform move resume arg around | Jonas Schievink | -7/+19 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -1/+2 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -1/+1 |
| 2020-01-22 | librustc_mir: don't allocate vectors where slices will do. | Matthias Krüger | -2/+2 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -16/+11 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -11/+11 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -277/+201 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -15/+15 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -112/+113 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -3/+9 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -107/+108 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -4/+0 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -6/+10 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -6/+6 |
| 2019-11-28 | Fail fast if generator_kind is None | David Haig | -8/+9 |
| 2019-11-28 | Fixed tidy errors | David Haig | -2/+6 |
| 2019-11-28 | Remove duplication using single variant for error | David Haig | -17/+6 |
| 2019-11-28 | Squash | David Haig | -5/+18 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -16/+2 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -3/+3 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -1/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -1/+1 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -22/+48 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -8/+15 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -15/+9 |
| 2019-10-17 | Prepare generator MutVisitor to have projections interned | Santiago Pastorino | -7/+45 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -4/+1 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -0/+1 |
| 2019-10-02 | Do not mark unitinitialized locals as requiring storage | Matthew Jasper | -4/+1 |