about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-15735/+0
2023-01-06Update testsclubby789-0/+6
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
2022-12-22Auto merge of #106034 - matthiaskrgr:rollup-2zpql33, r=matthiaskrgrbors-0/+14
2022-12-22Auto merge of #104889 - GuillaumeGomez:fix-impl-block-in-const-expr, r=notriddlebors-0/+43
2022-12-22Fix ICEkadmin-0/+14
2022-12-16Add test for presence of read more linksGuillaume Gomez-2/+34
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-0/+7
2022-12-08Update rustdoc test to check its error outputGuillaume Gomez-10/+0
2022-12-07Add regression test for impl blocks in const exprGuillaume Gomez-0/+43
2022-12-02Update existing rustdoc testsGuillaume Gomez-6/+6
2022-12-02Add rustdoc test for bounds de-duplication and mergeGuillaume Gomez-0/+20
2022-11-28rustdoc: remove `fnname` CSS class that's styled exactly like `fn`Michael Howell-27/+27
2022-11-27Add rustdoc test for Deref to primitive typesGuillaume Gomez-0/+15
2022-11-17rustdoc: update tests for enum variant margin tweakMichael Howell-5/+5
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-0/+13
2022-11-14Add test for #102154Nixon Enraght-Moony-0/+13
2022-11-14Rollup merge of #104364 - petrochenkov:docice2, r=GuillaumeGomezMatthias Krüger-0/+14
2022-11-13Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=...bors-0/+34
2022-11-13rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-0/+14
2022-11-13Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum...Yuki Okushi-9/+9
2022-11-13Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomezYuki Okushi-16/+16
2022-11-11rustdoc: update test casesMichael Howell-9/+9
2022-11-11Add regression test for multi-level importGuillaume Gomez-0/+34
2022-11-09rustdoc: sort output to make it deterministicMichael Howell-1/+1
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-7/+15
2022-11-07Rollup merge of #103885 - fmease:rustdoc-various-cross-crate-reexport-fixes, ...Yuki Okushi-4/+57
2022-11-05Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomezMatthias Krüger-6/+6
2022-11-04rustdoc: add test for cross-crate trait-object typesLeón Orell Valerian Liehr-0/+49
2022-11-04rustdoc: move cross-crate lifetime/outlives bounds on GAT params from where-c...León Orell Valerian Liehr-1/+5
2022-11-04rustdoc: render unnamed arguments as underscores in cross-crate functions & f...León Orell Valerian Liehr-2/+2
2022-11-04rustdoc: render late-bound lifetimes in generic parameter list of cross-crate...León Orell Valerian Liehr-1/+1
2022-11-04Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomezMatthias Krüger-0/+14
2022-11-02Properly render asyncness for traits without default bodyMichael Goulet-0/+14
2022-11-02Add regression test for doc of reexport of local itemsGuillaume Gomez-0/+16
2022-11-02Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomezbors-0/+12
2022-11-01Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomezDylan DPC-4/+4
2022-11-01Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n...Yuki Okushi-0/+18
2022-10-31rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`Michael Howell-16/+16
2022-10-31rustdoc: rename syntax highlighting CSS class `attribute` to `attr`Michael Howell-4/+4
2022-10-31Add test for tuple struct field generation in search indexGuillaume Gomez-0/+18
2022-10-30Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau...Michael Howell-0/+35
2022-10-30rustdoc: Do not add external traits to the crate in `register_res`Vadim Petrochenkov-0/+12
2022-10-29rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+35
2022-10-30Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, ...Matthias Krüger-0/+5
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-3/+3
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-6/+6
2022-10-28Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not...Matthias Krüger-0/+13
2022-10-27Rollup merge of #103408 - compiler-errors:rpitit-rustdoc, r=GuillaumeGomezMatthias Krüger-0/+25
2022-10-27Rollup merge of #103432 - jsha:box-is-not-notable, r=GuillaumeGomezYuki Okushi-0/+38