about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-25Auto merge of #116078 - eduardosm:closure-inherit-target-feature, r=Mark-Simu...bors-0/+58
2023-09-24Added additional visit steps to visit_generic_param() in order to avoid ICE o...Lenko Donchev-0/+38
2023-09-24Auto merge of #116117 - cjgillot:drop-tracking-mir-noscope, r=compiler-errorsbors-15/+15
2023-09-24ConstParamTy: require EqRalf Jung-3/+34
2023-09-24Add a test for printing literals via `proc-macro`Maybe Waffle-0/+149
2023-09-24Auto merge of #116120 - GuillaumeGomez:regression-102467, r=compiler-errorsbors-0/+24
2023-09-24Add assembly test to make sure that inlining works as expected when closures ...Eduardo Sánchez Muñoz-0/+58
2023-09-24work towards rejecting consts in patterns that do not implement PartialEqRalf Jung-2/+50
2023-09-24Add regression test for #102467Guillaume Gomez-0/+24
2023-09-24Remove span from BrAnon.Camille GILLOT-15/+15
2023-09-24Do not clone valtree and slice constants.Camille GILLOT-0/+574
2023-09-24Embed simplification into VnState.Camille GILLOT-24/+24
2023-09-24Do not check copiability.Camille GILLOT-18/+20
2023-09-24Add global value numbering pass.Camille GILLOT-23/+6040
2023-09-24Auto merge of #115794 - cjgillot:aggregate-no-box, r=davidtwcobors-0/+953
2023-09-24Try to use approximate placeholder regions when outputting an AscribeUserType...Jack Huey-0/+26
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-8/+8
2023-09-24Only check for successful vectorization on wider_reduce_into_iterDianQK-3/+1
2023-09-24Auto merge of #116112 - matthiaskrgr:rollup-s3cm2f7, r=matthiaskrgrbors-22/+103
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-8/+8
2023-09-24Rollup merge of #116106 - GuillaumeGomez:migrate-gui-test-color-42, r=notriddleMatthias Krüger-1/+1
2023-09-24Rollup merge of #116086 - estebank:issue-115992, r=compiler-errorsMatthias Krüger-11/+92
2023-09-24Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebankMatthias Krüger-3/+3
2023-09-24Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naberMatthias Krüger-7/+7
2023-09-23Auto merge of #112711 - Emilgardis:lit_byte_char, r=dtolnaybors-0/+27
2023-09-23implement Literal::byte_characterEmil Gardström-0/+27
2023-09-23Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obkbors-5378/+514
2023-09-23Migrate GUI colors test to original CSS color formatGuillaume Gomez-1/+1
2023-09-23Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrumbors-0/+17
2023-09-23Make test more robust to opts.Camille GILLOT-6/+4
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-24/+17
2023-09-23Bless mir-optCamille GILLOT-61/+90
2023-09-23Bless tests.Camille GILLOT-918/+486
2023-09-23Revert duplication of tests.Camille GILLOT-4891/+439
2023-09-23Add regression test for issue #79865Eduardo Sánchez Muñoz-0/+38
2023-09-23Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillotbors-0/+217
2023-09-23Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillotbors-0/+12
2023-09-23Auto merge of #116071 - estebank:issue-115905, r=compiler-errorsbors-1/+24
2023-09-22diagnostics: simpler 83556 handling by bailing outMichael Howell-12/+1
2023-09-23Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkinbors-2/+2
2023-09-23Check types live across yields in generators tooMichael Goulet-0/+183
2023-09-23Check that closure's by-value captures are sizedMichael Goulet-0/+34
2023-09-23Add testEsteban Küber-0/+36
2023-09-23Tweak wording and logicEsteban Küber-10/+10
2023-09-23When encountering method on `Self` that we can't suggest, mention itEsteban Küber-0/+3
2023-09-23More accurate suggestion for `self.` and `Self::`Esteban Küber-3/+45
2023-09-23Tweak expected message to explain what it's actually signifyingMichael Goulet-3/+3
2023-09-22test(const_eval): add test cases for #114994Evan Merlock-0/+53
2023-09-23Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obkbors-11/+16
2023-09-22Point at cause of expectation of `break` value when possibleEsteban Küber-1/+24