| Age | Commit message (Expand) | Author | Lines |
| 2019-06-21 | Further reduce the likelyhood of hash collisions | Oliver Scherer | -0/+1 |
| 2019-06-19 | Make `Allocation` stable hash robust | Oliver Scherer | -5/+9 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -5/+5 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -5/+5 |
| 2019-06-18 | syntax: Move `default_transparency` into `ExpnInfo` | Vadim Petrochenkov | -1/+8 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -15/+21 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -15/+15 |
| 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 | -2/+2 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -15/+11 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Lifetime` | Vadim Petrochenkov | -1/+1 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -60/+64 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -1/+1 |
| 2019-06-06 | Always use token kinds through `token` module rather than `Token` type | Vadim Petrochenkov | -41/+41 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -1/+1 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -1/+0 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -16/+18 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -10/+12 |
| 2019-05-11 | Introduce `hir::Lit` not keeping the original token | Vadim Petrochenkov | -0/+2 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -16/+17 |
| 2019-05-11 | Turn `ast::Lit` into a struct | Vadim Petrochenkov | -1/+5 |
| 2019-05-10 | Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. | Mazdak Farrokhzad | -0/+1 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -0/+1 |
| 2019-05-04 | Hash all of the import_ids for the TraitCandidate. | Jesper Steen Møller | -6/+6 |
| 2019-05-04 | Use binding autoref, because we can. | Jesper Steen Møller | -2/+2 |
| 2019-05-04 | Improved name: first_import_id | Jesper Steen Møller | -2/+2 |
| 2019-05-04 | Fix #45268 by saving all NodeId's for resolved traits. | Jesper Steen Møller | -10/+11 |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -0/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-04-03 | Deny internal lints in librustc | flip1995 | -5/+3 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -3/+1 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -1/+1 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -2/+3 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -2371/+0 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -5/+0 |
| 2019-03-08 | Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc | bors | -2/+1 |
| 2019-03-08 | Auto merge of #58013 - Zoxc:stable-hash-macro-simple, r=oli-obk | bors | -6/+0 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-03-07 | hir: remove NodeId from PathSegment | ljedrz | -1/+0 |
| 2019-03-05 | Implement Hash for new types | varkor | -0/+27 |
| 2019-03-05 | Create a derive macro for HashStable | John Kåre Alsaker | -6/+0 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -0/+1 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -4/+4 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -3/+3 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -2/+0 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -1/+0 |