summaryrefslogtreecommitdiff
path: root/tests/ui/lint
AgeCommit message (Expand)Author
2024-10-01Auto merge of #126839 - obeis:mpmc, r=AmanieuHEADmasterbors
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg
2024-09-28Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-deadMatthias Krüger
2024-09-28Rollup merge of #130924 - surechen:fix_130851, r=compiler-errorsMatthias Krüger
2024-09-27tests: issue-34798.rs => allow-phantomdata-in-ffi.rsJubilee Young
2024-09-27tests: issue-14309.* => repr-rust-is-undefined.*Jubilee Young
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger
2024-09-27Make clashing_extern_declarations considering generic args for ADT fieldsurechen
2024-09-26Fix the misleading diagnostic for let_underscore_drop on type without Drop im...makai410
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr
2024-09-24Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errorsbors
2024-09-23Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxuMichael Goulet
2024-09-24Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwUbors
2024-09-23Add a testMichael Goulet
2024-09-23Revert "Add recursion limit to FFI safety lint"Michael Goulet
2024-09-23add unqualified_local_imports lintRalf Jung
2024-09-23Remove with/without trait and bounds considerationUrgau
2024-09-23Point to every relevant types in the main diagUrgau
2024-09-23Rework `non_local_definitions` lint to only be a syntactic heuristicUrgau
2024-09-23Revert "Switch back `non_local_definitions` lint to allow-by-default"Urgau
2024-09-21Rollup merge of #130669 - workingjubilee:slicing-fnptr-tests-finely, r=compil...Jubilee
2024-09-21tests: Test that `extern "C" fn` ptrs lint on slicesJubilee Young
2024-09-21compiler: Accept "improper" ctypes in extern "rust-cold" fnJubilee Young
2024-09-21Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkovbors
2024-09-21Coalesce `non_snake_case` crate test set with revisions许杰友 Jieyou Xu (Joe)
2024-09-21Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi...Matthias Krüger
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors
2024-09-20Add recursion limit to FFI safety lintGurinder Singh
2024-09-14Fix lint levels not getting overridden by attrs on `Stmt` nodesGurinder Singh
2024-09-13Update tests for hidden references to mutable staticObei Sideg
2024-09-13some fixes for clashing_extern_declarations lintRalf Jung
2024-09-11Use `doc(hidden)` instead of `allow(missing_docs)` in the test harnessOlivier Goffart
2024-09-11Fix false positive with `missing_docs` and `#[test]`Olivier Goffart
2024-09-11Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-deadbors
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors
2024-09-09Add test about missing docs at crate levelUrgau
2024-09-09Allow `missing_docs` lint on the generated test harnessUrgau
2024-09-07Do not ICE on expect(warnings).Camille GILLOT
2024-09-06Check AttrId for expectations.Camille GILLOT
2024-09-06Hack around a conflict with `clippy::needless_lifetimes`Pavel Grigorenko
2024-09-06elided_named_lifetimes: manually implement `LintDiagnostic`Pavel Grigorenko
2024-09-06elided_named_lifetimes: add suggestionsPavel Grigorenko
2024-09-06Also emit `missing_docs` lint with `--test` to fulfill expectationsUrgau
2024-09-01Auto merge of #127313 - cjgillot:single-expect, r=jieyouxubors
2024-08-31Rewrite lint_expectations in a single pass.Camille GILLOT
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross
2024-08-23Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errorsGuillaume Gomez