| Age | Commit message (Expand) | Author | Lines |
| 2020-01-15 | remove redundant clones, found by clippy | Matthias Krüger | -2/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -2/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -121/+91 |
| 2019-12-21 | Use Arena inside hir::Crate. | Camille GILLOT | -1/+1 |
| 2019-11-22 | Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov | Mazdak Farrokhzad | -58/+7 |
| 2019-11-20 | Remove pretty printing of specific nodes in AST | Mark Rousskov | -58/+7 |
| 2019-11-19 | Remove duplicate function | Aliaksandr Radzivanovich | -5/+1 |
| 2019-11-09 | Move pretty parsing into Session options | Mark Rousskov | -250/+70 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -8/+0 |
| 2019-09-27 | -Z unpretty message: include expanded,hygiene | Mazdak Farrokhzad | -3/+3 |
| 2019-09-27 | Remove unpretty=flowgraph. | Mazdak Farrokhzad | -164/+14 |
| 2019-09-17 | Print syntax contexts and marks when printing hygiene information | Matthew Jasper | -2/+7 |
| 2019-09-06 | Move the HIR cfg to `rustc_ast_borrowck` | Matthew Jasper | -2/+1 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -2/+2 |
| 2019-07-11 | Remove rustc_mir dependency from rustc_borrowck | Matthew Jasper | -2/+2 |
| 2019-07-10 | Move pp::Printer helpers to direct impl | Mark Rousskov | -1/+0 |
| 2019-07-10 | Move pp::Printer out field to owned String | Mark Rousskov | -2/+1 |
| 2019-07-10 | print_crate returns String instead of taking an out pointer | Mark Rousskov | -6/+3 |
| 2019-07-10 | Replace src: &mut dyn Read with String | Mark Rousskov | -11/+10 |
| 2019-07-06 | Add arm ids for -Zunpretty=hir,identified | Matthew Jasper | -10/+10 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-07-05 | Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb | bors | -71/+61 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -1/+1 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -10/+10 |
| 2019-06-29 | Remove io::Result from syntax::print | Mark Rousskov | -54/+44 |
| 2019-06-29 | Replace pretty-printer Box<dyn Write> with &mut String | Mark Rousskov | -17/+17 |
| 2019-06-24 | HirIdify driver::pretty::HirPrinterSupport::node_path | ljedrz | -6/+5 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -1/+1 |
| 2019-06-24 | HIR: remove the NodeId find | ljedrz | -2/+2 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -1/+1 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -3/+3 |
| 2019-06-20 | remove hir::map::get | ljedrz | -2/+4 |
| 2019-06-20 | make blocks::Code work with HirId | ljedrz | -1/+2 |
| 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-17 | replace some uses of NodeId with HirId | ljedrz | -1/+2 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -21/+21 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -8/+8 |
| 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 | -3/+3 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -4/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -2/+1 |
| 2019-05-08 | Optimize HIR map | John Kåre Alsaker | -5/+7 |
| 2019-05-04 | Remove `def_path_from_id`, `node_id_to_string` | Fabian Drinck | -1/+4 |
| 2019-03-27 | librustc_driver => 2018 | Taiki Endo | -14/+18 |
| 2019-03-17 | Use a valid name for graphviz graphs | Matthew Jasper | -1/+11 |