| 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-06 | Hide `&mut self` methods from Deref in sidebar | Gary Guo | -1/+7 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -12/+0 |
| 2020-07-02 | Simplify DOM by removing IDs for code tags | Guillaume Gomez | -38/+9 |
| 2020-06-26 | Generate docs for links to private items when passed --document-private | Joshua Nelson | -1/+2 |
| 2020-06-15 | Re-order correctly the sections in the sidebar | Guillaume Gomez | -2/+2 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -2/+3 |
| 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 | -2/+3 |
| 2020-05-27 | Sort fields, variants and other unsorted elements in the sidebar | Guillaume Gomez | -32/+31 |
| 2020-05-26 | Auto merge of #71900 - GuillaumeGomez:clean-up-rustdoc, r=ollie27,kinnison | bors | -7/+10 |
| 2020-05-16 | Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=ollie27 | Dylan DPC | -37/+6 |
| 2020-05-14 | Move doc alias discovery into the Attributes struct and some code improvements | Guillaume Gomez | -1/+1 |
| 2020-05-11 | Rollup merge of #72109 - matthiaskrgr:cl8ppy, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2020-05-11 | Rollup merge of #72014 - GuillaumeGomez:deprecated-emoji, r=kinnison,ollie27 | Dylan DPC | -1/+4 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -3/+2 |
| 2020-05-09 | Sort "implementations on foreign types" section in the sidebar | Guillaume Gomez | -8/+7 |
| 2020-05-08 | Add emoji for deprecated messages | Guillaume Gomez | -1/+4 |
| 2020-05-08 | Clean up rustdoc source code | Guillaume Gomez | -7/+10 |
| 2020-05-07 | Merge aliases and search-index | Guillaume Gomez | -36/+0 |
| 2020-05-07 | Improve doc alias discovery | Guillaume Gomez | -3/+8 |
| 2020-05-05 | Replace title "Methods" with "Implementations" | Guillaume Gomez | -11/+11 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -8/+3 |
| 2020-04-17 | Replace big JS dict with JSON parsing | Guillaume Gomez | -4/+35 |
| 2020-04-08 | rustdoc: Don't try to load source files from external crates | Oliver Middleton | -3/+3 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -8/+5 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -2/+2 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-19 | Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison | bors | -9/+61 |
| 2020-03-17 | Update rustdoc test and remove TODO comment | Guillaume Gomez | -1/+0 |
| 2020-03-16 | Rename render::Type to improve naming | Guillaume Gomez | -5/+5 |
| 2020-03-16 | formatting | Guillaume Gomez | -4/+1 |
| 2020-03-16 | Support type search for arguments and returned types | Guillaume Gomez | -7/+62 |
| 2020-03-15 | Add FIXME note | varkor | -1/+1 |
| 2020-03-15 | Render full attributes in rustdoc | varkor | -22/+2 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+4 |
| 2020-03-11 | Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 | Mazdak Farrokhzad | -1/+2 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -1/+1 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -81/+4 |
| 2020-03-07 | iterate over a maps values directly. (clippy::for_kv_map) | Matthias Krüger | -1/+1 |
| 2020-03-07 | rustdoc: Use .any(p) instead of find(p).is_some(). (clippy::search_is_some) | Matthias Krüger | -5/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -2/+2 |
| 2020-03-05 | Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa... | Matthias Krüger | -1/+1 |
| 2020-03-02 | Put back output-format option for show-coverage | Guillaume Gomez | -1/+2 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -2/+3 |
| 2020-03-01 | rustdoc: HTML escape crate version | Oliver Middleton | -2/+3 |