| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -8/+8 |
| 2019-05-04 | Remove TypeckMir | Yuki Okushi | -2/+0 |
| 2019-04-05 | Add DropArena and use it to allocate types with few allocations | John Kåre Alsaker | -3/+2 |
| 2019-03-19 | Run branch cleanup after copy prop | Oliver Scherer | -0/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -2/+2 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -6/+2 |
| 2019-02-21 | Simplify the cleanup_post_borrowck passes | Matthew Jasper | -6/+2 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-09 | pass full InstanceDef to run_passes | Ralf Jung | -11/+16 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -3/+3 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-29 | Only store the result of mir_borrowck for closures | John Kåre Alsaker | -2/+2 |
| 2019-01-04 | librustc_mir: Make qualify_min_const_fn module public | Philipp Hansch | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -4/+4 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -3/+0 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |