about summary refs log tree commit diff
path: root/src/test/ui/unused-crate-deps
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-261/+0
2022-04-27Add --json unused-externs-silent with original behaviourJeremy Fitzhardinge-0/+9
2022-04-27Make --json unused-extern deny/forbid level messages cause exit with error st...Jeremy Fitzhardinge-3/+3
2022-04-27Add tests for --json unused-externsJeremy Fitzhardinge-0/+58
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-186/+0
2021-11-03Clean up some `-Z unstable-options` in tests.Eric Huss-1/+1
2021-06-06Don't pass -Z unstable-options by default for UI testsJoshua Nelson-10/+10
2021-02-07Implement Encoder for Diagnostic manuallyJeremy Fitzhardinge-9/+9
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+193
2020-06-01Don't count pathless --extern options for unused-crate-dependencies warningsJeremy Fitzhardinge-0/+12
2020-05-30Rollup merge of #72710 - jsgf:unused-deps-test, r=jsgfYuki Okushi-0/+15
2020-05-28Add test to make sure -Wunused-crate-dependencies works with testsJeremy Fitzhardinge-0/+15
2020-05-28rustc_lint: Remove `unused_crate_dependencies` from the `unused` groupVadim Petrochenkov-0/+9
2020-05-25Implement warning for unused dependencies.Jeremy Fitzhardinge-0/+151