| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Remove thread-local for playground config | Mark Rousskov | -102/+130 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -10/+4 |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -1/+1 |
| 2019-08-10 | Replace is_doc_reachable with is_public | Mark Rousskov | -2/+1 |
| 2019-08-06 | Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -7/+15 |
| 2019-08-06 | Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+5 |
| 2019-08-05 | Display methods from DerefMut in the sidebar as well | Guillaume Gomez | -3/+5 |
| 2019-08-05 | adapt rustdoc to infailable lexer | Aleksey Kladov | -13/+14 |
| 2019-08-05 | add unknown token | Aleksey Kladov | -1/+1 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -15/+15 |
| 2019-08-02 | Fix fallout after rebase | varkor | -1/+1 |
| 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-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 |