summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
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
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-1/+1
2021-09-28ref/refmutGus Wynn-1/+1
2021-09-27Auto merge of #89214 - smoelius:register_tool, r=petrochenkovbors-0/+14
2021-09-27#[feature] not required for lint resultGus Wynn-5/+4
2021-09-27lock typesGus Wynn-0/+39
2021-09-26Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrumbors-6/+6
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-6/+6
2021-09-25Move malformed attribute code to a function and fix inner attribute suggestion.Eric Huss-1/+1
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-23Add known-tool-in-submodule testSamuel E. Moelius III-0/+14
2021-09-22Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoeristerthe8472-0/+8
2021-09-22Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obkbors-0/+417
2021-09-21Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0`Fabian Wolff-0/+8
2021-09-18deduplicationGus Wynn-59/+45
2021-09-18generic testGus Wynn-0/+52
2021-09-15factor into struct, and commentsGus Wynn-21/+49
2021-09-15Move some tests to more reasonable directoriesCaio-0/+69
2021-09-13error formatting and fix buildGus Wynn-26/+39
2021-09-11array comment + test for referencesGus Wynn-0/+71