about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-06-09Use `multipart_suggestion` to create an applicable suggestion.Aaron Kofsky-4/+4
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-05Add diagnostic items to MutexGuard and RwLock GuardsAaron Kofsky-1/+1
2022-06-05Remove `let_underscore_must_use`Aaron Kofsky-46/+0
2022-06-04Use `check-pass` instead of `run-pass`Aaron Kofsky-2/+3
2022-06-04Move `let_underscore` tests into the `lint` subfolder.Aaron Kofsky-0/+102
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-25Tweak memory ordering diagnostic.Mara Bos-36/+18
2022-05-25Update tests.Mara Bos-180/+216
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
2022-04-10Fix crate_type attribute to not warn on duplicatesEric Huss-60/+44
2022-04-09Fix missing space in lossy provenance cast lintniluxv-2/+2
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-0/+60
2022-04-01invalid_value lint: detect invalid initialization of arraysRalf Jung-11/+52
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-14/+16
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-25/+0
2022-03-15Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obkMatthias Krüger-1/+1