rust/tests
dswij 5e7ce90dd8
Improve doc comment code language tag parsing, don't use a full parser (#15967)
Now only tokenizes the contents of code blocks instead of spawning a
thread for a full parser

The language tag handling now correctly picks up things like `rust,
ignore`

`no_test` (rust-lang/rust-clippy#10491) is no longer specially handled,
rustdoc considers `rust,no_test` to be a regular test

changelog: [`needless_doctest_main`], [`test_attr_in_doctest`]: now
handles whitespace in language tags
2025-10-30 15:51:36 +00:00
..
test_utils
ui Improve doc comment code language tag parsing, don't use a full parser (#15967) 2025-10-30 15:51:36 +00:00
ui-cargo unnecessary_safety_comment fix an ICE and 2025-10-14 22:23:53 +01:00
ui-internal Merge commit 'e9b70454e4' into clippy-subtree-update 2025-09-04 18:27:27 -04:00
ui-toml chore(needless_if): rename to needless_ifs 2025-10-27 11:00:57 +01:00
workspace_test
check-fmt.rs
clippy.toml Merge commit '0621446356' into clippy-subtree-update 2025-04-22 18:24:43 +02:00
compile-test.rs Use expect for lint warnings 2025-10-06 20:17:12 -04:00
config-consistency.rs Merge commit 'e9b70454e4' into clippy-subtree-update 2025-09-04 18:27:27 -04:00
config-metadata.rs
dogfood.rs Merge commit 'c5dbd1de07' into clippy-subtree-update 2025-06-27 12:20:57 +02:00
integration.rs Merge commit '0450db33a5' into clippy-subtree-update 2025-05-15 19:28:39 +02:00
lint_message_convention.rs
missing-test-files.rs Apply cfg(bootstrap) replacement 2025-09-26 19:09:23 -04:00
no-profile-in-cargo-toml.rs Merge commit '20ce69b9a6' into clippy-subtree-update 2025-09-18 17:21:44 +02:00
symbols-used.rs Use expect for lint warnings 2025-10-06 20:17:12 -04:00
versioncheck.rs Merge commit 'c5dbd1de07' into clippy-subtree-update 2025-06-27 12:20:57 +02:00
workspace.rs