| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Remove thread-local for playground config | Mark Rousskov | -9/+20 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -10/+4 |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -1/+1 |
| 2019-08-06 | Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -7/+15 |
| 2019-08-05 | Display methods from DerefMut in the sidebar as well | Guillaume Gomez | -3/+5 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -11/+11 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -11/+11 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -30/+3 |
| 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-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -1/+0 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -2/+0 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-26 | remove unused derives and variants | Andy Russell | -3/+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-11 | rustdoc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -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-01 | Rollup merge of #61263 - GuillaumeGomez:valid-html, r=Manishearth | Mazdak Farrokhzad | -1/+1 |
| 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 | -12/+12 |
| 2019-05-19 | Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 | bors | -6/+12 |
| 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 | -25/+42 |
| 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-06 | set the default edition when pre-parsing a doctest | QuietMisdreavus | -6/+12 |
| 2019-05-03 | use span instead of div for since version | Andy Russell | -1/+1 |
| 2019-04-29 | Revert "Update Source Code Pro fonts to version 2.030" | Manish Goregaokar | -1/+1 |
| 2019-04-26 | Make "Implementations on Foreign Types" items in sidebar link to specific impls | Dmitry Murzin | -11/+19 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-26 | Rollup merge of #60134 - GuillaumeGomez:fix-index-page, r=Manishearth | Mazdak Farrokhzad | -26/+11 |
| 2019-04-26 | Rollup merge of #59734 - GuillaumeGomez:improve-rustdoc-failure, r=ollie27 | Mazdak Farrokhzad | -3/+4 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Improvement comment explanations | Guillaume Gomez | -2/+5 |
| 2019-04-24 | Remove useless code and update index page test | Guillaume Gomez | -25/+2 |
| 2019-04-24 | Prevent failure in case no space left on device in rustdoc | Guillaume Gomez | -3/+4 |
| 2019-04-23 | Fix index-page generation | Guillaume Gomez | -1/+6 |
| 2019-04-20 | Update Source Code Pro fonts to version 2.030 | Manish Goregaokar | -1/+1 |