about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-11-15return when expr has errorsTakayuki Maeda-0/+38
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-0/+68
2022-11-15shift no characters when using raw string literalsTakayuki Maeda-0/+29
2022-11-15Normalize types before looking for opaquesMichael Goulet-0/+56
2022-11-15Use `needs-unwind` instead of ignoring WASM/emscriptenBryan Garza-5/+3
2022-11-15move testcase for tidyyukang-0/+0
2022-11-15fix #104088, Slightly improve error message for invalid identifieryukang-0/+55
2022-11-15move testcase for tidyyukang-0/+0
2022-11-15fix #103381, Detect incorrect chaining of if and if let conditionsyukang-0/+168
2022-11-15Rollup merge of #104422 - compiler-errors:fix-suggest_associated_call_syntax,...Matthias Krüger-0/+68
2022-11-14respect visibility & stability of inherent associated typesLeón Orell Valerian Liehr-1/+76
2022-11-14Update src/test/ui/proc-macro/expand-expr.rsclubby789-2/+2
2022-11-14Add regression testMichael Goulet-0/+19
2022-11-14Do autoderef to match impl against rcvrMichael Goulet-0/+49
2022-11-14Show a note where a macro failed to matchNilstrieb-0/+279
2022-11-14Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726Matthias Krüger-110/+17
2022-11-14Rollup merge of #104294 - compiler-errors:inline-ct-err-in-mir-build, r=david...Matthias Krüger-0/+21
2022-11-14Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwcoMatthias Krüger-75/+75
2022-11-14Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebankMatthias Krüger-0/+142
2022-11-14Fix test/ui/issues/issue-30490.rsAyush Singh-1/+1
2022-11-14Fix using `include_bytes` in pattern positionclubby789-1/+7
2022-11-13Rollup merge of #104266 - compiler-errors:issue-102430, r=Mark-SimulacrumManish Goregaokar-0/+32
2022-11-13Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-SimulacrumManish Goregaokar-0/+342
2022-11-13Add a few known-bug testsJack Huey-0/+342
2022-11-13Make rustc build with new chalkMichael Goulet-110/+17
2022-11-13Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillotMatthias Krüger-0/+12
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-5/+5
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-16/+16
2022-11-13Ensure codegen_fn_attrs during collection.Camille GILLOT-116/+94
2022-11-13Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitorbors-1/+29
2022-11-13Create bidirectional bounds between original and duplicated parameters.Camille GILLOT-4/+1
2022-11-13move span to `self` instead of `crate`SparkyPotato-0/+12
2022-11-13Rollup merge of #104345 - fmease:fix-up-a-fluent-message, r=compiler-errorsYuki Okushi-1/+29
2022-11-13Rollup merge of #104318 - c410-f3r:moar-errors, r=petrochenkovYuki Okushi-0/+0
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-18/+18
2022-11-13fix up a fluent messageLeón Orell Valerian Liehr-1/+29
2022-11-12Auto merge of #104325 - GuillaumeGomez:rollup-19bzwoa, r=GuillaumeGomezbors-80/+232
2022-11-12Rollup merge of #104261 - compiler-errors:formal-and-expected-differ, r=estebankGuillaume Gomez-0/+55
2022-11-12Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-deadGuillaume Gomez-0/+65
2022-11-12Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726Guillaume Gomez-80/+80
2022-11-12Rollup merge of #104110 - krasimirgg:msan-16, r=nagisaGuillaume Gomez-0/+32
2022-11-12Partially revert 74d53abJannis Christopher Köhl-4/+4
2022-11-12Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkovbors-8/+13
2022-11-12Require -Zmir-opt-level >= 3 for nowJannis Christopher Köhl-21/+7
2022-11-12Move testsCaio-0/+0
2022-11-12Auto merge of #102701 - flba-eb:add_qnx_nostd_support, r=cjgillotbors-1/+1
2022-11-12Add test for projections in async-in-trait.Camille GILLOT-59/+2
2022-11-12Make impl_trait_projections a feature gate.Camille GILLOT-8/+202
2022-11-12Bless ui tests.Camille GILLOT-10/+27
2022-11-12Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPCbors-22/+222