| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -325/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -6/+7 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -4/+4 |
| 2020-05-03 | Support liveness in `rustc_peek` tests | Dylan MacKenzie | -14/+50 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -1/+1 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -2/+1 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -2/+2 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+4 |
| 2020-03-31 | Use Place directly in peek_at, it's Copy | Santiago Pastorino | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -1/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-13 | Rename `MaybeBorrowedLocals` constructors | Dylan MacKenzie | -1/+1 |
| 2020-02-12 | Reenable peek test for indirect mutation analysis | Dylan MacKenzie | -20/+6 |
| 2020-02-11 | Use new dataflow framework for `rustc_peek` tests | Dylan MacKenzie | -42/+28 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -59/+64 |
| 2019-12-09 | Remove `uniform_array_move_out` passes | Matthew Jasper | -1/+1 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -15/+15 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -4/+4 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -2/+12 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -16/+16 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -15/+23 |
| 2019-10-01 | Add `rustc_peek` support for `IndirectlyMutableLocals` | Dylan MacKenzie | -0/+32 |
| 2019-10-01 | Refactor `rustc_peek` | Dylan MacKenzie | -131/+153 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -2/+2 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -2/+2 |
| 2019-08-22 | Move 'tcx lifetime on MirPass | Wesley Wiser | -2/+2 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -1/+1 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -2/+2 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -2/+2 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -2/+8 |
| 2019-06-22 | rustc_mir: don't pass `on_entry` when building transfer functions. | Dylan MacKenzie | -16/+10 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -16/+20 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-09 | Changed usages of `mir` in librustc::mir and librustc_mir to `body` | Jad Ghalayini | -17/+17 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -4/+4 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -5/+6 |