| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-15 | rustc: replace node_path_str with uses of def_path_str. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -166/+107 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -2/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -2/+2 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -236/+34 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -7/+7 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -2/+2 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -22/+20 |
| 2019-01-19 | Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obk | Mazdak Farrokhzad | -1/+2 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -13/+3 |
| 2019-01-15 | Add missing unpretty option help message | Hirokazu Hata | -1/+2 |
| 2018-12-27 | Get rid of `Block::recovered` | Vadim Petrochenkov | -4/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -10/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -14/+11 |
| 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 | -9/+9 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -1/+1 |
| 2018-11-12 | Turn `HirLocalId` into a `newtype_index` | Oliver Scherer | -4/+4 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -1/+1 |
| 2018-10-13 | rustc/driver: whitespace & formatting fixes | ljedrz | -27/+27 |
| 2018-10-12 | rustc/driver: improve macro calls | ljedrz | -1/+1 |
| 2018-09-26 | Remove OneVector | ljedrz | -3/+3 |
| 2018-08-27 | Remove Node* prefix from AnnNode | varkor | -19/+19 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -5/+5 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -5/+5 |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -24/+78 |