about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2024-09-06Also emit `missing_docs` lint with `--test` to fulfill expectationsUrgau-0/+13
2024-09-01Auto merge of #127313 - cjgillot:single-expect, r=jieyouxubors-67/+8
2024-08-31Rewrite lint_expectations in a single pass.Camille GILLOT-67/+8
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-0/+214
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-6/+6
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-0/+120
2024-08-23Rollup merge of #129408 - Urgau:macro-arg-drop_copy, r=compiler-errorsGuillaume Gomez-0/+45
2024-08-22Fix handling of macro arguments within the `dropping_copy_types lintUrgau-0/+45
2024-08-21Rollup merge of #129281 - Nadrieril:tweak-unreachable-lint-wording, r=estebankMatthias Krüger-1/+1
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-1/+1
2024-08-19Rollup merge of #129235 - GoldsteinE:check-may-dangle, r=compiler-errorsMatthias Krüger-4/+4
2024-08-18stabilize raw_ref_opRalf Jung-36/+34
2024-08-18Fix wording of misapplied `must_not_suspend` errorGoldstein-4/+4
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-38/+38
2024-08-09Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnrbors-14/+171
2024-08-08Normalize struct tail properly in disalignment checkMichael Goulet-14/+171
2024-08-08Only suggest `#[allow]` for `--warn` and `--deny` lint level flagsAlex Macleod-7/+0
2024-08-07unused_parens: do not lint against parens around &rawRalf Jung-32/+72
2024-08-06Add a special case for CStr/CString in the improper_ctypes lintFlying-Toast-0/+120
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-3/+2
2024-08-03Bless test falloutMichael Goulet-4/+8
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-119/+10
2024-08-03Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov"Michael Goulet-33/+0
2024-08-03Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-31/+0
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-135/+18
2024-08-03Revert "Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-65/+0
2024-08-03Revert "Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov"Michael Goulet-49/+0
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-19/+19
2024-08-01Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgrbors-28/+172
2024-08-01Rollup merge of #128449 - Urgau:tmp-allow-negative-lit-lint, r=compiler-errorsMatthias Krüger-12/+18
2024-07-31Temporarily switch `ambiguous_negative_literals` lint to allowUrgau-12/+18
2024-07-31Introduce REDUNDANT_IMPORTS lintMichael Goulet-28/+172
2024-07-29Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxuMatthias Krüger-8/+6
2024-07-29Stabilize offset_of_nestedGeorge Bateman-8/+6
2024-07-26Not lint pub structs without pub constructors if containing fields of unit, n...mu001999-0/+49
2024-07-26Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelixTrevor Gross-0/+65
2024-07-25Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errorsMatthias Krüger-0/+214
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-1/+1
2024-07-24Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`Trevor Gross-0/+15
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-3/+2
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-1/+1
2024-07-12Rollup merge of #127535 - spastorino:unsafe_code-unsafe_extern_blocks, r=oli-obkJubilee-0/+31
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-07-11Implement `ambiguous_negative_literals` lintUrgau-0/+214
2024-07-09Fire unsafe_code lint on unsafe extern blocksSantiago Pastorino-0/+31
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-0/+42
2024-07-07Fix unconditional recursion lint wrt tail callsMaybe Waffle-0/+42
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-18/+135
2024-07-04Improve dead code analysismu001999-18/+135
2024-06-30Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnrMatthias Krüger-36/+4