about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
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
2021-09-11skip the uninhabitated check and commentsGus Wynn-9/+27
2021-09-11must_not_suspend implGus Wynn-0/+249
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-74/+448
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-31/+5
2021-09-04Fix #88256, remove duplicated diagnosticyukang-31/+5
2021-08-31fix(rustc_lint): better detect when parens are necessaryMichael Howell-0/+94
2021-08-28Update testsinquisitivecrystal-4/+38
2021-08-24Update testsinquisitivecrystal-18/+14
2021-08-24Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiserbors-179/+11
2021-08-24Auto merge of #85556 - FabianWolff:issue-85071, r=estebank,jackh726bors-0/+109
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-179/+11
2021-08-21Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakisbors-11/+128
2021-08-18Rollup merge of #88036 - nbdd0121:const3, r=petrochenkovGuillaume Gomez-0/+45
2021-08-18Error when warnings lint group is used with force-warnRyan Levick-0/+14
2021-08-18Improve force-warn testsRyan Levick-11/+114
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-0/+1346
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-0/+1346
2021-08-15Add a dead code test for using anon const in patternGary Guo-0/+45
2021-08-13Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkovbors-16/+79
2021-08-12Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylevGuillaume Gomez-10/+10
2021-08-12Adjust `#[no_mangle]`-related checks and lints for `impl` itemshyd-dev-16/+79
2021-08-11Modify structured suggestion outputEsteban Küber-44/+45