| Age | Commit message (Expand) | Author | Lines |
| 2020-10-28 | rustdoc: Use Vec::into_iter() rather than drain() | Ian Jackson | -2/+2 |
| 2020-10-28 | Add a comment about non-panicking of splitn().next().unwrap() | Ian Jackson | -0/+1 |
| 2020-10-28 | rustdoc: Fix some nits | Ian Jackson | -4/+4 |
| 2020-10-28 | rustdoc: Provide a --default-theme THEME option | Ian Jackson | -0/+21 |
| 2020-10-28 | rustdoc: Provide a general --default-setting SETTING[=VALUE] option | Ian Jackson | -2/+26 |
| 2020-10-28 | rustdoc: Provide a way to set the default settings from Rust code | Ian Jackson | -2/+39 |
| 2020-10-28 | rustdoc: js: Use getSettingValue for all rustdoc-* values | Ian Jackson | -24/+25 |
| 2020-10-27 | Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomez | Yuki Okushi | -10/+10 |
| 2020-10-25 | Make some functions private that don't have to be public | Joshua Nelson | -10/+10 |
| 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 | Auto merge of #78212 - JohnTitor:rollup-j5r6xuy, r=JohnTitor | bors | -0/+35 |
| 2020-10-22 | Rollup merge of #78084 - GuillaumeGomez:improve-mobile-display, r=jyn514,Nemo157 | Yuki Okushi | -0/+35 |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -4/+4 |
| 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-20 | Rollup merge of #78157 - GuillaumeGomez:remove-unused-type, r=jyn514 | Guillaume Gomez | -9/+0 |
| 2020-10-20 | Remove unused type from librustdoc | Guillaume Gomez | -9/+0 |
| 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 #77685 - jackh726:binder-map, r=lcnr | bors | -5/+9 |
| 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 #77785 - GuillaumeGomez:remove-compiler-reexports, r=ollie27 | Dylan DPC | -2/+9 |
| 2020-10-17 | Rollup merge of #78013 - GuillaumeGomez:fix-sidebar-scroll-mobile-devices, r=... | Yuki Okushi | -4/+0 |
| 2020-10-17 | Rollup merge of #77827 - jyn514:stable-primitives, r=GuillaumeGomez | Yuki Okushi | -3/+8 |
| 2020-10-16 | Review comments | Jack Huey | -1/+1 |
| 2020-10-16 | map_bound_ref -> rebind | Jack Huey | -10/+11 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -7/+10 |
| 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/+138 |
| 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-15 | Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 | Yuki Okushi | -53/+89 |
| 2020-10-14 | Handle multi-line HTML comments | Guillaume Gomez | -24/+22 |
| 2020-10-14 | Rollup merge of #77897 - GuillaumeGomez:cleanup-passes-mod, r=jyn514 | Dylan DPC | -170/+176 |
| 2020-10-14 | Rollup merge of #77817 - jyn514:const-since, r=petrochenkov | Dylan DPC | -81/+61 |
| 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 | Add test-examples for Cfg::simplify_with | Wim Looman | -0/+38 |
| 2020-10-13 | Clean up rustdoc passes | Guillaume Gomez | -170/+176 |
| 2020-10-13 | Add check for HTML comments | Guillaume Gomez | -5/+29 |
| 2020-10-13 | Coding style fixes | nasso | -25/+22 |
| 2020-10-13 | Remove unnecessary refs | nasso | -10/+5 |