summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-06-22Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...bors-176/+262
2022-06-22Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomezYuki Okushi-177/+0
2022-06-21Move some tests to more reasonable directoriesCaio-0/+34
2022-06-21Remove `#[doc(hidden)]` logic from `unused_attributes` lintLeón Orell Valerian Liehr-177/+0
2022-06-19collapse dead code warnings into a single diagnosticTakayuki Maeda-176/+262
2022-06-16 fix one more case of trailing spaceklensy-14/+14
2022-06-16diagnostics: fix trailing spaceklensy-82/+82
2022-06-16Rollup merge of #97757 - xFrednet:rfc-2383-expect-with-force-warn, r=wesleywi...Matthias Krüger-0/+175
2022-06-16Support lint expectations for `--force-warn` lints (RFC 2383)xFrednet-0/+175
2022-06-11Auto merge of #97903 - est31:unused_macro_rules_compile_error, r=petrochenkovbors-0/+113
2022-06-10Rollup merge of #97718 - xFrednet:95540-delayed-good-path-ice-for-expect, r=w...Yuki Okushi-0/+8
2022-06-09Test that the unused_macros lint works correctly if rules are malformedest31-0/+41
2022-06-09Suppress the unused_macro_rules lint if malformed rules are encounteredest31-0/+19
2022-06-09Never regard macro rules with compile_error! invocations as unusedest31-0/+53
2022-06-06Auto merge of #97795 - Dylan-DPC:rollup-dxilagr, r=Dylan-DPCbors-0/+156
2022-06-06Rollup merge of #97495 - clarfonthey:e0788-no-coverage, r=nagisaDylan DPC-0/+156
2022-06-06Auto merge of #97086 - 5225225:link-section-is-unsafe, r=davidtwcobors-16/+35
2022-06-05Changes from code reviewltdk-19/+46
2022-06-04Support the `#[expect]` attribute on fn parameters (RFC-2383)xFrednet-0/+25
2022-06-04Fix `delayed_good_path_bug` ice for expected diagnostics (RFC 2383)xFrednet-0/+8
2022-06-03Auto merge of #96296 - cjgillot:remove-label-lt-shadow, r=petrochenkovbors-9/+9
2022-06-02Stop warning against unrelated labels.Camille GILLOT-13/+3
2022-06-02Bless tests.Camille GILLOT-12/+22
2022-06-02don't use a `span_note` for ignored implslcnr-6/+1
2022-05-28Add E0788 for improper #[no_coverage] usageltdk-0/+129
2022-05-28Make some tests check-passYuki Okushi-7/+5
2022-05-24Emit weird lint name lints after expansionest31-8/+173
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-272/+49
2022-05-20Do not warn on inherent doc(hidden) assoc itemsLeón Orell Valerian Liehr-9/+35
2022-05-16Report unsafe for overriding link sections5225225-16/+35
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-43/+195
2022-05-10Add regression test for #68408Yuki Okushi-0/+22
2022-05-09Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item...Matthias Krüger-0/+151
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-0/+151
2022-05-08Test `expect` attribute for tool lints, rustc edition (RFC 2383)xFrednet-0/+171
2022-05-08Only assert for unstable expectation ids after conversion (RFC 2383)xFrednet-0/+36
2022-05-05Add testsest31-43/+195
2022-04-23Fix lints.Camille GILLOT-18/+28
2022-04-22Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkovbors-0/+80
2022-04-21Move some tests to more reasonable directoriesCaio-0/+80
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-8/+10
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-8/+10
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-16/+6
2022-04-17Rollup merge of #96112 - niluxv:strict-provenance-lint-improvements, r=nagisaDylan DPC-4/+39
2022-04-16Improve `fuzzy_provenance_casts` lint diagnosticsniluxv-1/+1
2022-04-16Improve `lossy_provenance_casts` lint diagnosticsniluxv-3/+38
2022-04-16Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obkDylan DPC-0/+149
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+149
2022-04-14`Unique<T>` is now considered FFI-safeEduardo Sánchez Muñoz-16/+6
2022-04-12Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPCMatthias Krüger-60/+44