about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-31639/+0
2022-12-28Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errorsfee1-dead-1/+1
2022-12-27Rollup merge of #105515 - estebank:issue-104141, r=oli-obkMatthias Krüger-0/+6
2022-12-22Rollup merge of #105837 - compiler-errors:issue-105728, r=estebankMatthias Krüger-0/+21
2022-12-17Don't ICE in check_must_not_suspend_ty for mismatched tuple arityMichael Goulet-0/+21
2022-12-17Try to fix ICEmejrs-11/+11
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-6/+0
2022-12-10Rollup merge of #105505 - WaffleLapkin:yeet_unused_parens_lint, r=fee1-deadMatthias Krüger-20/+34
2022-12-09Account for macros in const genericsEsteban Küber-0/+6
2022-12-09Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiserMatthias Krüger-0/+35
2022-12-09Don't warn about unused parens when they are used by yeet exprMaybe Waffle-20/+34
2022-12-06Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiserMatthias Krüger-0/+49
2022-12-02Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillotbors-70/+8
2022-12-02return when expr has errorTakayuki Maeda-0/+49
2022-12-02Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8KiMatthias Krüger-12/+3
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-70/+8
2022-11-29Make `missing_copy_implementations` more cautiousmejrs-0/+35
2022-11-28Change multiline span ASCII art visual orderEsteban Küber-3/+3
2022-11-25Use "must be init" instead of "must not be uninit" everywhereOli Scherer-11/+11
2022-11-25Add a `because` to errors derived from fieldsOli Scherer-12/+12
2022-11-25Don't show fields from other cratesOli Scherer-34/+4
2022-11-25Reinstate the previous compact form of "in this field" errorsOli Scherer-42/+21
2022-11-25Compute layout instead of manually procesisng the layout restriction attributesOli Scherer-0/+63
2022-11-25Print a trace through types to show how to get to the problematic typeOli Scherer-13/+36
2022-11-23lint: do not warn unused parens around higher-ranked function pointersMichael Howell-0/+18
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-12/+3
2022-11-19Refactor `must_use` lint into two partsNilstrieb-33/+56
2022-11-17Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebankMatthias Krüger-0/+38
2022-11-15Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ...Matthias Krüger-0/+56
2022-11-15return when expr has errorsTakayuki Maeda-0/+38
2022-11-15Normalize types before looking for opaquesMichael Goulet-0/+56
2022-11-14Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwcoMatthias Krüger-12/+12
2022-11-11Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearthbors-0/+97
2022-11-11Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e...Manish Goregaokar-0/+97
2022-11-10Fix tests after rebaseEsteban Küber-2/+2
2022-11-10review commentsEsteban Küber-4/+4
2022-11-10Consider `#[must_use]` annotation on `async fn` as also affecting the `Future...Esteban Küber-30/+78
2022-11-10Tweak span for `#[must_use]`Esteban Küber-39/+39
2022-11-10Don't print full paths in overlap errorsMichael Goulet-12/+12
2022-11-05Fix unused_must_use warning for Box::from_rawAnett Seeker-1/+1
2022-11-04Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwcoMatthias Krüger-4/+4
2022-10-31Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisaDylan DPC-0/+45
2022-10-29Run rustfix test for 103317 caseKitsu-3/+18
2022-10-29Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obkMatthias Krüger-2/+2
2022-10-24fix parentheses surrounding spacing issue in parseryukang-5/+27
2022-10-24Port `dead_code` lints to be translatable.Charles Lew-4/+4
2022-10-24fix #103435, unused lint won't produce invalid codeyukang-0/+75
2022-10-23Fix wrapped valid-range handling in ty_find_init_errorJosh Triplett-51/+69
2022-10-22Note scope of TAIT more accuratelyMichael Goulet-2/+2
2022-10-22Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726Matthias Krüger-0/+42