about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-5/+31
2022-04-11Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obkMatthias Krüger-6/+25
2022-04-11Add a note for unsatisfied `~const Drop` boundsDeadbeef-6/+25
2022-04-09Rollup merge of #95769 - fmease:fix-issue-95717, r=GuillaumeGomezDylan DPC-0/+42
2022-04-08Add test for empty doc comments with a backlineGuillaume Gomez-0/+22
2022-04-07Hide cross-crate doc-hidden assoc items in trait implsLeón Orell Valerian Liehr-0/+42
2022-04-07Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrumbors-15/+5
2022-04-06Update rustdoc test following DOM changeGuillaume Gomez-1/+1
2022-04-06remove ~const Drop from rustdoc testPietro Albini-15/+5
2022-04-05Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr...Dylan DPC-0/+7
2022-04-05Auto merge of #95337 - petrochenkov:doclink3, r=camelidbors-0/+17
2022-04-04Add test to ensure rustdoc does not panic on intra doc link passGuillaume Gomez-0/+7
2022-04-03Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddleDylan DPC-0/+7
2022-04-03Add test for attribute display in rustdocGuillaume Gomez-0/+7
2022-04-02Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnrDylan DPC-3/+3
2022-04-01Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgrbors-0/+22
2022-04-01Rollup merge of #95475 - Jules-Bertholet:rustdoc-hide-assoc-consts-from-trait...Matthias Krüger-4/+24
2022-03-31Adjust feature names that disagree on const stabilization versionDavid Tolnay-3/+3
2022-03-31rustdoc: do not show primitives and keywords as privateMichael Howell-0/+22
2022-03-31rustdoc: Fix resolution of `crate`-relative paths in doc linksVadim Petrochenkov-0/+17
2022-03-30Only show associated consts from inherent impls in sidebarJules Bertholet-4/+24
2022-03-30fix rustdoc wrt builtin impls switchlcnr-12/+11
2022-03-30update rustdoclcnr-2/+1
2022-03-30update ui testslcnr-0/+1
2022-03-29Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelidbors-0/+12
2022-03-29Add test to ensure foreign functions from dependencies are correctly handledGuillaume Gomez-0/+12
2022-03-28Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,cameli...bors-0/+31
2022-03-21add tests for 🔒Maximilian Köhl-0/+31
2022-03-18Add test to ensure auto-traits are respecting constraintsGuillaume Gomez-0/+8
2022-03-10Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddleMatthias Krüger-1/+3
2022-03-08Update GUI tests for impl blocks path changesGuillaume Gomez-0/+2
2022-03-08Unify inherent impl blocks by wrapping them into a divGuillaume Gomez-1/+1
2022-03-06Fix rustdoc for GATs with with anonymous bound regionsMichael Goulet-0/+13
2022-03-06Rollup merge of #93412 - fee1-dead:improve-rustdoc-const-bounds, r=GuillaumeG...Matthias Krüger-1/+61
2022-03-06Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomezbors-0/+8
2022-03-04Auto merge of #94009 - compiler-errors:gat-rustdoc, r=GuillaumeGomezbors-0/+34
2022-03-03add testsMichael Goulet-0/+34
2022-03-03Rollup merge of #94550 - GuillaumeGomez:HKF-macros, r=notriddleMatthias Krüger-0/+21
2022-03-03Add test for higher kinded functions generated by macrosGuillaume Gomez-0/+21
2022-03-03Rollup merge of #94101 - notriddle:notriddle/strip-test-cases, r=GuillaumeGomezMatthias Krüger-0/+9
2022-02-27Rollup merge of #94417 - GuillaumeGomez:fix-duplicated-impl-links, r=notriddleMatthias Krüger-0/+20
2022-02-27Add test to ensure that links to impls are correctly generatedGuillaume Gomez-0/+20
2022-02-22Add test for infinite redirectionGuillaume Gomez-0/+29
2022-02-22Add ui testDeadbeef-0/+60
2022-02-22Bless rustdoc testDeadbeef-1/+1
2022-02-20Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obkMatthias Krüger-0/+9
2022-02-19Add rustdoc test for const computed valueGuillaume Gomez-0/+9
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-0/+40
2022-02-17rustdoc: add test cases for hidden enum variantsMichael Howell-0/+9
2022-02-16Update rustdoc tests to adapt to changes to the sidebarGuillaume Gomez-33/+33