| Age | Commit message (Expand) | Author | Lines |
| 2019-11-18 | Prevent invalid html characters in themes name | Guillaume Gomez | -1/+3 |
| 2019-11-18 | Fix selected crate search filter | Guillaume Gomez | -16/+13 |
| 2019-11-18 | Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomez | bors | -3/+1 |
| 2019-11-15 | Prevent jumps when selecting one or many lines | Stefan Schindler | -0/+5 |
| 2019-11-15 | Fix the source code highlighting on source comments | Stefan Schindler | -24/+32 |
| 2019-11-15 | Code cleanup to remove douplacte var definition | Stefan Schindler | -3/+2 |
| 2019-11-15 | Remove unused argument | Stefan Schindler | -1/+1 |
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -2/+2 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -1/+2 |
| 2019-11-08 | rustdoc: Stabilize `edition` annotation. | Eric Huss | -3/+1 |
| 2019-11-08 | Rollup merge of #66123 - GuillaumeGomez:no-more-hidden-elements, r=Dylan-DPC | Yuki Okushi | -15/+51 |
| 2019-11-07 | Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | Rollup merge of #64696 - GuillaumeGomez:rustdoc-sub-settings, r=kinnison | Mazdak Farrokhzad | -24/+127 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -1/+1 |
| 2019-11-07 | Only call onHashChange instead of both functions | Guillaume Gomez | -3/+2 |
| 2019-11-07 | Remove old isHidden function | Guillaume Gomez | -5/+1 |
| 2019-11-06 | When a URL hash refers to a hidden element, it makes the element visible | Guillaume Gomez | -10/+51 |
| 2019-11-06 | Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e... | Mazdak Farrokhzad | -1/+1 |
| 2019-11-06 | Rollup merge of #66068 - euclio:null-emitter, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-11-04 | clean highlightSourceLines code | Guillaume Gomez | -42/+54 |
| 2019-11-04 | Change sub-setting CSS class to sub-settings | Guillaume Gomez | -2/+2 |
| 2019-11-03 | use silent emitter for rustdoc highlighting pass | Andy Russell | -2/+2 |
| 2019-11-03 | Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark... | bors | -57/+49 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -1/+1 |
| 2019-10-29 | Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPC | Tyler Mandry | -3/+7 |
| 2019-10-29 | add sub settings in rustdoc | Guillaume Gomez | -24/+127 |
| 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 | Update Source Code Pro and include italics | Trevor Spiteri | -9/+22 |
| 2019-10-21 | Add option to disable keyboard shortcuts in docs | Guillaume Gomez | -1/+3 |
| 2019-10-19 | Preserve whitespace inside one-backtick codeblocks | Mark Rousskov | -1/+1 |
| 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 |