about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2023-04-13impl reviewer feedbackEzra Shaw-6/+22
2023-04-13dead-code-lint: de-dup multiple unused assoc fnsEzra Shaw-55/+40
2023-04-13refactor: emit "unused assoc fn" in lexical orderEzra Shaw-26/+80
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-2/+2
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-2/+2
2023-04-12Rollup merge of #110209 - JohnTitor:issue-59003, r=compiler-errorsMatthias Krüger-0/+18
2023-04-12Add regression test for #59003Yuki Okushi-0/+18
2023-04-11Broken testsMichael Goulet-0/+15
2023-04-04Do not suppress temporary_cstring_as_ptr in macros.Camille GILLOT-2/+25
2023-04-04Auto merge of #109599 - notriddle:notriddle/use-redundant-glob, r=petrochenkovbors-0/+121
2023-04-01diagnostics: account for glob shadowing when linting redundant importsMichael Howell-0/+121
2023-03-29add run-rustfixMu42-2/+10
2023-03-25tests: make directory for use redundant lintMichael Howell-0/+0
2023-03-25Emits suggestions for expressions with parentheses or not separatelyMu001999-11/+15
2023-03-24Use independent suggestionsMu42-3/+11
2023-03-24Suggest ..= when someone tries to create an overflowing rangeMu42-0/+15
2023-03-22Update anonymous-reexport UI testGuillaume Gomez-39/+26
2023-03-20fix ClashingExternDeclarations lint ICEDaniPopes-13/+38
2023-03-19Rollup merge of #109003 - GuillaumeGomez:useless-anonymous-reexport-lint, r=c...Dylan DPC-0/+76
2023-03-16Rollup merge of #109158 - Ezrashaw:expand-sugg-for-unused-lint, r=NilstriebMatthias Krüger-0/+112
2023-03-15error-msg: expand suggestion for unused lintEzra Shaw-0/+112
2023-03-15Fix #109152, fix the scenario that we may can not get span of funcyukang-0/+30
2023-03-12Update failing ui testsGuillaume Gomez-1/+41
2023-03-12Add test for useless_anonymous_reexport lintGuillaume Gomez-0/+36
2023-03-11Rollup merge of #104363 - WaffleLapkin:bonk_box_new, r=NilstriebMatthias Krüger-0/+27
2023-03-06Add regression test for 98444Albert Larsan-0/+17
2023-03-03Remove `feature(box_syntax)` from unused allocation list testMaybe Waffle-4/+4
2023-03-03Add a test for `unused_allocation` lintMaybe Waffle-0/+27
2023-03-01Rollup merge of #108297 - chenyukang:yukang/delim-error-exit, r=petrochenkovMatthias Krüger-68/+4
2023-02-28remove duplicated diagnostic for unclosed delimiteryukang-42/+2
2023-02-28Exit when there are unmatched delims to avoid noisy diagnosticsyukang-32/+8
2023-02-23Add ui test for `E0271` errorObei Sideg-0/+24
2023-02-23Add ui test for `map_unit_fn` lint in closure caseObei Sideg-1/+51
2023-02-23Add ui test for `map_unit_fn` lintObei Sideg-0/+36
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-217/+231
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-217/+231
2023-02-22Lint dead code in closuresclubby789-0/+36
2023-02-21Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726Dylan DPC-32/+8
2023-02-19Auto merge of #108128 - clubby789:builtin-derived-attr, r=jackh726bors-24/+36
2023-02-18lint: don't suggest assume_init for uninhabited typesy21-32/+8
2023-02-17Don't eagerly convert principal to stringclubby789-0/+15
2023-02-16Properly check for builtin derivesclubby789-24/+36
2023-02-14Don't ICE in might_permit_raw_init if reference is polymorphicMichael Goulet-0/+8
2023-02-10Rollup merge of #107043 - Nilstrieb:true-and-false-is-false, r=wesleywiserMatthias Krüger-1/+1
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-0/+94
2023-02-03Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnrDylan DPC-0/+41
2023-02-04Fix #103320, add explanatory message for [#must_use]yukang-0/+94
2023-02-02Emit warnings on unused parens/braces in index expressionsAidan Olsen-0/+41
2023-01-31make unaligned_reference a hard errorRalf Jung-251/+21
2023-01-30Modify primary span label for E0308Esteban Küber-1/+1