summaryrefslogtreecommitdiff
path: root/tests/ui
Commit message (Expand)AuthorAgeFilesLines
* add testb-naber2023-05-101-0/+92
* Rollup merge of #110866 - compiler-errors:test, r=jyn514Matthias Krüger2023-04-272-5/+5
|\
| * Make method-not-found-generic-arg-elision.rs error message not path dependentMichael Goulet2023-04-262-5/+5
* | Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errorsMatthias Krüger2023-04-272-2/+2
|\ \
| * | Migrate `rustc_passes` to translatable diagnosticsclubby7892023-04-262-2/+2
* | | Rollup merge of #110804 - cuishuang:master, r=jyn514Matthias Krüger2023-04-271-1/+1
|\ \ \
| * | | Remove repeated definite articlescui fliter2023-04-271-1/+1
| |/ /
* | | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors2023-04-265-12/+10
|\ \ \
| * | | Update tests.Mara Bos2023-04-265-12/+10
| | |/ | |/|
* | | Rollup merge of #110825 - notriddle:notriddle/issue-70082, r=compiler-errorsMatthias Krüger2023-04-262-0/+27
|\ \ \
| * | | diagnostics: add test case for already-solved issueMichael Howell2023-04-252-0/+27
* | | | Rollup merge of #110550 - compiler-errors:deref-on-binop-rhs, r=wesleywiserMatthias Krüger2023-04-262-1/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | Suggest deref on comparison binop RHS even if type is not CopyMichael Goulet2023-04-192-1/+23
* | | | Rollup merge of #110817 - fmease:fix-109759, r=compiler-errorsjyn2023-04-262-0/+51
|\ \ \ \
| * | | | Add regression tests for const-generic IATsLeón Orell Valerian Liehr2023-04-252-0/+51
| | |/ / | |/| |
* | | | Rollup merge of #109379 - flba-eb:108596_fixtest_sigpipe, r=jyn514jyn2023-04-261-3/+7
|\ \ \ \
| * | | | Replace `yes` command by `while-echo`Florian Bartels2023-03-201-3/+7
* | | | | Auto merge of #110811 - compiler-errors:vars-are-question-mark, r=WaffleLapkinbors2023-04-2539-229/+229
|\ \ \ \ \
| * | | | | vars are ?Michael Goulet2023-04-2539-229/+229
| | |/ / / | |/| | |
* | | | | Rollup merge of #110671 - compiler-errors:polarity, r=lcnrMatthias Krüger2023-04-252-0/+52
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Negative coherence testMichael Goulet2023-04-252-0/+52
* | | | | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwcobors2023-04-252-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Migrate `rustc_hir_analysis` to session diagnosticObei Sideg2023-04-212-1/+3
* | | | | Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger2023-04-2511-2/+285
* | | | | Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger2023-04-251-1/+1
* | | | | Rollup merge of #110590 - oli-obk:object_safe_assoc_types, r=jackh726Yuki Okushi2023-04-2510-0/+141
|\ \ \ \ \
| * | | | | Add some tests around (lack of) object safety of associated types and constsOli Scherer2023-04-2010-0/+141
* | | | | | Rollup merge of #110480 - whtahy:105107/known-bug-tests-for-unsound-issues, r...Yuki Okushi2023-04-2511-0/+348
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | add known-bug test for unsound issue 104005whtahy2023-04-221-0/+37
| * | | | | add known-bug test for unsound issue 100051whtahy2023-04-221-0/+31
| * | | | | add known-bug test for unsound issue 100041whtahy2023-04-221-0/+19
| * | | | | add known-bug test for unsound issue 98117whtahy2023-04-221-0/+23
| * | | | | add known-bug test for unsound issue 85099whtahy2023-04-221-0/+68
| * | | | | add known-bug test for unsound issue 84591whtahy2023-04-221-0/+39
| * | | | | add known-bug test for unsound issue 84533whtahy2023-04-221-0/+37
| * | | | | add known-bug test for unsound issue 84366whtahy2023-04-221-0/+15
| * | | | | add known-bug test for unsound issue 57893whtahy2023-04-221-0/+25
| * | | | | add known-bug test for unsound issue 49206whtahy2023-04-221-0/+38
| * | | | | add known-bug test for unsound issue 25860whtahy2023-04-221-0/+16
* | | | | | Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box...Matthias Krüger2023-04-242-0/+33
|\ \ \ \ \ \
| * | | | | | Don't create projection ty for const projectionMichael Goulet2023-04-232-0/+33
* | | | | | | Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726Matthias Krüger2023-04-242-0/+26
|\ \ \ \ \ \ \
| * | | | | | | Suggest using integration tests for proc-macrosclubby7892023-04-172-0/+26
* | | | | | | | Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obkMatthias Krüger2023-04-232-0/+26
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Don't infer fn return type to return itselfMichael Goulet2023-04-222-0/+26
* | | | | | | | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors2023-04-2316-314/+303
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer2023-04-2113-299/+300
| * | | | | | | Leave it to the query system to invoke the typeck query instead of invoking i...Oli Scherer2023-04-213-15/+3
* | | | | | | | Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjaybors2023-04-222-0/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Clone region var origins instead of taking in borrowckMichael Goulet2023-04-212-0/+23