summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2024-11-07Also treat `impl` definition parent as transparent regarding modulesUrgau-0/+64
2024-10-17Also use outermost const-anon for impl items in `non_local_defs` lintUrgau-0/+20
2024-10-11Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errorsTrevor Gross-45/+0
2024-10-11Rollup merge of #131546 - surechen:fix_129833, r=jieyouxuTrevor Gross-0/+61
2024-10-12Make unused_parens's suggestion considering expr's attributessurechen-0/+61
2024-10-11Remove deprecation note in the `non_local_definitions` warningUrgau-45/+0
2024-10-11Consider outermost const-anon in non_local_def lintUrgau-3/+89
2024-10-05Compute array length from type for unconditional panic.Camille GILLOT-0/+18
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-0/+5
2024-10-01Auto merge of #126839 - obeis:mpmc, r=Amanieubors-1/+24
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk-1/+1
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-1/+24
2024-09-28Rollup merge of #130953 - workingjubilee:rename-a-few-ctypes-tests, r=fee1-deadMatthias Krüger-11/+17
2024-09-28Rollup merge of #130924 - surechen:fix_130851, r=compiler-errorsMatthias Krüger-0/+73
2024-09-27tests: issue-34798.rs => allow-phantomdata-in-ffi.rsJubilee Young-0/+2
2024-09-27tests: issue-14309.* => repr-rust-is-undefined.*Jubilee Young-11/+15
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-9/+9
2024-09-27Make clashing_extern_declarations considering generic args for ADT fieldsurechen-0/+73
2024-09-26Fix the misleading diagnostic for let_underscore_drop on type without Drop im...makai410-8/+8
2024-09-25Revert "Avoid invalid NaN lint machine-applicable suggestion in const context"Eduardo Sánchez Muñoz-0/+5
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-9/+9
2024-09-24Auto merge of #130768 - compiler-errors:rollup-8ncjy55, r=compiler-errorsbors-31/+32
2024-09-23Rollup merge of #130758 - compiler-errors:ctype-recursion-limit, r=jieyouxuMichael Goulet-31/+32
2024-09-24Auto merge of #127117 - Urgau:non_local_def-syntactic, r=BoxyUwUbors-620/+129
2024-09-23Add a testMichael Goulet-0/+32
2024-09-23Revert "Add recursion limit to FFI safety lint"Michael Goulet-31/+0
2024-09-23add unqualified_local_imports lintRalf Jung-0/+52
2024-09-23Remove with/without trait and bounds considerationUrgau-40/+7
2024-09-23Point to every relevant types in the main diagUrgau-57/+59
2024-09-23Rework `non_local_definitions` lint to only be a syntactic heuristicUrgau-404/+12
2024-09-23Revert "Switch back `non_local_definitions` lint to allow-by-default"Urgau-159/+91
2024-09-21Rollup merge of #130669 - workingjubilee:slicing-fnptr-tests-finely, r=compil...Jubilee-0/+25
2024-09-21tests: Test that `extern "C" fn` ptrs lint on slicesJubilee Young-0/+25
2024-09-21compiler: Accept "improper" ctypes in extern "rust-cold" fnJubilee Young-0/+14
2024-09-21Auto merge of #130599 - jieyouxu:snake_case_binary_cleanup, r=petrochenkovbors-100/+65
2024-09-21Coalesce `non_snake_case` crate test set with revisions许杰友 Jieyou Xu (Joe)-100/+65
2024-09-21Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compi...Matthias Krüger-0/+31
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+381
2024-09-20Add recursion limit to FFI safety lintGurinder Singh-0/+31
2024-09-14Fix lint levels not getting overridden by attrs on `Stmt` nodesGurinder Singh-3/+58
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+381
2024-09-13some fixes for clashing_extern_declarations lintRalf Jung-50/+137
2024-09-11Use `doc(hidden)` instead of `allow(missing_docs)` in the test harnessOlivier Goffart-1/+3
2024-09-11Fix false positive with `missing_docs` and `#[test]`Olivier Goffart-0/+3
2024-09-11Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-deadbors-8/+23
2024-09-10Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkovbors-0/+32
2024-09-09Add test about missing docs at crate levelUrgau-0/+14
2024-09-09Allow `missing_docs` lint on the generated test harnessUrgau-0/+5
2024-09-07Do not ICE on expect(warnings).Camille GILLOT-0/+6
2024-09-06Check AttrId for expectations.Camille GILLOT-8/+17