| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -158/+0 | |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -4/+4 | |
| 2020-04-11 | Pass the `PlaceElem::Index` local to `visit_local` | Jonas Schievink | -12/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -1/+1 | |
| 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 | |
| 2019-12-22 | Format the world | Mark Rousskov | -43/+20 | |
| 2019-12-05 | rustc_mir: Fix tidy line lengths | Paul Daniel Faria | -1/+3 | |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ↵ | Paul Daniel Faria | -4/+4 | |
| 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 | Fix issues caused during rebasing | Paul Daniel Faria | -1/+1 | |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, ↵ | Paul Daniel Faria | -6/+6 | |
| rename all body_cache back to body | ||||
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir ↵ | Paul Daniel Faria | -3/+3 | |
| (lifetime errors still exist) | ||||
| 2019-12-02 | Fix remaining Body -> (ReadOnly)BodyCache type errors in librustc_mir ↵ | Paul Daniel Faria | -10/+9 | |
| outside of librustc_mir/transform | ||||
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated ↵ | Eduard-Mihai Burtescu | -8/+33 | |
| VarDebugInfo. | ||||
| 2019-10-22 | Intern place projection | Santiago Pastorino | -15/+29 | |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -3/+3 | |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -16/+10 | |
| 2019-10-17 | Remove unneeded callback and just use the new_local value | Santiago Pastorino | -19/+13 | |
| 2019-10-17 | Prepare def_use MutVisitor to have projections interned | Santiago Pastorino | -9/+27 | |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 | |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 | |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -8/+8 | |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -7/+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-26 | Remove region from borrow place contexts | Matthew Jasper | -33/+28 | |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 | |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2017-12-01 | MIR: s/lv(al(ue)?)?/place in function/variable/module names. | Eduard-Mihai Burtescu | -7/+7 | |
| 2017-12-01 | MIR: s/Lvalue/Place in type names. | Eduard-Mihai Burtescu | -7/+7 | |
| 2017-11-10 | Separately eliminate self-assignments | sinkuu | -1/+21 | |
| 2017-09-03 | rustc_mir: implement visit_local instead/along visit_lvalue where possible. | Eduard-Mihai Burtescu | -36/+18 | |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -4/+0 | |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2017-03-18 | move the drop expansion code to rustc_mir | Ariel Ben-Yehuda | -0/+163 | |
