| Age | Commit message (Expand) | Author | Lines |
| 2022-10-31 | rustdoc: add support for incoherent impls on structs and traits | Michael Howell | -0/+15 |
| 2022-10-29 | fix(rustdoc): add missing URL component for error messages | Weihang Lo | -1/+1 |
| 2022-10-20 | Add missing space between notable trait tooltip and where clause | Urgau | -1/+1 |
| 2022-10-04 | Fix regression for results colors | Guillaume Gomez | -1/+3 |
| 2022-10-04 | Create new CSS variables for links color | Guillaume Gomez | -78/+67 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-17 | Auto merge of #101928 - notriddle:rollup-pexhhxe, r=notriddle | bors | -107/+46 |
| 2022-09-16 | Rollup merge of #101911 - notriddle:notriddle/source-content, r=GuillaumeGomez | Michael Howell | -2/+0 |
| 2022-09-16 | Rollup merge of #101898 - GuillaumeGomez:rm-unused-css, r=notriddle | Michael Howell | -105/+46 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -4/+3 |
| 2022-09-16 | rustdoc: remove no-op CSS `.source .content { max-width: none }` | Michael Howell | -1/+0 |
| 2022-09-16 | rustdoc: remove no-op CSS `.source .content { margin-left: 0 }` | Michael Howell | -1/+0 |
| 2022-09-16 | Remove unneeded empty ayu CSS rules | Guillaume Gomez | -21/+3 |
| 2022-09-16 | Remove unused `.block a.current*` rules | Guillaume Gomez | -48/+51 |
| 2022-09-16 | Remove some unused CSS rules | Guillaume Gomez | -62/+18 |
| 2022-09-16 | Rollup merge of #101877 - notriddle:notriddle/block, r=Dylan-DPC | Guillaume Gomez | -3/+0 |
| 2022-09-16 | Rollup merge of #101868 - notriddle:notriddle/short-links-jump-to-definition,... | Guillaume Gomez | -4/+39 |
| 2022-09-16 | Rollup merge of #101813 - GuillaumeGomez:check-css-variables, r=notriddle | Guillaume Gomez | -233/+296 |
| 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 | 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 |