| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | remove unused derives and variants | Andy Russell | -7/+0 |
| 2019-06-21 | Better handling of the sender channel part in rustdoc file writing | Guillaume Gomez | -2/+2 |
| 2019-06-21 | Handle fs errors through errors::Handler instead of eprintln and panic | Guillaume Gomez | -4/+18 |
| 2019-06-21 | Add DocFS layer to rustdoc | Robert Collins | -136/+152 |
| 2019-06-19 | Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomez | Mazdak Farrokhzad | -8/+13 |
| 2019-06-16 | Fix tidy | Vadim Petrochenkov | -16/+21 |
| 2019-06-16 | Separate librustcdoc module | chansuke | -209/+207 |
| 2019-06-11 | rustdoc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-08 | syntax: Move most of the `TokenKind` methods to `Token` | Vadim Petrochenkov | -1/+1 |
| 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 | -15/+15 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -4/+19 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -4/+3 |
| 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 | 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-29 | upgrade rustdoc's `pulldown-cmark` to 0.5.2 | Andy Russell | -5/+5 |
| 2019-05-29 | Don't generate div inside header (h4/h3/h...) elements | Guillaume Gomez | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -21/+21 |
| 2019-05-23 | syntax: Turn `token::Lit` into a struct | Vadim Petrochenkov | -7/+7 |
| 2019-05-22 | Restore the old behavior of the rustdoc keyword check + Fix rebase | Vadim Petrochenkov | -8/+8 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -1/+1 |
| 2019-05-21 | Fix lines highlighting in rustdoc source view | Guillaume Gomez | -3/+14 |
| 2019-05-20 | Rollup merge of #60487 - GuillaumeGomez:fix-search-sidebar-width-colors, r=Dy... | Mazdak Farrokhzad | -9/+10 |
| 2019-05-20 | Rollup merge of #60383 - GuillaumeGomez:fix-position-source-code-files-toggle... | Mazdak Farrokhzad | -207/+214 |
| 2019-05-19 | Auto merge of #60272 - Jakst:patch-1, r=Manishearth | bors | -5/+24 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -36/+53 |
| 2019-05-19 | Auto merge of #60760 - GuillaumeGomez:generic-display, r=varkor,badboy | bors | -3/+1 |
| 2019-05-19 | Rollup merge of #60931 - cuviper:array-iter, r=KodrAus | Mazdak Farrokhzad | -1/+1 |
| 2019-05-18 | Auto merge of #60093 - GuillaumeGomez:fix-attrs-pos, r=Manishearth | bors | -28/+49 |
| 2019-05-18 | Fix display of const generics in rustdoc | Guillaume Gomez | -3/+1 |
| 2019-05-17 | Use iter() for iterating arrays by slice | Josh Stone | -1/+1 |
| 2019-05-14 | Add comment to explain what is the top parameter | Guillaume Gomez | -0/+8 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -17/+17 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -5/+6 |
| 2019-05-11 | Keep the original token in `ast::Lit` | Vadim Petrochenkov | -0/+2 |
| 2019-05-07 | Rollup merge of #60489 - GuillaumeGomez:remove-hamburger, r=QuietMisdreavus | Mazdak Farrokhzad | -0/+4 |
| 2019-05-06 | update rustdoc doc test | QuietMisdreavus | -1/+5 |
| 2019-05-06 | update rustdoc unit tests | QuietMisdreavus | -4/+7 |
| 2019-05-06 | set the default edition when pre-parsing a doctest | QuietMisdreavus | -31/+41 |
| 2019-05-03 | use span instead of div for since version | Andy Russell | -2/+2 |
| 2019-05-03 | Remove hamburger button from source code page | Guillaume Gomez | -0/+4 |
| 2019-05-02 | Fix search sidebar width when no crate select is present | Guillaume Gomez | -9/+10 |
| 2019-04-30 | Rollup merge of #60382 - Manishearth:revert-code-font, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+3 |
| 2019-04-30 | Cleanup media queries | Guillaume Gomez | -184/+179 |
| 2019-04-30 | Improve file sidebar in source code view page on mobile | Guillaume Gomez | -33/+45 |
| 2019-04-29 | Revert "Update Source Code Pro fonts to version 2.030" | Manish Goregaokar | -3/+3 |