| Age | Commit message (Expand) | Author | Lines |
| 2019-09-07 | Implement Print for FnOnce(&mut Buffer) | Mark Rousskov | -16/+18 |
| 2019-09-07 | Move sidebar to Buffer-printing | Mark Rousskov | -62/+70 |
| 2019-09-07 | Remove unnecessary Buffer in layout::render | Mark Rousskov | -6/+2 |
| 2019-09-07 | Replace writeln!/write! with push_str | Mark Rousskov | -81/+69 |
| 2019-09-07 | Move constant parameters to render to Layout struct | Mark Rousskov | -29/+16 |
| 2019-09-07 | Remove needless clone of layout | Mark Rousskov | -2/+1 |
| 2019-09-07 | Create buffers in top-level rendering | Mark Rousskov | -37/+29 |
| 2019-09-07 | Migrate top-level rendering to Buffer | Mark Rousskov | -52/+49 |
| 2019-09-07 | Add buffer abstraction | Mark Rousskov | -0/+65 |
| 2019-09-07 | rustdoc: fix diagnostic with mixed code block styles | Eric Huss | -1/+4 |
| 2019-09-06 | Rollup merge of #64175 - GuillaumeGomez:replace-span-when-it-should-be-div, r... | Mazdak Farrokhzad | -4/+4 |
| 2019-09-06 | Rollup merge of #64094 - kawa-yoiko:rustdoc-search, r=GuillaumeGomez | Mazdak Farrokhzad | -10/+6 |
| 2019-09-05 | Fix invalid span generation when it should be div | Guillaume Gomez | -4/+4 |
| 2019-09-05 | Rollup merge of #63774 - chocol4te:fix_63707, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+1 |
| 2019-09-04 | Improve searching in rustdoc and add tests | Shiqing | -10/+6 |
| 2019-09-03 | added rustdoc book documentation, improved behavior when unstable flag not pr... | Dario Gonzalez | -10/+4 |
| 2019-09-03 | added feature gate enable-per-target-ignores | Dario Gonzalez | -6/+11 |
| 2019-09-03 | Added ability to crosscompile doctests | Dario Gonzalez | -27/+51 |
| 2019-09-02 | Fix regex replacement in theme detection | Guillaume Gomez | -1/+1 |
| 2019-08-30 | Rollup merge of #63847 - GuillaumeGomez:system-theme-detection, r=kinnison | Mazdak Farrokhzad | -1/+2 |
| 2019-08-29 | Rollup merge of #62734 - GuillaumeGomez:hide-default-methods, r=Mark-Simulacrum | Mazdak Farrokhzad | -12/+15 |
| 2019-08-28 | Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrum | bors | -3/+19 |
| 2019-08-28 | Save crate filtering on rustdoc | Guillaume Gomez | -3/+19 |
| 2019-08-26 | Shorten line during rendering instead of in markdown | Mark Rousskov | -44/+36 |
| 2019-08-26 | Inline recurse into only callsite | Mark Rousskov | -57/+40 |
| 2019-08-26 | Transition a few fmt::Display impls to functions | Mark Rousskov | -52/+56 |
| 2019-08-26 | Inline RawMutableSpace | Mark Rousskov | -16/+7 |
| 2019-08-26 | Store only the current depth | Mark Rousskov | -11/+11 |
| 2019-08-26 | Remove support for printing HRef in alternate mode | Mark Rousskov | -11/+8 |
| 2019-08-26 | Remove dead tracking of external param names | Mark Rousskov | -26/+0 |
| 2019-08-26 | Move source HTML generation to own module | Mark Rousskov | -173/+193 |
| 2019-08-25 | Fix system theme detection | Guillaume Gomez | -1/+2 |
| 2019-08-22 | Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison | Mazdak Farrokhzad | -14/+14 |
| 2019-08-21 | Fix confusion in theme picker functions | Guillaume Gomez | -14/+14 |
| 2019-08-21 | Replaced skipStorage with saveTheme variable | Guillaume Gomez | -4/+4 |
| 2019-08-21 | Fix `window.hashchange is not a function` | Ferdia McKeogh | -1/+1 |
| 2019-08-21 | take into account the system theme | Guillaume Gomez | -3/+28 |
| 2019-08-11 | Drop RefCell from IdMap in markdown rendering | Mark Rousskov | -23/+17 |
| 2019-08-11 | Remove fmt::Display impls on Markdown structs | Mark Rousskov | -36/+31 |
| 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 |