summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-08-23Disable MIR SROA optimization by defaultWesley Wiser-212/+292
2023-08-17Monomorphize constants before inspecting themOli Scherer-1/+4
2023-08-17Permit pre-evaluated constants in simd_shuffleOli Scherer-0/+19
2023-08-17Upgrade std to gimli 0.28.0Josh Stone-1/+10
2023-08-12Auto merge of #114726 - DianQK:beta, r=cuviperbors-0/+27
2023-08-12[beta-1.72] Update LLVM to resolve a miscompilation found in 114312.DianQK-3/+3
2023-08-12[beta-1.72] Pre-commit test for issue 114312.DianQK-0/+27
2023-08-11fix proc-macro test added here to solely be exercised as a build product for ...Felix S. Klock II-0/+4
2023-08-11Update tests/ui/proc-macro/no-mangle-in-proc-macro-issue-111888.rsFelix S Klock II-1/+1
2023-08-11regression test for issue 111888.Felix S. Klock II-0/+29
2023-08-11lint/ctypes: only try normalizeDavid Wood-0/+12
2023-08-11lint/ctypes: allow `()` within typesDavid Wood-51/+72
2023-08-11lint: refactor `check_variant_for_ffi`David Wood-8/+4
2023-08-11lint/ctypes: stricter `()` return type checksDavid Wood-0/+80
2023-08-11Temporarily switch invalid_reference_casting lint to allow-by-defaultUrgau-22/+18
2023-08-11Rename cast_ref_to_mut lint to invalid_reference_castingUrgau-12/+12
2023-07-21allow opaques to be defined by trait queriesAli MJ Al-Nasrawy-0/+31
2023-07-08Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgrbors-243/+768
2023-07-08Rollup merge of #113482 - GuillaumeGomez:migrate-gui-test-color-20, r=notriddleMatthias Krüger-6/+6
2023-07-08Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c...Matthias Krüger-1/+497
2023-07-08Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillotMatthias Krüger-236/+265
2023-07-08Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgrbors-47/+87
2023-07-08Rollup merge of #113412 - spastorino:smir-types-1, r=oli-obkMatthias Krüger-0/+36
2023-07-08Rollup merge of #113399 - compiler-errors:next-solver-byte-pat-again, r=oli-obkMatthias Krüger-12/+1
2023-07-08Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnrMatthias Krüger-35/+49
2023-07-08Rollup merge of #113158 - davidtwco:unset-rustc-log-color-in-test, r=wesleywiserMatthias Krüger-0/+1
2023-07-08Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha...bors-70/+70
2023-07-08Migrate GUI colors test to original CSS color formatGuillaume Gomez-6/+6
2023-07-08Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errorsbors-0/+165
2023-07-07Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errorsMichael Goulet-0/+83
2023-07-07Rollup merge of #113453 - spastorino:new-rpitit-30, r=compiler-errorsMichael Goulet-0/+51
2023-07-07Don't ICE in resolve_bound_vars when associated return-type bounds are in bad...Michael Goulet-0/+31
2023-07-07Avoid calling report_forbidden_specialization for RPITITsSantiago Pastorino-0/+83
2023-07-07Add regression test for RPITITsSantiago Pastorino-0/+51
2023-07-07Add Float ty to SMIRSantiago Pastorino-2/+8
2023-07-07Add Uint ty to SMIRSantiago Pastorino-2/+6
2023-07-07Add Int ty to SMIRSantiago Pastorino-2/+6
2023-07-07Add Char ty to SMIRSantiago Pastorino-2/+6
2023-07-07Add rustc_ty_to_ty basic testsSantiago Pastorino-0/+18
2023-07-07Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`Nilstrieb-70/+70
2023-07-07Normalize opaques during codegen in new solverMichael Goulet-3/+45
2023-07-07Mark more hanging new-solver testsMichael Goulet-2/+4
2023-07-07Remove an AFIT test that isn't an AFIT testMichael Goulet-30/+0
2023-07-07Treat closures as part of their parentOli Scherer-16/+9
2023-07-07Fix one layer of closures not being able to constrain opaque typesOli Scherer-15/+1
2023-07-07Add regression testOli Scherer-0/+38
2023-07-07Remove normalization from `opaque_types_defined_by`Oli Scherer-17/+62
2023-07-07Require TAITs to be mentioned in the signatures of functions that register hi...Oli Scherer-147/+574
2023-07-06Rollup merge of #113421 - spastorino:new-rpitit-29, r=compiler-errorsMichael Goulet-0/+38
2023-07-06Rollup merge of #113419 - spastorino:new-rpitit-28, r=compiler-errorsMichael Goulet-0/+97