about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_local
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-240/+0
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-2/+2
2022-08-13Update `@!has` name in testsNoah Lev-16/+16
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-16/+16
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-16/+16
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-2/+2
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
2021-01-13Update tests for extern block lintingMark Rousskov-2/+2
2020-12-31Fix tests that incorrectly used `!@has` instead of `@!has`Camelid-1/+1
2018-12-25Remove licensesMark Rousskov-102/+1
2018-12-04Add a test case for inlining the docs of a macro reexportGeorg Semmler-0/+28
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-1/+1
2018-09-20don't check visibility when inlining local implsQuietMisdreavus-0/+28
2017-09-30let htmldocck.py check for directoriesQuietMisdreavus-0/+3
2016-11-14rustdoc: Fix some local inlining issuesOliver Middleton-0/+173
2016-06-11rustdoc: Don't inline #[doc(hidden)] pub useOliver Middleton-0/+20
2016-03-22Consider `doc(no_inline)` in crate-local inliningmitaa-0/+33
2016-03-10Consider `doc(hidden)` for crate-local inliningmitaa-0/+27
2016-03-09Check for `doc(inline)` instead of `.*(inline)`mitaa-0/+29