| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | remove unused derives and variants | Andy Russell | -58/+55 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -71/+3 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -53/+40 |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -3/+4 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -9/+3 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -7/+7 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -14/+14 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 |
| 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 | -5/+5 |
| 2019-06-11 | Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril | bors | -1/+1 |
| 2019-06-11 | rustdoc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -1/+1 |
| 2019-06-07 | Fix slice const generic length display | Guillaume Gomez | -1/+4 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -13/+53 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -1/+1 |
| 2019-06-05 | Implemented for traits (associated type definitions). | Alexander Regueiro | -1/+4 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -10/+10 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -2/+1 |
| 2019-06-03 | rustc: async fn drop order lowering in HIR | David Wood | -1/+2 |
| 2019-05-28 | Use proper const printing in rustdoc | varkor | -4/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -16/+16 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -2/+6 |
| 2019-05-25 | Reuse the pretty printing architecture for printing of constants | Oliver Scherer | -2/+1 |
| 2019-05-23 | Update GenericPredicates queries | John Kåre Alsaker | -4/+5 |
| 2019-05-23 | Update item_children | John Kåre Alsaker | -1/+1 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -10/+7 |
| 2019-05-22 | Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet... | Mazdak Farrokhzad | -1/+1 |
| 2019-05-21 | Move `edition` outside the hygiene lock and avoid accessing it | John Kåre Alsaker | -8/+8 |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -1/+1 |
| 2019-05-20 | Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk | Mazdak Farrokhzad | -0/+7 |
| 2019-05-18 | Fix display of const generics in rustdoc | Guillaume Gomez | -1/+4 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -0/+7 |
| 2019-05-17 | Avoid unnecessary interning in `Ident::from_str()` calls. | Nicholas Nethercote | -2/+3 |
| 2019-05-13 | Remove bitrig support from rust | Marcel Hellwig | -1/+0 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -4/+4 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -30/+32 |
| 2019-05-11 | Address comments + Fix tests | Vadim Petrochenkov | -0/+2 |
| 2019-05-11 | Simplify conversions between tokens and semantic literals | Vadim Petrochenkov | -14/+10 |
| 2019-05-11 | Eliminate `comments::Literal` | Vadim Petrochenkov | -8/+8 |
| 2019-05-06 | Ignore const parameters when constructing type bounds in rustdoc | varkor | -3/+1 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -88/+87 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -19/+12 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -52/+72 |
| 2019-05-01 | Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov | bors | -486/+156 |
| 2019-04-30 | Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddyb | Mazdak Farrokhzad | -0/+1 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -140/+79 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -387/+118 |
| 2019-04-28 | Fix lint findings in librustdoc | flip1995 | -5/+5 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -1/+1 |