about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+28
2021-12-27Tighten span when suggesting lifetime on pathMichael Goulet-3/+3
2021-12-19Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisaMatthias Krüger-0/+48
2021-12-18Rollup merge of #91818 - camelid:unused-result-type, r=jackh726Matthias Krüger-2/+2
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-15/+227
2021-12-17fix(rustc_lint): mark the parens around `(1..loop {})` as unusedMichael Howell-0/+40
2021-12-15fix(rustc_lint): better detect when parens are necessaryMichael Howell-0/+8
2021-12-13When `.await` is called on a non-`Future` expression, suggest removalEsteban Kuber-9/+9
2021-12-11Show the unused type for `unused_results` lintNoah Lev-2/+2
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+8
2021-12-05Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisaMatthias Krüger-1/+1
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-1/+1
2021-12-04Use multipart suggestions.Camille GILLOT-19/+110
2021-12-04Lint bare traits in AstConv.Camille GILLOT-7/+128
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-1/+1
2021-12-01Auto merge of #90446 - cjgillot:late-elided, r=jackh726bors-7/+15
2021-12-01Pretty print empty blocks as {}David Tolnay-1/+1
2021-11-30Lint elided lifetimes in path during lifetime resolution.Camille GILLOT-7/+15
2021-11-30Emit a warning on generic parameters with doc commentsJoshua Nelson-1/+12
2021-11-25Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebankMatthias Krüger-4/+4
2021-11-23Fix printing unit return ty, don't elaborate FnOnce unless we see itMichael Goulet-2/+2
2021-11-23Update test outputsMichael Goulet-4/+4
2021-11-23Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obkMatthias Krüger-1/+1
2021-11-22Split inline const to two feature gatesGary Guo-1/+1
2021-11-22Auto merge of #88681 - ehuss:duplicate-attributes, r=petrochenkovbors-0/+414
2021-11-18Check for duplicate attributes.Eric Huss-0/+414
2021-11-18Move some tests to more reasonable directoriesCaio-0/+8
2021-11-17Rollup merge of #89610 - guswynn:must_use_future, r=wesleywiserMatthias Krüger-0/+69
2021-11-16Update compiler/rustc_passes/src/check_attr.rsWesley Wiser-2/+2
2021-11-14Move some tests to more reasonable directoriesCaio-0/+50
2021-11-11Shorten Span of unused macro lintsMarcel Hellwig-48/+28
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-10/+91
2021-11-08warn on must_use use on async fn'sGus Wynn-0/+69
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-10/+91
2021-11-06Move some tests to more reasonable directoriesCaio-0/+180
2021-11-05Rollup merge of #90626 - rusticstuff:be-more-accepting, r=jyn514Matthias Krüger-0/+9
2021-11-05Properly register text_direction_codepoint_in_comment lint.Hans Kratz-0/+9
2021-11-03Clean up some `-Z unstable-options` in tests.Eric Huss-21/+19
2021-10-31Feature gate and make must_not_suspend allow-by-defaultGus Wynn-8/+101
2021-10-16Auto merge of #89860 - camsteffen:macro-semi, r=petrochenkovbors-5/+5
2021-10-15Bless testsCameron Steffen-5/+5
2021-10-15Add a test for `unsafe_code` lint.Charles Lew-0/+32
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+162
2021-10-04Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplettJubilee-0/+20
2021-10-04Rollup merge of #89500 - FabianWolff:issue-87308, r=petrochenkovJubilee-0/+26
2021-10-03Fix ICE with buffered lint referring to AST node deleted by everybody_loopsFabian Wolff-0/+26
2021-10-03Fix extra `non_snake_case` warning for shorthand field bindingsFabian Wolff-0/+20
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-13/+13
2021-10-03Auto merge of #84267 - dtolnay:ptrunit, r=nagisabors-45/+60
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+38