| Age | Commit message (Expand) | Author | Lines |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -15/+15 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -54/+55 |
| 2019-08-01 | Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobody | Pietro Albini | -1/+2 |
| 2019-07-28 | Update minifier-rs version | Guillaume Gomez | -4/+4 |
| 2019-07-25 | Add keywords item into the sidebar | Guillaume Gomez | -1/+2 |
| 2019-07-20 | Update render.rs | Kinrany | -1/+1 |
| 2019-07-20 | Fix theme picker blur handler: always hide instead of switching | Kinrany | -7/+15 |
| 2019-07-18 | Replace deref with as_deref | Yuki Okushi | -1/+1 |
| 2019-07-18 | fixed breaking changes | Brad Gibson | -4/+4 |
| 2019-07-16 | hide default trait methods by default | Guillaume Gomez | -3/+4 |
| 2019-07-16 | code formatting | Guillaume Gomez | -9/+11 |
| 2019-07-12 | Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper | Mazdak Farrokhzad | -1/+0 |
| 2019-07-12 | Auto merge of #61462 - GuillaumeGomez:fix-local-storage, r=Manishearth | bors | -3/+1 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -1/+0 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -3/+0 |
| 2019-07-07 | Prevent shrinking of "crate select" element on Firefox | Dmitry Murzin | -0/+1 |
| 2019-07-06 | Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov | Mazdak Farrokhzad | -20/+31 |
| 2019-07-05 | Rollup merge of #62238 - GuillaumeGomez:fix-code-block-information-icon-pos, ... | Mazdak Farrokhzad | -0/+4 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-07-04 | cleanup lexer constructors | Aleksey Kladov | -11/+11 |
| 2019-07-04 | remove StringReader::peek | Aleksey Kladov | -9/+20 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2019-06-29 | Fix code block information icon position | Guillaume Gomez | -0/+4 |
| 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 | Fix storage usage when disabled | Guillaume Gomez | -3/+1 |
| 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 |