| Age | Commit message (Expand) | Author | Lines |
| 2020-10-28 | rustdoc: Fix some nits | Ian Jackson | -1/+1 |
| 2020-10-28 | rustdoc: Provide a general --default-setting SETTING[=VALUE] option | Ian Jackson | -1/+1 |
| 2020-10-28 | rustdoc: Provide a way to set the default settings from Rust code | Ian Jackson | -1/+34 |
| 2020-10-28 | rustdoc: js: Use getSettingValue for all rustdoc-* values | Ian Jackson | -24/+25 |
| 2020-10-23 | Always store Rustdoc theme when it's changed | nasso | -5/+6 |
| 2020-10-23 | Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514 | Yuki Okushi | -1/+1 |
| 2020-10-22 | Rollup merge of #78084 - GuillaumeGomez:improve-mobile-display, r=jyn514,Nemo157 | Yuki Okushi | -0/+35 |
| 2020-10-21 | Rollup merge of #78094 - camelid:rustdoc-fix-source-title, r=jyn514 | Yuki Okushi | -7/+6 |
| 2020-10-20 | Apply some review suggestions | Camelid | -5/+5 |
| 2020-10-19 | Add link to rustdoc book in rustdoc help popup | Guillaume Gomez | -5/+33 |
| 2020-10-18 | rustdoc: Show the correct source filename, without `.html` | Camelid | -9/+8 |
| 2020-10-18 | Greatly improve display for small mobile devices screens | Guillaume Gomez | -0/+35 |
| 2020-10-18 | Rollup merge of #78050 - GuillaumeGomez:small-css-cleanup, r=jyn514 | Yuki Okushi | -5/+1 |
| 2020-10-17 | Small CSS cleanup | Guillaume Gomez | -5/+1 |
| 2020-10-17 | Auto merge of #76096 - pickfire:rustdoc-quote, r=jyn514 | bors | -124/+131 |
| 2020-10-17 | Fix some double quote that cause CI failure | Ivan Tham | -3/+3 |
| 2020-10-17 | Rollup merge of #78013 - GuillaumeGomez:fix-sidebar-scroll-mobile-devices, r=... | Yuki Okushi | -4/+0 |
| 2020-10-17 | Use double quote for rustdoc html | Ivan Tham | -126/+133 |
| 2020-10-16 | Fix sidebar scroll on mobile devices | Guillaume Gomez | -4/+0 |
| 2020-10-16 | Auto merge of #77809 - nasso:master, r=jyn514,guillaumegomez | bors | -42/+240 |
| 2020-10-16 | Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 | Dylan DPC | -33/+71 |
| 2020-10-15 | Set preferred-dark-theme to the last dark theme | nasso | -0/+10 |
| 2020-10-15 | Rollup merge of #77979 - GuillaumeGomez:hide-help-button, r=jyn514 | Guillaume Gomez | -0/+8 |
| 2020-10-15 | Hide help button on mobile devices | Guillaume Gomez | -0/+8 |
| 2020-10-14 | Rollup merge of #77817 - jyn514:const-since, r=petrochenkov | Dylan DPC | -23/+31 |
| 2020-10-13 | Avoid extraneous space between visibility kw and ident for statics | ayazhafiz | -1/+1 |
| 2020-10-13 | Make portability log at debug level | Wim Looman | -2/+2 |
| 2020-10-13 | Coding style fixes | nasso | -25/+22 |
| 2020-10-13 | Remove unnecessary refs | nasso | -10/+5 |
| 2020-10-13 | Add a setting to use the system theme | nasso | -36/+232 |
| 2020-10-13 | Rollup merge of #77699 - GuillaumeGomez:word-wrap, r=XAMPPRocky | Yuki Okushi | -7/+3 |
| 2020-10-12 | Add word-wrap rule for short descriptions | Guillaume Gomez | -0/+3 |
| 2020-10-11 | Move `PartialOrd` impl out of rustc | Joshua Nelson | -6/+6 |
| 2020-10-11 | Switch rustdoc from `clean::Stability` to `rustc_attr::Stability` | Joshua Nelson | -21/+29 |
| 2020-10-09 | Simplify included import items handling | Guillaume Gomez | -18/+17 |
| 2020-10-09 | Correctly handle "pub use" reexports | Guillaume Gomez | -8/+10 |
| 2020-10-08 | Remove unused class rule | Guillaume Gomez | -7/+0 |
| 2020-10-08 | Auto merge of #77644 - GuillaumeGomez:fix-tooltip-text-display, r=jyn514 | bors | -0/+4 |
| 2020-10-07 | Simplify doc-cfg rendering based on the current context | Wim Looman | -33/+71 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -1/+1 |
| 2020-10-07 | Fix tooltip text display | Guillaume Gomez | -0/+4 |
| 2020-10-06 | Fix tools | Matthew Jasper | -1/+1 |
| 2020-10-03 | Only use Fira Sans for the first `td` in item lists | Camelid | -1/+1 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -1/+1 |
| 2020-09-23 | Use theme-adaptive SVG favicon from other Rust sites | Jarek Samic | -4/+34 |
| 2020-09-13 | Use `.as_str()` instead of `CowStr::Borrowed` | Joshua Nelson | -2/+2 |
| 2020-09-13 | Don't use `link.span` yet | Joshua Nelson | -1/+3 |
| 2020-09-13 | Upgrade to pulldown-cmark 0.8.0 | Joshua Nelson | -16/+18 |
| 2020-09-09 | Auto merge of #76453 - camelid:fix-css-crate-list, r=GuillaumeGomez,ollie27 | bors | -3/+4 |
| 2020-09-09 | Rollup merge of #76374 - pickfire:patch-4, r=Cldfire | Dylan DPC | -2/+3 |