| Age | Commit message (Expand) | Author | Lines |
| 2021-05-25 | Move extra search result information for keywords and primitives from CSS to DOM | Guillaume Gomez | -16/+12 |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-05-24 | Rollup merge of #85621 - jsha:serif-in-table, r=GuillaumeGomez | Guillaume Gomez | -0/+1 |
| 2021-05-24 | Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jsha | Guillaume Gomez | -7/+34 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-23 | Restore sans-serif font for module items. | Jacob Hoffman-Andrews | -0/+1 |
| 2021-05-23 | Auto merge of #85602 - GuillaumeGomez:donthide-inherent-impls, r=jsha | bors | -5/+14 |
| 2021-05-23 | Auto merge of #85479 - Stupremee:render-Self_as-type-casts, r=CraftSpider | bors | -13/+21 |
| 2021-05-23 | Don't hide inherent implementations by default | Guillaume Gomez | -5/+14 |
| 2021-05-23 | Rollup merge of #85575 - jsha:fix-toggle-settings, r=GuillaumeGomez | Dylan DPC | -5/+22 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -5/+22 |
| 2021-05-22 | Auto merge of #85514 - GuillaumeGomez:upgrade-minifer-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-05-22 | Set desc class on the div instead of the span to simplify CSS | Guillaume Gomez | -6/+6 |
| 2021-05-22 | Mobile description width: 100% | Stefan Schindler | -1/+1 |
| 2021-05-22 | Add padding to mobile layout and fix width issue on both | Stefan Schindler | -0/+2 |
| 2021-05-22 | Prepar to remove deep nesting | Stefan Schindler | -6/+5 |
| 2021-05-22 | Implement staggered mobile layout | Stefan Schindler | -4/+17 |
| 2021-05-22 | Auto merge of #85568 - GuillaumeGomez:search-result-extra-info, r=jsha | bors | -2/+2 |
| 2021-05-21 | Fix display for primitive and keyword extra info | Guillaume Gomez | -2/+2 |
| 2021-05-21 | Rollup merge of #85548 - GuillaumeGomez:remove-dead-js, r=jsha | Guillaume Gomez | -158/+0 |
| 2021-05-21 | Rollup merge of #85506 - GuillaumeGomez:reset-focusedByTab, r=jsha | Guillaume Gomez | -4/+5 |
| 2021-05-21 | Fix search results display | Guillaume Gomez | -3/+16 |
| 2021-05-21 | Remove dead toggle JS code | Guillaume Gomez | -158/+0 |
| 2021-05-20 | Rollup merge of #85509 - GuillaumeGomez:search-null-title, r=jsha | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Upgrade minifier version to 0.0.41 | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Prevent tab title to "null" if the URL is a search one | Guillaume Gomez | -1/+1 |
| 2021-05-20 | Reset "focusedByTab" field when doing another search | Guillaume Gomez | -4/+5 |
| 2021-05-20 | Rollup merge of #85470 - GuillaumeGomez:fix-css-rules, r=jsha | Ralf Jung | -9/+6 |
| 2021-05-20 | Rollup merge of #85169 - jsha:hoist-classes, r=GuillaumeGomez | Ralf Jung | -15/+10 |
| 2021-05-19 | rustdoc: render `<Self as X>::Y` type casts properly | Justus K | -13/+21 |
| 2021-05-19 | Fix invalid CSS rules for a:hover | Guillaume Gomez | -9/+6 |
| 2021-05-18 | Rollup merge of #85438 - GuillaumeGomez:fix-escape-handling, r=jsha | Jack Huey | -2/+2 |
| 2021-05-18 | Rollup merge of #85396 - jsha:top-doc-font-sizes, r=GuillaumeGomez | Jack Huey | -3/+7 |
| 2021-05-18 | Add method-toggle to <details> for methods. | Jacob Hoffman-Andrews | -15/+10 |
| 2021-05-18 | Rollup merge of #85407 - GuillaumeGomez:copy-path-display-improvement, r=jsha | Ralf Jung | -13/+39 |
| 2021-05-18 | Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomez | Ralf Jung | -195/+178 |
| 2021-05-18 | Fix escape handling on search results | Guillaume Gomez | -2/+2 |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -2/+7 |
| 2021-05-18 | Improve display for "copy-path" button, making it more discrete | Guillaume Gomez | -13/+39 |
| 2021-05-17 | Fix rebase conflicts | Joshua Nelson | -1/+1 |
| 2021-05-17 | Address review comments | Joshua Nelson | -1/+1 |
| 2021-05-17 | Rename INVALID_RUST_CODEBLOCK{,S} | Joshua Nelson | -5/+5 |
| 2021-05-17 | Add back missing help for ignore blocks | Joshua Nelson | -28/+26 |
| 2021-05-17 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -33/+72 |
| 2021-05-17 | Rollup merge of #85367 - GuillaumeGomez:fix-css-rule, r=jsha | Ralf Jung | -4/+4 |
| 2021-05-16 | rustdoc: restore header sizes | Jacob Hoffman-Andrews | -3/+7 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -11/+8 |
| 2021-05-16 | Fix invalid input:disabled CSS selector | Guillaume Gomez | -4/+4 |
| 2021-05-16 | Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157 | bors | -3/+14 |
| 2021-05-15 | Call `initSidebarItems` in root module of crate | Justus K | -3/+14 |