summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2024-01-27Update tests.Markus Reiter-15/+15
2024-01-23address requested changesHTGAzureX1212.-4/+4
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-3/+3
2024-01-22Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8KiMatthias Krüger-5/+85
2024-01-19Stabilize simple offset_ofGeorge Bateman-2/+2
2024-01-18`dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]`Jake Goulding-0/+14
2024-01-15large_assignments: Lint on specific large args passed to functionsMartin Nordholts-2/+57
2024-01-13Bless testsGeorge-lewis-0/+126
2024-01-12Improve `let_underscore_lock`Nilstrieb-5/+85
2024-01-12Auto merge of #117321 - chenyukang:yukang-fix-117142, r=petrochenkovbors-0/+19
2024-01-09Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=NilstriebMatthias Krüger-0/+101
2024-01-08Fix 2 variable binding issues in let_underscoreyukang-0/+101
2024-01-06Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errorsMatthias Krüger-3/+23
2024-01-05Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-...Matthias Krüger-2/+2
2024-01-05macro_rules: Add more tests for using `tt` in addition to `ident`Vadim Petrochenkov-3/+23
2024-01-05Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obkMichael Goulet-3/+423
2024-01-05Remove `hir::Guard`Matthew Jasper-2/+2
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-14/+28
2024-01-05Unbreak `tests/ui/lint/use_suggestion_json.rs`.Nicholas Nethercote-3/+423
2024-01-04Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwcoMatthias Krüger-40/+44
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-14/+28
2023-12-29Rollup merge of #119410 - est31:fix_if_guard_unused, r=NilstriebMatthias Krüger-2/+2
2023-12-29Rollup merge of #119388 - Enselic:prevent-lint-triplication, r=cjgillotMatthias Krüger-272/+10
2023-12-29Rename testest31-2/+2
2023-12-29Also walk bindings created by if-let guardsest31-0/+23
2023-12-28rustc_lint: Prevent triplication of 'unknown lint' lintMartin Nordholts-25/+1
2023-12-28rustc_lint: Prevent multiple 'incompatible with previous forbid' lintsMartin Nordholts-190/+6
2023-12-28rustc_lint: Prevent multiple 'lint ignored' lintsMartin Nordholts-57/+3
2023-12-26Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkovMichael Goulet-0/+4
2023-12-25Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillotbors-0/+15
2023-12-25Pass DeadItem and lint as consistent group in dead-code.Camille GILLOT-0/+4
2023-12-21Switch from using `//~ERROR` annotations with `--error-format` to `error-patt...Rajveer-40/+44
2023-12-15Stabilize `ptr::{from_ref, from_mut}`Maybe Waffle-73/+69
2023-12-14Recurse into let bindings if possible in ref casting lintUrgau-8/+35
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-0/+590
2023-12-06Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkinMatthias Krüger-0/+53
2023-12-06Add warn-by-default lint against ambiguous wide pointer comparisonsUrgau-0/+590
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+34
2023-11-30Enforce must_use on associated types and RPITITsMichael Goulet-0/+53
2023-11-29Change how `for (x in foo) {}` is handledEsteban Küber-13/+17
2023-11-29Bubble parse error when expecting `)`Esteban Küber-14/+2
2023-11-28Fix unused_parens when cast is followed LTyukang-0/+19
2023-11-24Show number in error message even for one errorNilstrieb-90/+90
2023-11-21lib features ending in '_internals?' are internalRalf Jung-0/+34
2023-11-21Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnaybors-13/+33
2023-11-18add test for pinned `must_use` pointersMax Niederman-0/+65
2023-10-30Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=NilstriebGuillaume Gomez-1/+89
2023-10-30Fix #117284, Fix unused variables lint issue for args in macroyukang-0/+46
2023-10-30Fix missing leading space in suggestionGurinder Singh-1/+89
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+1