about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-08-12let-else: add a test for warnings on let-else with diverging tailCormac Relf-0/+33
2022-08-11Add missing visit_pat_field in early lint visitor.Eric Huss-6/+27
2022-08-11Make Node::ExprField a child of Node::Expr.Eric Huss-76/+76
2022-08-11Add visitors for PatField and ExprField.Eric Huss-1/+1
2022-08-11Honor lint level attributes in more places.Eric Huss-0/+1266
2022-08-11Check attributes on struct expression fields.Eric Huss-2/+8
2022-08-11Check attributes on pattern fields.Eric Huss-1/+13
2022-08-12Erase regions better in promote_candidateMichael Goulet-0/+25
2022-08-12Fix HIR pretty printing of let elseMichael Goulet-0/+28
2022-08-11Suggest path separator when a dot is used on a traitLeón Orell Valerian Liehr-37/+357
2022-08-11Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillotMatthias Krüger-2/+3
2022-08-11Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillotMatthias Krüger-2/+16
2022-08-11Rollup merge of #100398 - nnethercote:improve-Zhir-stats, r=michaelwoeristerDylan DPC-0/+192
2022-08-11Rollup merge of #100232 - cjgillot:no-desugar-methodcall, r=nagisaDylan DPC-0/+46
2022-08-11Rollup merge of #92744 - lambinoo:I-91161-non-exhaustive-foreign-variants, r=...Dylan DPC-7/+12
2022-08-11suggest const or static for global variablechenyukang-0/+14
2022-08-11Avoid lowering a `MacArgs::Eq` twice.Nicholas Nethercote-0/+14
2022-08-11Auto merge of #100315 - compiler-errors:norm-ct-in-proj, r=lcnrbors-0/+279
2022-08-11Add a second level to the AST size reporting.Nicholas Nethercote-2/+62
2022-08-11Add percentages to `-Zhir-stats` output.Nicholas Nethercote-70/+70
2022-08-11Change how `AssocItem` is reported.Nicholas Nethercote-4/+2
2022-08-11Improve AST stat collector.Nicholas Nethercote-5/+15
2022-08-11Add a test for `-Zhir-stats` output.Nicholas Nethercote-0/+124
2022-08-10Update error message to clarify that it's not the enum itself that's non_exha...Scott McMurray-1/+1
2022-08-10Check if extern crate enum has non exhaustive variant when castLamb-7/+12
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-0/+46
2022-08-10Ban indirect references to `Self` too.Camille GILLOT-0/+19
2022-08-10Generalize trait object generic param check to aliases.Camille GILLOT-53/+82
2022-08-10Rollup merge of #100359 - b-naber:valtrees-pretty-print-ice, r=lcnrMichael Goulet-0/+36
2022-08-10Rollup merge of #100349 - TaKO8Ki:remove-type-string-comparison, r=lcnrMichael Goulet-1/+68
2022-08-10add testb-naber-0/+36
2022-08-10Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgrbors-4/+106
2022-08-10Rollup merge of #100340 - spastorino:fix-100187, r=compiler-errorsMatthias Krüger-0/+12
2022-08-10Rollup merge of #100334 - TaKO8Ki:suggest-missing-semicolon-before-array, r=f...Matthias Krüger-0/+53
2022-08-10Rollup merge of #100069 - dpaoliello:linkordinal, r=michaelwoeristerMatthias Krüger-0/+41
2022-08-10Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahcMatthias Krüger-4/+0
2022-08-09Stringify non-shorthand visibility correctlyJacob Pratt-2/+3
2022-08-10Fall back when relating two opaques by substs in MIR typeckMichael Goulet-0/+65
2022-08-10remove a type string comparisonTakayuki Maeda-1/+68
2022-08-09Make the GATS self outlives error take into GATs in the inputsJack Huey-1/+25
2022-08-10Rollup merge of #100261 - luqmana:suggestions-overflow, r=lcnrMatthias Krüger-0/+43
2022-08-10Rollup merge of #100240 - cjgillot:noice-structural-match, r=davidtwcoMatthias Krüger-0/+41
2022-08-10Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwcoMatthias Krüger-0/+54
2022-08-10Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwcoMatthias Krüger-8/+65
2022-08-09Add regression test for issue 100187Santiago Pastorino-0/+12
2022-08-09Add error if link_ordinal used without raw-dylibDaniel Paoliello-0/+41
2022-08-10suggest a missing semicolon before an arrayTakayuki Maeda-0/+53
2022-08-09Auto merge of #99217 - lcnr:implied-bounds-pre-norm, r=lcnrbors-76/+178
2022-08-09compare with-flag to without-flagRalf Jung-19/+21
2022-08-09test implied bounds + nested proj obliglcnr-0/+42