| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+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 | -13/+8 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -0/+18 |
| 2019-03-10 | HirIdification: remove all NodeIds from borrowck | ljedrz | -13/+8 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -9/+8 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -45/+38 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -18/+16 |
| 2019-02-20 | HirIdification: change some NodeId to HirId calls | ljedrz | -15/+14 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -1/+1 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -10/+10 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -1/+1 |
| 2019-02-09 | Rollup merge of #58260 - taiki-e:librustc_borrowck-2018, r=Centril | Mazdak Farrokhzad | -69/+71 |
| 2019-02-08 | librustc_borrowck => 2018 | Taiki Endo | -69/+71 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 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 | -9/+10 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-15 | Remove an unused function argument | Oliver Scherer | -17/+3 |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -6/+2 |
| 2019-01-04 | Improve diagnostic labels and add note. | David Wood | -6/+2 |
| 2018-12-28 | Update link to rustc guide | Lin Clark | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -131/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -5/+5 |
| 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 | -72/+72 |
| 2018-11-30 | Refer to the second borrow as the "second borrow". | Daan de Graaf | -1/+1 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -8/+8 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -2/+0 |
| 2018-10-27 | Auto merge of #55150 - pnkfelix:issues-47215-54797-fix-ice-from-moving-out-of... | bors | -1/+17 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -4/+4 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -4/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -5/+5 |
| 2018-10-18 | Extend closure special-casing for generators. | David Wood | -2/+2 |
| 2018-10-17 | AST-borrowck: add separate mem category for thread-locals, as they are not qu... | Felix S. Klock II | -1/+17 |
| 2018-10-08 | Auto merge of #54847 - ljedrz:kill_graphviz_intocow, r=pnkfelix | bors | -3/+2 |
| 2018-10-06 | rustc/middle: use Cow<'static, str> where applicable | ljedrz | -14/+15 |
| 2018-10-05 | Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis | Pietro Albini | -1/+5 |
| 2018-10-05 | Remove graphviz::IntoCow | ljedrz | -3/+2 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -2/+2 |
| 2018-10-03 | Only warn about unused `mut` in user-written code | varkor | -1/+5 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -1/+1 |