about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-06-24Rollup merge of #142645 - Urgau:usage-non_upper_case_globals, r=fmeaseMatthias Krüger-0/+127
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-12/+12
2025-06-22Address review commentsUrgau-2/+12
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-13/+13
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-8/+99
2025-06-20coldJana Dönszelmann-12/+12
2025-06-18Emit the usages suggestions as tool-only suggestionsUrgau-25/+0
2025-06-18Auto merge of #138165 - jdonszelmann:inline, r=oli-obkbors-13/+13
2025-06-18Also emit suggestions for usages in the `non_upper_case_globals` lintUrgau-0/+142
2025-06-17make error codes reflect reality betterJana Dönszelmann-18/+18
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-18/+18
2025-06-18Dont suggest remove semi inside macro expansion for redundant semi lintxizheyin-1/+1
2025-06-17Add test suggest-remove-semi-in-macro-expansion-issue-142143.rsxizheyin-0/+29
2025-06-14Remove all support for wasm's legacy ABIbjorn3-171/+0
2025-06-14Marks ADT live if it appears in patternMu001999-8/+99
2025-06-13Rollup merge of #128425 - tgross35:missing-fragment-specifier-unconditional, ...Matthias Krüger-65/+35
2025-06-12Rollup merge of #134536 - Urgau:fn-ptr-option, r=compiler-errors,traviscrossMatthias Krüger-24/+88
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-65/+35
2025-06-12Report the `unpredictable_function_pointer_comparisons` lint in macroUrgau-24/+88
2025-06-12Rollup merge of #142219 - Kivooeo:tf11, r=wesleywiserMatthias Krüger-0/+64
2025-06-11cleaned up some testsKivooeo-0/+64
2025-06-09Always consider `const _` items as live for dead code analysisUrgau-0/+15
2025-06-07Rollup merge of #142148 - workingjubilee:dont-ice-on-force-warn, r=UrgauGuillaume Gomez-0/+41
2025-06-07Rollup merge of #141661 - Urgau:deny-dangerous_implicit_autorefs, r=traviscrossGuillaume Gomez-92/+98
2025-06-07Rollup merge of #140560 - Urgau:test_attr-module-level, r=GuillaumeGomezGuillaume Gomez-10/+70
2025-06-07compiler: Treat ForceWarning as a Warning for diagnostic levelJubilee Young-0/+41
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-246/+0
2025-06-05Auto merge of #142033 - matthiaskrgr:rollup-99lvg0j, r=matthiaskrgrbors-29/+29
2025-06-04Rollup merge of #141960 - ferrocene:lw/2015-paths2, r=compiler-errorsMatthias Krüger-29/+29
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-246/+0
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-19/+24
2025-06-04Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis...Matthias Krüger-208/+59
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-29/+29
2025-06-03Add missing 2015 edition directivesLukas Wirth-19/+24
2025-05-31Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxuMatthias Krüger-0/+19
2025-05-31cleaned up some testsKivooeo-0/+19
2025-05-30Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkovMatthias Krüger-0/+54
2025-05-30Rollup merge of #133823 - estebank:issue-56328, r=petrochenkovMatthias Krüger-8/+48
2025-05-29Remove `i128` and `u128` from `improper_ctypes_definitions`Trevor Gross-208/+59
2025-05-29Add test for issue 127911 and 128839Mu001999-0/+50
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-8/+48
2025-05-28Stabilise `repr128`beetrees-36/+34
2025-05-27Make the `dangerous_implicit_autorefs` lint deny-by-defaultUrgau-92/+98
2025-05-27Refactor the two-phase check for impls and impl itemsMu001999-0/+4
2025-05-27Rollup merge of #141536 - Urgau:ambi_wide_ptr-cmp-diag, r=fee1-deadMichael Goulet-25/+125
2025-05-27Rollup merge of #141550 - Urgau:unused_braces-attrs, r=chenyukang许杰友 Jieyou Xu (Joe)-0/+49
2025-05-25Fix `unused_braces` lint suggestion when encountering attributesUrgau-0/+49
2025-05-25Improve `ambiguous_wide_pointer_comparisons` lint compare diagnosticsUrgau-25/+125
2025-05-22Allow `#![doc(test(attr(..)))]` at every levelUrgau-10/+70
2025-05-22Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errorsMatthias Krüger-1/+7