| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | Provide helper for synthesizing paths with resource suffix | Mark Rousskov | -29/+40 |
| 2019-09-13 | Stylistic fix -- remove double impl | Mark Rousskov | -2/+0 |
| 2019-09-13 | Move cache into Context, avoid TLS | Mark Rousskov | -29/+26 |
| 2019-09-13 | Move `Cache` generation to separate module | Mark Rousskov | -654/+689 |
| 2019-09-13 | Move playground to shared context | Mark Rousskov | -35/+38 |
| 2019-09-13 | Move error codes to shared context | Mark Rousskov | -4/+4 |
| 2019-09-13 | Move edition field out of Context | Mark Rousskov | -8/+9 |
| 2019-09-13 | Replace SlashChecker with ensure_trailing_slash | Mark Rousskov | -14/+12 |
| 2019-09-13 | Simplify render_spotlight_traits | Mark Rousskov | -6/+2 |
| 2019-09-13 | Move Toc printing from fmt::Display | Mark Rousskov | -22/+17 |
| 2019-09-13 | Remove *Space wrappers in favor of direct impls or functions | Mark Rousskov | -109/+84 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -9/+4 |
| 2019-09-13 | Move to print functions on types instead of impl fmt::Display | Mark Rousskov | -504/+543 |
| 2019-09-10 | Auto merge of #60387 - Goirad:test-expansion, r=ollie27 | bors | -32/+55 |
| 2019-09-09 | Rollup merge of #64312 - GuillaumeGomez:rustdoc-better-esc-handling, r=Mark-S... | Mazdak Farrokhzad | -18/+29 |
| 2019-09-09 | Unify escape usage | Guillaume Gomez | -18/+29 |
| 2019-09-08 | Rollup merge of #64267 - ehuss:rustdoc-fix-mixed-code-block, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+4 |
| 2019-09-08 | Auto merge of #64096 - GuillaumeGomez:theme-regex-fix, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-09-07 | Move to buffers throughout print_item | Mark Rousskov | -428/+375 |
| 2019-09-07 | Item to function | Mark Rousskov | -84/+79 |
| 2019-09-07 | AllTypes to function | Mark Rousskov | -32/+30 |
| 2019-09-07 | Settings to function | Mark Rousskov | -36/+19 |
| 2019-09-07 | Move Source to Buffer | Mark Rousskov | -14/+7 |
| 2019-09-07 | layout::render takes Print instead of fmt::Display | Mark Rousskov | -11/+15 |
| 2019-09-07 | De-indent all fmt::Display impls for later replacement to functions | Mark Rousskov | -255/+255 |
| 2019-09-07 | Delete Sidebar struct in favor of FnOnce impl | Mark Rousskov | -8/+2 |
| 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 |