| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark... | bors | -57/+49 |
| 2019-10-29 | Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPC | Tyler Mandry | -3/+7 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -2/+2 |
| 2019-10-27 | reduce size of generated HTML files by moving the popup helper code to the JS | Guillaume Gomez | -55/+47 |
| 2019-10-27 | Cleanup search element getter | Guillaume Gomez | -2/+2 |
| 2019-10-26 | Add more information on search | Guillaume Gomez | -0/+8 |
| 2019-10-25 | Improve help popup detection | Guillaume Gomez | -3/+4 |
| 2019-10-24 | Prevent help popup to disappear when clicking on it | Guillaume Gomez | -2/+5 |
| 2019-10-24 | Fix default "disable-shortcuts" feature value | Guillaume Gomez | -1/+1 |
| 2019-10-21 | Add option to disable keyboard shortcuts in docs | Guillaume Gomez | -1/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -3/+3 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -2/+2 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -1/+2 |
| 2019-10-04 | Auto merge of #64994 - GuillaumeGomez:fix-rustdoc-display-js-disabled, r=Mark... | bors | -0/+8 |
| 2019-10-02 | Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simul... | Mazdak Farrokhzad | -4/+4 |
| 2019-10-02 | Fix rustdoc display with js disabled | Guillaume Gomez | -0/+8 |
| 2019-10-01 | Improve sidebar styling to make its integration easier | Guillaume Gomez | -4/+4 |
| 2019-09-29 | rustdoc: Fix default logo filename | Oliver Middleton | -1/+1 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -4/+11 |
| 2019-09-23 | Remove needless `mut` in paths | Mark Rousskov | -1/+1 |
| 2019-09-23 | Remove unused arguments | Mark Rousskov | -14/+10 |
| 2019-09-23 | Utilize shared error codes rather than re-querying env | Mark Rousskov | -1/+1 |
| 2019-09-23 | Remove pointless or | Mark Rousskov | -2/+2 |
| 2019-09-23 | Remove needless Rc<RefCell<...>> | Mark Rousskov | -2/+2 |
| 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 |