summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-12-24Auto merge of #134513 - fudancoder:master, r=jieyouxubors-2/+2
2024-12-24Fix some typosfudancoder-2/+2
2024-12-23Always run tail_expr_drop_order lint on promoted MIRMichael Goulet-3/+30
2024-12-21Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errorsMatthias Krüger-0/+30
2024-12-20Also lint on option of function pointer comparisonsUrgau-0/+30
2024-12-18Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errorsJacob Pratt-2/+2
2024-12-18Point at lint name instead of whole attr for gated lintsEsteban Küber-2/+2
2024-12-15Fix trimmed_def_paths ICE in the function ptr comparison lintUrgau-0/+16
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-7/+0
2024-12-13Stabilize async closuresMichael Goulet-51/+48
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-1/+0
2024-12-12Tweak multispan renderingEsteban Küber-6/+0
2024-12-09Add regression test for #134060许杰友 Jieyou Xu (Joe)-0/+27
2024-12-09Revert #131669 due to ICEs许杰友 Jieyou Xu (Joe)-123/+114
2024-12-06lint ImproperCTypes: message tweaks and refactoring from code reviewniacdoial-21/+21
2024-12-06lint ImproperCTypes: confirm that Box<FfiSafeType> and Option<Box<FfiSafeType...niacdoial-62/+26
2024-12-06lint: fix ImproperCTypes edge case for unsized structs due to foreign typesniacdoial-30/+54
2024-12-06lint: rework some ImproperCTypes messages (especially around indirections to ...niacdoial-44/+65
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-0/+345
2024-12-02Rollup merge of #133535 - RalfJung:forbidden_lint_groups-future-compat, r=dav...Guillaume Gomez-0/+878
2024-12-02Add warn-by-default lint against unpredictable fn pointer comparisonsUrgau-0/+345
2024-12-01Fixed typos by changing `happend` to `happened`HomelikeBrick42-12/+12
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-25/+24
2024-11-28Auto merge of #133540 - ehuss:compiletest-proc-macro, r=jieyouxubors-17/+4
2024-11-28Rollup merge of #133534 - RalfJung:cli-lint-flags, r=NadrierilGuillaume Gomez-7/+88
2024-11-27extend group-forbid-always-trumps-cli testRalf Jung-7/+88
2024-11-27Update tests to use new proc-macro headerEric Huss-17/+4
2024-11-27show forbidden_lint_groups in future-compat reportsRalf Jung-0/+878
2024-11-26Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQKMichael Goulet-8/+0
2024-11-26Remove -Zfuel.Camille GILLOT-8/+0
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-8/+1
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-17/+44
2024-11-17Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2024-11-16Reword suggestion messageEsteban Küber-1/+1
2024-11-14Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac...surechen-43/+174
2024-11-12For expr `return (_ = 42);` unused_paren lint should not be triggeredsurechen-0/+9
2024-11-11Update dangling pointer testsgavincrawford-17/+44
2024-11-10Rollup merge of #132426 - Urgau:unreach_pub-super, r=petrochenkovMatthias Krüger-15/+287
2024-11-04Prefer `pub(super)` in `unreachable_pub` lint suggestionUrgau-15/+287
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-138/+138
2024-11-02Auto merge of #132147 - estebank:long-types-2, r=davidtwcobors-0/+3
2024-11-02Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxuMatthias Krüger-0/+64
2024-11-02Point at tail expression on rpit E0277Esteban Küber-0/+3
2024-11-02Rollup merge of #132439 - tgross35:f16-f128-nan-lint, r=jieyouxuGuillaume Gomez-29/+295
2024-11-01Also treat `impl` definition parent as transparent regarding modulesUrgau-0/+64
2024-10-31Add `f16` and `f128` to `invalid_nan_comparison`Trevor Gross-29/+295
2024-10-31Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errorsJubilee-6/+3
2024-10-31Update tests.Mara Bos-6/+3
2024-10-30Auto merge of #130860 - tmandry:fix-directives, r=jieyouxubors-16/+23