about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2025-01-29Add regression test showing we don't realize some consts are usedOli Scherer-7/+9
2025-01-26implement lint `double_negations`Kalle Wachsmuth-5/+71
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-0/+37
2025-01-23Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali...Matthias Krüger-11/+12
2025-01-22Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=UrgauMatthias Krüger-0/+80
2025-01-22[AIX] Lint on structs that have a different alignment in AIX's C ABIAmy Kwan-11/+12
2025-01-22Auto merge of #134478 - compiler-errors:attr-span, r=oli-obkbors-1/+1
2025-01-22Update lint tests with new dangling pointers messageAnthony Eid-0/+80
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-16/+5
2025-01-21remove support for the #[start] attributeRalf Jung-16/+5
2025-01-20warn on unused linker_messages warning attributesjyn-0/+37
2025-01-16Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny...Matthias Krüger-8/+71
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-4/+4
2025-01-12Suggest the smallest fitting type insteadspore-2/+2
2025-01-12Add comment on case to mark the original issuespore-2/+2
2025-01-09Update a bunch of library types for MCP807Scott McMurray-5/+5
2025-01-08Add test cases and test for `HELP`spore-7/+70
2025-01-07Update tests.Mara Bos-4/+4
2025-01-06Improve find_self_call with reborrowed receiverMichael Goulet-1/+6
2025-01-03turn rustc_box into an intrinsicRalf Jung-13/+5
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-21Properly record metavar spans for other expansions other than TTMichael Goulet-1/+1
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