| Age | Commit message (Expand) | Author | Lines |
| 2019-07-11 | Move rustc_borrowck -> rustc_ast_borrowck | Matthew Jasper | -614/+0 |
| 2019-07-11 | Remove rustc_mir dependency from rustc_borrowck | Matthew Jasper | -974/+15 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -3/+3 |
| 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 | -2/+2 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -1/+1 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -2/+2 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -6/+6 |
| 2019-06-20 | rename hir::map::expect_expr_by_hir_id to expect_expr | ljedrz | -1/+1 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -2/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-17 | remove superfluous space | ljedrz | -1/+1 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -3/+3 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -8/+8 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -11/+8 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -15/+12 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -16/+16 |
| 2019-06-11 | rustc_borrowck: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-23 | Update borrowck | John Kåre Alsaker | -4/+3 |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -1/+1 |
| 2019-04-21 | Enable migrate mode by default on the 2015 edition | Matthew Jasper | -6/+0 |
| 2019-04-19 | Emit specific error for struct literal in conditions | Esteban Küber | -3/+1 |
| 2019-03-25 | Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov | bors | -0/+14 |
| 2019-03-24 | When moving out of a for loop head, suggest borrowing it | Esteban Küber | -0/+14 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -2/+1 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -5/+3 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-03-10 | HirIdification: remove all NodeIds from borrowck | ljedrz | -5/+3 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -7/+6 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -29/+28 |
| 2019-02-20 | HirIdification: change some NodeId to HirId calls | ljedrz | -13/+13 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-08 | librustc_borrowck => 2018 | Taiki Endo | -17/+18 |
| 2019-01-29 | Use ensure for borrowck | John Kåre Alsaker | -1/+1 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -1/+1 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -6/+6 |
| 2019-01-15 | Remove an unused function argument | Oliver Scherer | -9/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 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 | -47/+47 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -5/+5 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -0/+1 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -3/+3 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -3/+3 |