| Age | Commit message (Expand) | Author | Lines |
| 2021-02-01 | Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157 | Jonas Schievink | -11/+2 |
| 2021-01-31 | rustdoc: Note why `rustdoc::html::markdown` is public | Camelid | -0/+1 |
| 2021-01-31 | Improve resize handling | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Prevent search section to go over search input | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Remove unneeded explicit width from search results | Guillaume Gomez | -9/+0 |
| 2021-01-31 | Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+4 |
| 2021-01-31 | Rollup merge of #81558 - pickfire:patch-5, r=GuillaumeGomez | Jonas Schievink | -1/+2 |
| 2021-01-31 | Remove extra trailing spaces | Ivan Tham | -1/+1 |
| 2021-01-31 | Fix docblock short code missing end whitespaces | Ivan Tham | -0/+3 |
| 2021-01-31 | Improve docblock readability on small screen | Ivan Tham | -0/+4 |
| 2021-01-31 | Fix ascii art text wrapping in mobile | Ivan Tham | -3/+1 |
| 2021-01-30 | Balance sidebar `Deref` cycle check with main content | J. Ryan Stinnett | -7/+11 |
| 2021-01-30 | rustdoc tweaking | bors | -418/+436 |
| 2021-01-29 | rustdoc: Move `display_fn` struct inside `display_fn` | Camelid | -11/+11 |
| 2021-01-29 | Rollup merge of #81459 - probablykasper:text-selection-fix, r=Nemo157 | Yuki Okushi | -32/+32 |
| 2021-01-29 | Rollup merge of #79991 - camelid:rustdoc-for-lifetime, r=GuillaumeGomez,jyn514 | Yuki Okushi | -6/+15 |
| 2021-01-28 | Rollup merge of #81379 - GuillaumeGomez:improve-urls, r=Nemo157 | Yuki Okushi | -7/+17 |
| 2021-01-27 | rustdoc: Render HRTB correctly for bare functions | Camelid | -6/+15 |
| 2021-01-28 | Fix rustdoc page title text selection | Kasper | -32/+32 |
| 2021-01-27 | More cleanup | Guillaume Gomez | -5/+2 |
| 2021-01-27 | Unify cache usage and improve naming | Guillaume Gomez | -11/+12 |
| 2021-01-27 | Update to new rustdoc APIs | Guillaume Gomez | -1/+1 |
| 2021-01-27 | Apply review comments and improve code | Guillaume Gomez | -1/+1 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -30/+38 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -518/+575 |
| 2021-01-27 | Rollup merge of #81299 - GuillaumeGomez:fix-eslint-detected-bugs, r=Nemo157 | Yuki Okushi | -31/+33 |
| 2021-01-25 | Improve URL handling when clicking on a menu link while being on the search r... | Guillaume Gomez | -7/+16 |
| 2021-01-25 | Completely remove search query parameter when clearing search input | Guillaume Gomez | -1/+2 |
| 2021-01-25 | Fix some bugs reported by eslint | Guillaume Gomez | -31/+33 |
| 2021-01-24 | Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 | Jonas Schievink | -30/+21 |
| 2021-01-23 | Fix rendering of stabilization version for trait implementors | LeSeulArtichaut | -4/+4 |
| 2021-01-23 | Rollup merge of #81275 - jyn514:time-render, r=wesleywiser | Jonas Schievink | -0/+4 |
| 2021-01-23 | Cleanup `render_stability_since_raw` to remove code duplication | LeSeulArtichaut | -26/+17 |
| 2021-01-23 | Add more timing info to render_html | Joshua Nelson | -0/+4 |
| 2021-01-22 | Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514 | Mara Bos | -7/+7 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -12/+12 |
| 2021-01-21 | Rollup merge of #81184 - jyn514:combine-after, r=CraftSpider | Yuki Okushi | -12/+15 |
| 2021-01-20 | Remove StructType entirely and replace it with CtorKind | Rune Tynan | -6/+7 |
| 2021-01-20 | Move StructType to clean, remove it from Unions, make JSON output whether som... | Rune Tynan | -7/+6 |
| 2021-01-19 | Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157 | Guillaume Gomez | -21/+32 |
| 2021-01-19 | Rollup merge of #80382 - GuillaumeGomez:search-result-tab-picking, r=Nemo157,... | Guillaume Gomez | -0/+15 |
| 2021-01-19 | Remove unnecessary `after_run` function | Joshua Nelson | -12/+15 |
| 2021-01-18 | Remove inline script tags | Guillaume Gomez | -21/+32 |
| 2021-01-15 | Rollup merge of #81033 - jyn514:nested-variant, r=CraftSpider | Guillaume Gomez | -16/+13 |
| 2021-01-15 | Rollup merge of #80515 - GuillaumeGomez:js-for-loop-perf, r=Nemo157,jyn514 | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Use Array.some instead of onEach to have better performance | Guillaume Gomez | -1/+1 |
| 2021-01-15 | Improve JS performance by storing length before comparing to it in loops | Guillaume Gomez | -56/+50 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -6/+6 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -13/+10 |
| 2021-01-09 | Replace under-used ImplPolarity enum with a boolean | Guillaume Gomez | -9/+4 |