| Age | Commit message (Expand) | Author | Lines |
| 2022-09-16 | Rollup merge of #101494 - jsha:notable-traits-right, r=GuillaumeGomez | Guillaume Gomez | -6/+0 |
| 2022-09-15 | rustdoc: remove no-op CSS `.block { padding: 0 }` | Michael Howell | -3/+0 |
| 2022-09-15 | rustdoc: use more precise URLs for jump-to-definition links | Michael Howell | -4/+39 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-15 | rustdoc: remove no-op CSS `h1-4 { color: --main-color }` | Michael Howell | -1/+0 |
| 2022-09-15 | Correctly handle parens | Guillaume Gomez | -8/+38 |
| 2022-09-15 | Rollup merge of #101820 - notriddle:notriddle/a, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-09-15 | Rollup merge of #101812 - notriddle:notriddle/titles-button, r=GuillaumeGomez | Matthias Krüger | -23/+6 |
| 2022-09-15 | Rollup merge of #101778 - notriddle:notriddle/docblock-short-p, r=GuillaumeGomez | Matthias Krüger | -6/+6 |
| 2022-09-15 | Streamline `register_res`. | Nicholas Nethercote | -21/+5 |
| 2022-09-14 | rustdoc: remove no-op rule `a { background: transparent }` | Michael Howell | -1/+0 |
| 2022-09-14 | Remove duplicate warnings | Guillaume Gomez | -2/+0 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -1/+1 |
| 2022-09-14 | Add check for missing CSS variables | Guillaume Gomez | -10/+56 |
| 2022-09-14 | Update theme check tests | Guillaume Gomez | -21/+39 |
| 2022-09-14 | Simplify CSS parser to check themes | Guillaume Gomez | -207/+178 |
| 2022-09-14 | rustdoc: clean up CSS `#titles` using flexbox | Michael Howell | -23/+6 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -7/+4 |
| 2022-09-14 | Rollup merge of #101773 - notriddle:notriddle/content-table, r=GuillaumeGomez | Dylan DPC | -9/+1 |
| 2022-09-14 | Rollup merge of #101769 - notriddle:notriddle/out-of-band-span-since, r=Guill... | Dylan DPC | -1/+0 |
| 2022-09-13 | rustdoc: clean up DOM by removing `.dockblock-short p` | Michael Howell | -6/+6 |
| 2022-09-13 | Rollup merge of #101770 - aDotInTheVoid:rdj-index-clone, r=GuillaumeGomez | Matthias Krüger | -2/+13 |
| 2022-09-13 | Rollup merge of #101737 - notriddle:notriddle/search-results-result-name-span... | Matthias Krüger | -6/+0 |
| 2022-09-13 | rustdoc: remove outdated CSS `.content table` etc | Michael Howell | -9/+1 |
| 2022-09-13 | Rustdoc-Json: Don't loose subitems of foreign traits. | Nixon Enraght-Moony | -2/+13 |
| 2022-09-13 | rustdoc: remove redundant CSS `.out-of-band > span.since { position }` | Michael Howell | -1/+0 |
| 2022-09-13 | rebase | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -3/+2 |
| 2022-09-13 | Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPC | bors | -3/+2 |
| 2022-09-13 | Rollup merge of #101748 - notriddle:notriddle/source-sidebar-sidebar-toggle, ... | Dylan DPC | -1/+0 |
| 2022-09-13 | Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -1/+1 |
| 2022-09-12 | rustdoc: remove redundant CSS `#source-sidebar, #sidebar-toggle` | Michael Howell | -1/+0 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-12 | rustdoc: remove no-op CSS `.search-results .result-name > span` | Michael Howell | -6/+0 |
| 2022-09-12 | Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill... | Guillaume Gomez | -1/+1 |
| 2022-09-12 | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | -3/+8 |
| 2022-09-12 | Rollup merge of #101731 - notriddle:notriddle/more-improved-html-check, r=Gui... | Guillaume Gomez | -3/+80 |
| 2022-09-12 | rustdoc: fix treatment of backslash-escaped HTML | Michael Howell | -1/+1 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -3/+8 |
| 2022-09-12 | rustdoc: improve rustdoc HTML suggestions handling of nested generics | Michael Howell | -3/+80 |
| 2022-09-11 | rustdoc: remove no-op `#search` | Michael Howell | -4/+0 |
| 2022-09-11 | rustdoc: remove no-op `#search { margin-left: 0 }` | Michael Howell | -1/+0 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+2 |
| 2022-09-10 | Auto merge of #101613 - GuillaumeGomez:codeblock-tooltip, r=notriddle | bors | -83/+86 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -9/+0 |
| 2022-09-10 | Rollup merge of #101631 - rust-lang:notriddle/duplicate-module, r=GuillaumeGomez | Dylan DPC | -5/+26 |
| 2022-09-10 | Simplify DOM for codeblocks tooltips | Guillaume Gomez | -83/+86 |
| 2022-09-10 | Rollup merge of #101633 - aDotInTheVoid:rdj-idl, r=jyn514 | Matthias Krüger | -7/+21 |
| 2022-09-10 | Rollup merge of #101624 - notriddle:notriddle/search, r=GuillaumeGomez | Matthias Krüger | -5/+0 |