summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
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
2024-10-29Fix directives for lint-non-snake-case-crateTyler Mandry-16/+23
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-31/+823
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-31/+823
2024-10-28Known-bug test for `keyword_idents` lint not propagating to other filesZalathar-0/+24
2024-10-24Rollup merge of #129248 - compiler-errors:raw-ref-deref, r=nnethercoteMatthias Krüger-15/+3
2024-10-23Don't allow test revisions that conflict with built in cfgsclubby789-2/+2
2024-10-21Rollup merge of #131999 - jieyouxu:unit-bindings, r=WaffleLapkinMatthias Krüger-0/+100
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-2/+2
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-2/+2
2024-10-21unit_bindings: improve test coverage许杰友 Jieyou Xu (Joe)-0/+100
2024-10-21Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf...bors-30/+29
2024-10-20Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkinbors-22/+22
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-29/+255
2024-10-20Stop relying on hashmap iteration for unused macro rules armsNoratrieb-22/+22
2024-10-19compiler: Fully stabilize `result_ffi_guarantees`Jubilee Young-30/+29
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-1/+1
2024-10-18Expand test coverage for deny-inside-forbid interactions许杰友 Jieyou Xu (Joe)-12/+188
2024-10-18Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warningNoratrieb-29/+79
2024-10-16Stop inverting expectation in normalization errorsMichael Goulet-1/+1
2024-10-16Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwindCharles Celerier-12/+16
2024-10-13Also use outermost const-anon for impl items in `non_local_defs` lintUrgau-0/+20
2024-10-11Rollup merge of #131565 - Urgau:non_local_def-rm-deprecate, r=compiler-errorsTrevor Gross-45/+0
2024-10-11Rollup merge of #131546 - surechen:fix_129833, r=jieyouxuTrevor Gross-0/+61
2024-10-12Make unused_parens's suggestion considering expr's attributessurechen-0/+61
2024-10-11Remove deprecation note in the `non_local_definitions` warningUrgau-45/+0
2024-10-11Consider outermost const-anon in non_local_def lintUrgau-3/+89
2024-10-06Don't emit null pointer lint for raw ref of null derefMichael Goulet-15/+3
2024-10-05Compute array length from type for unconditional panic.Camille GILLOT-0/+18
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-0/+5
2024-10-01Auto merge of #126839 - obeis:mpmc, r=Amanieubors-1/+24
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk-1/+1
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-1/+24