about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-03-08Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnrbors-23/+17
2023-03-07Rollup merge of #108583 - compiler-errors:rpitit-default-method-with-nested-r...Matthias Krüger-0/+25
2023-03-07Auto merge of #108863 - JohnTitor:rollup-haydnsw, r=JohnTitorbors-0/+24
2023-03-07Rollup merge of #108731 - Ezrashaw:pin-suggestion-on-impl-future, r=petrochenkovYuki Okushi-0/+24
2023-03-07Auto merge of #108763 - scottmcm:indexing-nuw-lengths, r=cuviperbors-0/+27
2023-03-07Auto merge of #108691 - aliemjay:closure-subject, r=jackh726bors-16/+94
2023-03-06Rollup merge of #108812 - albertlarsan68:test-98444, r=NilstriebMatthias Krüger-0/+17
2023-03-06Rollup merge of #108807 - MU001999:lint/suspicious_auto_trait_impls, r=lcnrMatthias Krüger-5/+128
2023-03-06Rollup merge of #108803 - cjgillot:const-prop-normalize, r=oli-obkMatthias Krüger-1/+7
2023-03-06Rollup merge of #108790 - cjgillot:mono-cast, r=oli-obkMatthias Krüger-0/+15
2023-03-06Rollup merge of #108780 - Zeegomo:close-70919, r=WaffleLapkinMatthias Krüger-0/+63
2023-03-06Rollup merge of #107801 - davidtwco:stability-implies-const, r=NilstriebMatthias Krüger-0/+146
2023-03-06Add regression test for 98444Albert Larsan-0/+17
2023-03-06Bless the suspicious-negative-impls-lint.rsMu42-33/+3
2023-03-06Bless the remaining ui testsMu42-5/+55
2023-03-06Moves the negative impls into a separate test fileMu42-67/+115
2023-03-06emit the suspicious_auto_trait_impls for negative impls as wellMu42-12/+67
2023-03-06Do not ICE when failing to normalize in ConstProp.Camille GILLOT-1/+7
2023-03-05Use `nuw` when calculating slice lengths from `Range`sScott McMurray-0/+27
2023-03-05Add test.Camille GILLOT-0/+15
2023-03-05Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errorsMatthias Krüger-0/+18
2023-03-05Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errorsMatthias Krüger-0/+3
2023-03-05Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va...Matthias Krüger-0/+37
2023-03-05Rollup merge of #108244 - lukas-code:semicolon-recovery-span, r=cjgillotMatthias Krüger-0/+18
2023-03-05Use the correct bound vars in return type suggestion.Camille GILLOT-0/+18
2023-03-05Add regression tests for issue 70919Giacomo Pasini-0/+63
2023-03-05Rollup merge of #108744 - compiler-errors:non_lifetime_binders-bad-copy-clone...Matthias Krüger-0/+33
2023-03-05add test for https://github.com/rust-lang/rust/issues/108242Lukas Markeffsky-0/+18
2023-03-05fix the new unsoundnessAli MJ Al-Nasrawy-4/+18
2023-03-05oops! new unsoundnessAli MJ Al-Nasrawy-41/+21
2023-03-05drop_tracking_mir: diagnose recursive generator.Camille GILLOT-0/+3
2023-03-05Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillotbors-29/+19
2023-03-05feat: impl better help for `.poll()` not found on `impl Future`Ezra Shaw-0/+24
2023-03-04Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkinMatthias Krüger-0/+65
2023-03-04Don't project to RPITIT that has no default valueMichael Goulet-0/+37
2023-03-04Don't ICE when encountering bound var in builtin copy/clone boundsMichael Goulet-0/+33
2023-03-04Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillotDylan DPC-0/+13
2023-03-04tweak debug output and bless testsAli MJ Al-Nasrawy-16/+16
2023-03-04Properly colorize multi-part suggestions in the same lineEsteban Küber-0/+65
2023-03-03Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgrbors-28/+82
2023-03-03Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obkMatthias Krüger-28/+82
2023-03-03Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkovMatthias Krüger-4/+4
2023-03-03Rollup merge of #108667 - compiler-errors:issue-108664, r=estebankMatthias Krüger-0/+26
2023-03-03Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet...Matthias Krüger-0/+38
2023-03-03Desugars drop and replace at MIR buildGiacomo Pasini-29/+19
2023-03-03ignore bivariant regions in opaque typesAli MJ Al-Nasrawy-20/+2
2023-03-03smarter algorithm for finding an equal regionAli MJ Al-Nasrawy-14/+2
2023-03-03promote subject even if it has unnamed regionsAli MJ Al-Nasrawy-33/+4
2023-03-03add known-bug testsAli MJ Al-Nasrawy-0/+137
2023-03-03Match end user facing unmatched backticks in compiler/est31-4/+4