about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
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
2022-10-30Rollup merge of #103722 - GuillaumeGomez:cleanup-code-example-css, r=notriddleMatthias Krüger-28/+24
2022-10-29Move string literal into format stringJacob Hoffman-Andrews-1/+1
2022-10-29Generate static file hashes onceJacob Hoffman-Andrews-15/+23
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-10/+16
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-490/+245
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-41/+68
2022-10-29rustdoc: Simplify modifications of effective visibility tableVadim Petrochenkov-79/+32
2022-10-29rustdoc: remove unnecessary `.search-results { padding-bottom }`Michael Howell-1/+0
2022-10-29rustdoc: use CSS margin/padding shorthand when all are being setMichael Howell-10/+3
2022-10-29Rollup merge of #103653 - GuillaumeGomez:missing-impl-private-json, r=notriddleGuillaume Gomez-5/+25
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-1/+1
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-23/+23
2022-10-29Fix z-indexes of code example feature and cleanup its CSSGuillaume Gomez-28/+24
2022-10-29Add regression test for missing item from private mod in JSON outputGuillaume Gomez-1/+1
2022-10-29Add missing impl blocks for item reexported from private mod in JSON outputGuillaume Gomez-5/+25
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-23/+23
2022-10-29Auto merge of #103714 - matthiaskrgr:rollup-kajt3i8, r=matthiaskrgrbors-31/+24
2022-10-29Rollup merge of #103663 - notriddle:notriddle/search-container, r=GuillaumeGomezMatthias Krüger-31/+24
2022-10-29Auto merge of #102698 - michaelwoerister:unord-collections, r=lncrbors-2/+2