| Age | Commit message (Expand) | Author | Lines |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -80/+9 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -267/+271 |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -3/+4 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -11/+5 |
| 2019-06-19 | Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomez | Mazdak Farrokhzad | -8/+13 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -11/+5 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -12/+12 |
| 2019-06-16 | Fix tidy | Vadim Petrochenkov | -16/+21 |
| 2019-06-16 | Separate librustcdoc module | chansuke | -510/+507 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -2/+2 |
| 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 | -8/+8 |
| 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-12 | Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebank | Mazdak Farrokhzad | -5/+5 |
| 2019-06-11 | Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril | bors | -2/+2 |
| 2019-06-11 | rustdoc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -7/+8 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -2/+2 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::DeclMacro` | Vadim Petrochenkov | -1/+1 |
| 2019-06-09 | Introduce InnerSpan abstraction | Mark Rousskov | -5/+5 |
| 2019-06-08 | syntax: Move most of the `TokenKind` methods to `Token` | Vadim Petrochenkov | -1/+1 |
| 2019-06-07 | Rollup merge of #61605 - GuillaumeGomez:const-generic-display, r=varkor | Mazdak Farrokhzad | -1/+4 |
| 2019-06-07 | Fix slice const generic length display | Guillaume Gomez | -1/+4 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Use `Token` in `StringReader` and `TokenTreesReader` | Vadim Petrochenkov | -5/+5 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Rename `TokenAndSpan` into `Token` | Vadim Petrochenkov | -18/+18 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -17/+72 |
| 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 | -14/+13 |
| 2019-06-04 | Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-06-03 | Only show methods that appear in the impl block for types in the Implementors... | Edward Barnard | -8/+13 |
| 2019-06-03 | Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPC | bors | -11/+11 |
| 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-06-03 | Auto merge of #61008 - GuillaumeGomez:fix-rustdoc-code-highlighting, r=Manish... | bors | -3/+14 |
| 2019-06-01 | Rollup merge of #61263 - GuillaumeGomez:valid-html, r=Manishearth | Mazdak Farrokhzad | -1/+1 |
| 2019-05-30 | Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+6 |
| 2019-05-30 | Rollup merge of #60802 - euclio:pulldown-cmark-panic, r=GuillaumeGomez | Mazdak Farrokhzad | -6/+6 |
| 2019-05-29 | upgrade rustdoc's `pulldown-cmark` to 0.5.2 | Andy Russell | -6/+6 |
| 2019-05-29 | Don't generate div inside header (h4/h3/h...) elements | Guillaume Gomez | -1/+1 |
| 2019-05-29 | Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomez | Oliver Scherer | -4/+1 |
| 2019-05-29 | Rollup merge of #60549 - euclio:doctest-panic-messages, r=GuillaumeGomez | Oliver Scherer | -25/+114 |
| 2019-05-28 | Use proper const printing in rustdoc | varkor | -4/+1 |
| 2019-05-28 | implicit `Option`-returning doctests | Andre Bogus | -1/+6 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -47/+47 |
| 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 |