about summary refs log tree commit diff
path: root/src/test/ui/rustdoc/doc_keyword.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2022-07-15passes: migrate half of `check_attr`David Wood-1/+1
Migrate half of the `rustc_passes::check_attr` diagnostics to using diagnostic derives and being translatable.
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-1/+1
2021-06-17Move regression test for #83512 into doc_keyword.rsFabian Wolff-0/+8
2021-03-08Move rustdoc UI tests into a subdirectoryJoshua Nelson-0/+12
This also adds a little leeway to the test limit.