| Age | Commit message (Expand) | Author | Lines |
| 2019-07-25 | Simplify save-analysis JSON dumper interface | Mark Rousskov | -9/+9 |
| 2019-07-04 | rename hir::map::opt_local_def_id* | ljedrz | -2/+2 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -11/+11 |
| 2019-06-24 | Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov | bors | -3/+2 |
| 2019-06-23 | Remove redundant syntax::ast::Guard. | Mazdak Farrokhzad | -3/+2 |
| 2019-06-23 | let_chains: Remove ast::ExprKind::{IfLet, WhileLet} from visitors and introdu... | Mazdak Farrokhzad | -10/+2 |
| 2019-06-21 | revert the NodeId to HirId parameter change to get_path_res | ljedrz | -7/+5 |
| 2019-06-20 | remove hir::map::get | ljedrz | -5/+7 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-20 | remove uses of the NodeId hir::map::expr | ljedrz | -1/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -2/+2 |
| 2019-05-20 | Fixed nits raised in review. | Alexander Regueiro | -1/+1 |
| 2019-05-20 | Ban multi-trait objects via trait aliases. | Alexander Regueiro | -3/+3 |
| 2019-05-08 | save-analysis: Fix ICE when processing associated constant | Igor Matuszewski | -4/+6 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -16/+16 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -2/+2 |
| 2019-03-29 | Rename `type_parameters` to `generics` and so on | varkor | -2/+2 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -7/+6 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -18/+33 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -3/+3 |
| 2019-03-15 | rustc: replace node_path_str with uses of def_path_str. | Eduard-Mihai Burtescu | -7/+14 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -18/+33 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -1/+2 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -4/+4 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -4/+4 |
| 2019-02-09 | Rollup merge of #58233 - taiki-e:librustc_save_analysis-2018, r=Centril | Mazdak Farrokhzad | -34/+39 |
| 2019-02-07 | Support const generics in save analysis | varkor | -3/+11 |
| 2019-02-07 | librustc_save_analysis => 2018 | Taiki Endo | -34/+39 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -6/+3 |
| 2019-01-16 | Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkov | bors | -1/+0 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -1/+0 |
| 2019-01-08 | save-analysis: use a fallback when access levels couldn't be computed | Igor Matuszewski | -3/+3 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -3/+3 |
| 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 | -10/+10 |
| 2018-11-16 | Auto merge of #55936 - nrc:save-rename, r=eddyb | bors | -5/+7 |
| 2018-11-14 | save-analysis: be even more aggressive about ignorning macro-generated defs | Nick Cameron | -5/+7 |
| 2018-11-11 | save-analysis: Don't panic for macro-generated use globs | Igor Matuszewski | -15/+19 |
| 2018-10-31 | save analysis: don't dump macro refs | Nick Cameron | -12/+14 |
| 2018-10-31 | save-analysis: make sure we save the def for the last segment of a path | Nick Cameron | -2/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -4/+0 |
| 2018-10-26 | dump refs for path segments in save-analysis | Nick Cameron | -4/+3 |