| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | rustdoc: add test for cross-crate trait-object types | León Orell Valerian Liehr | -0/+3 |
| 2022-11-04 | rustdoc: render the return type of cross-crate `Fn`-family trait bounds in tr... | León Orell Valerian Liehr | -7/+7 |
| 2022-11-04 | rustdoc: render `for<>` param lists of cross-crate trait-object types | León Orell Valerian Liehr | -2/+19 |
| 2022-11-04 | rustdoc: move cross-crate lifetime/outlives bounds on GAT params from where-c... | León Orell Valerian Liehr | -1/+10 |
| 2022-11-04 | rustdoc: render unnamed arguments as underscores in cross-crate functions & f... | León Orell Valerian Liehr | -14/+17 |
| 2022-11-04 | rustdoc: render late-bound lifetimes in generic parameter list of cross-crate... | León Orell Valerian Liehr | -7/+34 |
| 2022-11-04 | Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr... | Matthias Krüger | -153/+129 |
| 2022-11-04 | Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgr | bors | -21/+21 |
| 2022-11-04 | Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-t... | Matthias Krüger | -1/+0 |
| 2022-11-04 | Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r... | Matthias Krüger | -2/+1 |
| 2022-11-04 | Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=Gui... | Matthias Krüger | -1/+0 |
| 2022-11-04 | Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomez | Matthias Krüger | -17/+20 |
| 2022-11-04 | Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomez | bors | -65/+62 |
| 2022-11-03 | rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }` | Michael Howell | -1/+0 |
| 2022-11-03 | rustdoc: clean up hardcoded CSS border color on search results | Michael Howell | -2/+1 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -153/+129 |
| 2022-11-03 | roll another resolution logic in rustdoc | Deadbeef | -1/+2 |
| 2022-11-02 | rustdoc: add size tracking for `Generics` | Michael Howell | -0/+1 |
| 2022-11-02 | rustdoc: remove unneeded Box from ItemKind | Michael Howell | -4/+4 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -61/+57 |
| 2022-11-02 | rustdoc: remove redundant mobile CSS `.sidebar-elems { background }` | Michael Howell | -1/+0 |
| 2022-11-02 | Rollup merge of #103890 - notriddle:notriddle/mobile-rustdoc-padding-top, r=G... | Matthias Krüger | -1/+0 |
| 2022-11-02 | Rollup merge of #103886 - GuillaumeGomez:local-reexport-doc, r=notriddle | Matthias Krüger | -18/+37 |
| 2022-11-02 | Properly render asyncness for traits without default body | Michael Goulet | -17/+20 |
| 2022-11-02 | rustdoc: remove unused mobile CSS `.rustdoc { padding-top: 0 }` | Michael Howell | -1/+0 |
| 2022-11-02 | Rollup merge of #103855 - notriddle:notriddle/mobile-item-table, r=GuillaumeG... | Dylan DPC | -8/+1 |
| 2022-11-02 | Fix merge of attributes for reexports of local items | Guillaume Gomez | -18/+37 |
| 2022-11-02 | Auto merge of #103690 - GuillaumeGomez:visibility-on-demand, r=notriddle | bors | -145/+144 |
| 2022-11-02 | Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomez | bors | -4/+0 |
| 2022-11-01 | rustdoc: simplify mobile item-table CSS | Michael Howell | -8/+1 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+5 |
| 2022-11-01 | Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez | Dylan DPC | -7/+7 |
| 2022-11-01 | Rollup merge of #103813 - notriddle:notriddle/search-results-clear-both, r=Gu... | Dylan DPC | -2/+0 |
| 2022-11-01 | Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n... | Yuki Okushi | -15/+22 |
| 2022-11-01 | Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r... | Yuki Okushi | -6/+8 |
| 2022-10-31 | rustdoc: remove left border from `.src-line-numbers > a` | Michael Howell | -3/+5 |
| 2022-10-31 | rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a` | Michael Howell | -21/+27 |
| 2022-10-31 | rustdoc: rename syntax highlighting CSS class `attribute` to `attr` | Michael Howell | -7/+7 |
| 2022-10-31 | rustdoc: remove unnecessary CSS `.search-results { clear: both }` | Michael Howell | -2/+0 |
| 2022-10-31 | Don't generate tuple struct fields into the search index | Guillaume Gomez | -15/+22 |
| 2022-10-30 | rustdoc: add margins to all impl-item toggles, not just methods | Michael Howell | -6/+8 |
| 2022-10-30 | Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau... | Michael Howell | -0/+15 |
| 2022-10-30 | Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau... | Michael Howell | -7/+14 |
| 2022-10-30 | Make rustdoc Item::visibility computed on-demand | Guillaume Gomez | -145/+144 |
| 2022-10-30 | rustdoc: Do not add external traits to the crate in `register_res` | Vadim Petrochenkov | -4/+0 |
| 2022-10-30 | Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomez | bors | -112/+92 |
| 2022-10-30 | Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, ... | Dylan DPC | -1/+0 |
| 2022-10-30 | Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddle | Dylan DPC | -1/+1 |
| 2022-10-29 | rustdoc: add support for incoherent impls on structs and traits | Michael Howell | -0/+15 |
| 2022-10-30 | Rollup merge of #103737 - notriddle:notriddle/margin, r=GuillaumeGomez | Matthias Krüger | -10/+3 |