summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-26/+23
2022-05-07Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddleGuillaume Gomez-0/+18
2022-05-06Add regression test for jump-to-defGuillaume Gomez-0/+18
2022-05-05Fix test case checking for where the JS goesMichael Howell-1/+1
2022-04-29Rollup merge of #96536 - rust-lang:notriddle/deref-slice-core, r=GuillaumeGomezDylan DPC-0/+22
2022-04-28rustdoc: fix missing method list for primitive deref targetMichael Howell-0/+22
2022-04-27Rollup merge of #96410 - notriddle:notriddle/issue-95873, r=GuillaumeGomezDylan DPC-0/+2
2022-04-26Update src/test/rustdoc/issue-95873.rsMichael Howell-1/+1
2022-04-25rustdoc: do not write `{{root}}` in `pub use ::foo` docsMichael Howell-0/+2
2022-04-25Fix issue 96381Michael Goulet-0/+16
2022-04-20Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomezbors-0/+26
2022-04-19Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomezDylan DPC-0/+17
2022-04-19Add regression test for #96079Guillaume Gomez-0/+26
2022-04-17Add regression test for rustdoc duplicated blanket implsGuillaume Gomez-0/+14
2022-04-17Remove extra space before a where clause in the documentationLoïc BRANSTETT-0/+17
2022-04-14Error on `#[rustc_deprecated]`Jacob Pratt-20/+19
2022-04-14clarify doc(cfg) wordingAndy Russell-20/+20
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-8/+6
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