| Age | Commit message (Expand) | Author | Lines |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -3/+0 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -9/+9 |
| 2019-12-02 | Fix rebasing errors, convert some BodyCache::body() calls to reborrows | Paul Daniel Faria | -0/+1 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -15/+15 |
| 2019-12-02 | Fix typo | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix remaining compilation issues | Paul Daniel Faria | -0/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -21/+21 |
| 2019-12-02 | Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ... | Paul Daniel Faria | -3/+0 |
| 2019-12-02 | Move predecessors cache back to its own type | Paul Daniel Faria | -1/+2 |
| 2019-12-02 | Address nits and remove unneeded pass | Paul Daniel Faria | -2/+0 |
| 2019-12-02 | Ensure predecessors are recomputed at critical points, fixes panics | Paul Daniel Faria | -1/+4 |
| 2019-12-02 | Add pass to ensure predecessors cache is generated after optimization | Paul Daniel Faria | -0/+2 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -0/+4 |
| 2019-11-15 | Fix nits from review | Dylan MacKenzie | -2/+2 |
| 2019-11-15 | Use a bespoke type for the result of `mir_const_qualif` | Dylan MacKenzie | -4/+4 |
| 2019-11-15 | Remove `qualify_consts` completely | Dylan MacKenzie | -8/+3 |
| 2019-11-15 | Use new const-checker for `mir_const_qualif` | Dylan MacKenzie | -2/+37 |
| 2019-11-09 | Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obk | bors | -0/+3 |
| 2019-11-08 | Use new `PromoteTemps` for promotion | Dylan MacKenzie | -3/+4 |
| 2019-11-06 | Implement pass to remove branches on uninhabited variants | Wesley Wiser | -0/+3 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -3/+3 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-28 | Add dataflow-based const validation | Dylan MacKenzie | -0/+1 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -4/+0 |
| 2019-08-22 | Resolve PR comments | Wesley Wiser | -98/+55 |
| 2019-08-22 | Remove unnecessary Option | Wesley Wiser | -2/+1 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -3/+7 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -13/+69 |
| 2019-08-22 | Move 'tcx lifetime on MirPass | Wesley Wiser | -4/+4 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -3/+0 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -1/+1 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -3/+0 |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -0/+7 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -6/+6 |
| 2019-07-02 | Add a query to get the `promoted`s for a `mir::Body` | Wesley Wiser | -0/+7 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -1/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+7 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -23/+23 |
| 2019-06-06 | Don't run MIR passes on constructor shims | Matthew Jasper | -2/+10 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -1/+1 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -2/+2 |