about summary refs log tree commit diff
path: root/src/test/rustdoc/check-source-code-urls-to-def.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-69/+0
2022-10-31rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a`Michael Howell-16/+16
2022-09-15rustdoc: fix test casesMichael Howell-11/+11
2022-07-01Shorten def_span for more items.Camille GILLOT-5/+5
2022-05-06Add regression test for jump-to-defGuillaume Gomez-0/+18
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-4/+5
2021-09-13Add test for primitive in "jump to definition" featureGuillaume Gomez-1/+7
2021-08-05Fix URL conflict for std typeGuillaume Gomez-1/+1
2021-08-05Add missing root_path when generating links using hrefGuillaume Gomez-3/+8
2021-08-05Generate links for modules as wellGuillaume Gomez-4/+5
2021-08-05Add test for source code pages URLsGuillaume Gomez-0/+38