| Age | Commit message (Expand) | Author | Lines |
| 2020-07-11 | rustdoc: insert newlines between attributes | Andy Russell | -8/+13 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+2 |
| 2020-07-09 | Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -1/+7 |
| 2020-07-09 | Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G... | bors | -1/+1 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -1/+1 |
| 2020-07-06 | Rollup merge of #74067 - rye:rustdoc-fqn-hover-underline, r=GuillaumeGomez | Manish Goregaokar | -0/+3 |
| 2020-07-06 | Hide `&mut self` methods from Deref in sidebar | Gary Guo | -1/+7 |
| 2020-07-05 | rustdoc: Restore underline text decoration on hover for FQN in header | Kristofer Rye | -0/+3 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -49/+0 |
| 2020-07-02 | Simplify DOM by removing IDs for code tags | Guillaume Gomez | -52/+16 |
| 2020-07-02 | Expand sub code blocks block content when hidden when the page hash refers to it | Guillaume Gomez | -0/+8 |
| 2020-07-02 | Improve page hash handling | Guillaume Gomez | -5/+7 |
| 2020-07-02 | No need to call getPageId a second time | Guillaume Gomez | -1/+1 |
| 2020-06-26 | Rollup merge of #72771 - jyn514:rustdoc, r=Manishearth | Manish Goregaokar | -2/+9 |
| 2020-06-26 | Generate docs for links to private items when passed --document-private | Joshua Nelson | -2/+9 |
| 2020-06-26 | Rollup merge of #72967 - integer32llc:prevent-default-arrows, r=kinnison | Manish Goregaokar | -0/+2 |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -6/+7 |
| 2020-06-18 | Rollup merge of #73476 - JakobDegen:should_panic_rustdoc, r=GuillaumeGomez | Manish Goregaokar | -1/+41 |
| 2020-06-18 | Rollup merge of #72968 - integer32llc:docs-arrow-keys, r=GuillaumeGomez | Manish Goregaokar | -13/+24 |
| 2020-06-18 | Added tooltip for should_panic code examples. | Jake Degen | -1/+41 |
| 2020-06-15 | Re-order correctly the sections in the sidebar | Guillaume Gomez | -2/+2 |
| 2020-06-09 | Fix more clippy warnings | Matthias Krüger | -1/+1 |
| 2020-06-08 | Rollup merge of #71842 - tspiteri:doc-impl-const, r=GuillaumeGomez | Dylan DPC | -1/+3 |
| 2020-06-03 | Only highlight results via mouseover if mouse has moved | Carol (Nichols || Goulding) | -13/+24 |
| 2020-06-03 | Don't move cursor in search box when using arrows to navigate search results | Carol (Nichols || Goulding) | -0/+2 |
| 2020-05-31 | Auto merge of #72831 - Dylan-DPC:rollup-6rxjwt9, r=Dylan-DPC | bors | -4/+12 |
| 2020-05-31 | Rollup merge of #72691 - GuillaumeGomez:escape-key-handling, r=kinnison | Dylan DPC | -4/+12 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -5/+6 |
| 2020-05-31 | Put input timeout clearance inside a function | Guillaume Gomez | -13/+11 |
| 2020-05-30 | Rollup merge of #72650 - GuillaumeGomez:sort-sidebar-elements, r=kinnison | Ralf Jung | -32/+31 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -5/+6 |
| 2020-05-28 | Fix escape key handling | Guillaume Gomez | -3/+13 |
| 2020-05-27 | Sort fields, variants and other unsorted elements in the sidebar | Guillaume Gomez | -32/+31 |
| 2020-05-27 | doc: make impl block collapsible if it has an associated constant | Trevor Spiteri | -1/+3 |
| 2020-05-27 | Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC | Dylan DPC | -9/+0 |
| 2020-05-26 | Rollup merge of #72294 - GuillaumeGomez:js-cleanup, r=kinnison | Dylan DPC | -298/+304 |
| 2020-05-26 | Improve formatting | Guillaume Gomez | -2/+2 |
| 2020-05-26 | Remove font-display settings | Guillaume Gomez | -9/+0 |
| 2020-05-26 | Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnison | bors | -7/+10 |
| 2020-05-26 | Fix eslint lints | Guillaume Gomez | -34/+34 |
| 2020-05-26 | Reexported functions are now declared directly as "windows" field | Guillaume Gomez | -11/+6 |
| 2020-05-26 | Move "global" code into anonymous functions | Guillaume Gomez | -248/+258 |
| 2020-05-26 | Move focusSearchBar and defocusSearchBar functions to the top of the file wit... | Guillaume Gomez | -10/+11 |
| 2020-05-24 | Rollup merge of #72092 - workingjubilee:patch-2, r=GuillaumeGomez | Dylan DPC | -0/+9 |
| 2020-05-21 | Rollup merge of #72421 - GuillaumeGomez:fix-impl-hover-anchor, r=kinnison | Ralf Jung | -1/+1 |
| 2020-05-21 | Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-behaviou... | Ralf Jung | -0/+6 |
| 2020-05-21 | Fix anchor display when hovering impl | Guillaume Gomez | -1/+1 |
| 2020-05-19 | Fix going back in history to a search result page on firefox | Guillaume Gomez | -0/+6 |
| 2020-05-16 | Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 | Dylan DPC | -104/+140 |
| 2020-05-14 | * Update aliases data struct from HashMap to BTreeMap to have more determinis... | Guillaume Gomez | -12/+11 |