| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -117/+0 | |
| 2020-05-31 | InstCombine: Don't optimize `&mut *x` into `x` | Jonas Schievink | -10/+8 | |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -7/+12 | |
| 2020-04-24 | Don't run various MIR optimizations at mir-opt-level=0 | Wesley Wiser | -5/+0 | |
| Add missing checks for mir-opt-level to non-essential MIR passes. | ||||
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -5/+3 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 | |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 | |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 | |
| 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 | -1/+1 | |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -4/+4 | |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-22 | Format the world | Mark Rousskov | -14/+9 | |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ↵ | Paul Daniel Faria | -2/+2 | |
| Index impl, remove body fn rustc_codegen_ssa: Fix BodyAndCache reborrow to Body and change instances of body() call to derefence rustc_mir: Fix BodyAndCache reborrow to Body and change intances of body() call to derefence | ||||
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, ↵ | Paul Daniel Faria | -4/+4 | |
| rename all body_cache back to body | ||||
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -2/+3 | |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir ↵ | Paul Daniel Faria | -5/+6 | |
| (lifetime errors still exist) | ||||
| 2019-10-22 | Intern place projection | Santiago Pastorino | -5/+8 | |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -21/+22 | |
| This prepares the code base for when projection is interned. Place's projection field is going to be `&List<PlaceElem<'tcx>>` so we won't be able to pattern match against it. | ||||
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 | |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 | |
| 2019-09-13 | Avoid math and use patterns to grab projection base | Santiago Pastorino | -10/+12 | |
| 2019-09-12 | Destructure instead of using split_at | Santiago Pastorino | -1/+1 | |
| 2019-09-09 | Use slice patterns to match projection base | Santiago Pastorino | -13/+4 | |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -12/+26 | |
| 2019-08-22 | Move 'tcx lifetime on MirPass | Wesley Wiser | -2/+2 | |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and ↵ | Eduard-Mihai Burtescu | -2/+1 | |
| `hair::pattern::PatternRange`. | ||||
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -5/+12 | |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -2/+2 | |
| https://github.com/rust-lang/rust/issues/60532 r? @alexreg | ||||
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -3/+3 | |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+1 | |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 | |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 | |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -6/+6 | |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -10/+10 | |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -6/+7 | |
| The commit should have changed comments as well. At the time of writting, it passes the tidy and check tool. Revisions asked by eddyb : - Renamed of all the occurences of {visit/super}_mir - Renamed test structures `CachedMir` to `Cached` Fixing the missing import on `AggregateKind` | ||||
| 2019-04-03 | Deny internal lints on librustc_mir | flip1995 | -2/+2 | |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -2/+2 | |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -2/+2 | |
| 2019-02-09 | fix rebase fallout | Ralf Jung | -1/+1 | |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-24 | add a `user_ty` annotation to `Constant` | Niko Matsakis | -1/+1 | |
| 2018-08-22 | Remove Ty prefix from ↵ | varkor | -1/+1 | |
| Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closure|Generator|GeneratorWitness|Never|Tuple|Projection|Anon|Infer|Error} | ||||
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -2/+2 | |
| 2018-07-23 | Promoteds are statics and statics have a place, not just a value | Oliver Schneider | -3/+2 | |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -5/+5 | |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -5/+5 | |
| 2017-11-28 | MIR: split Operand::Consume into Copy and Move. | Eduard-Mihai Burtescu | -1/+1 | |
