about summary refs log tree commit diff
path: root/tests/ui/lint
AgeCommit message (Expand)AuthorLines
2023-03-29add run-rustfixMu42-2/+10
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
2023-01-27Bless tests.Camille GILLOT-37/+62
2023-01-27Test the 3 generator handling versions for generator/async tests.Camille GILLOT-27/+391
2023-01-21Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat reportAaron Hill-0/+152
2023-01-20Change `bindings_with_variant_name` to deny-by-default--global-12/+12
2023-01-18Support `true` and `false` as boolean flag paramsNilstrieb-1/+1
2023-01-17Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnrDylan DPC-0/+159
2023-01-16comments feedbackyukang-3/+21
2023-01-15Fix regression in `unused_braces` with macrosclubby789-1/+21
2023-01-14add test case for issue 105601yukang-0/+104
2023-01-14fix #105061, Fix unused_parens issue for higher ranked function pointersyukang-0/+37
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-1/+1
2023-01-12Mark ZST as FFI-safe if all its fields are PhantomDataArthur Carcano-0/+22