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