about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-06-02Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errorsbors-142/+416
2023-06-01Rollup merge of #112193 - clubby789:offset-of-tuple-sized, r=est31Michael Goulet-6/+65
2023-06-01Rollup merge of #111914 - rcvalle:rust-cfi-fix-111184, r=compiler-errorsMichael Goulet-0/+17
2023-06-01Rollup merge of #111670 - compiler-errors:const-param-ty, r=BoxyUwUMichael Goulet-136/+334
2023-06-02Auto merge of #111677 - fee1-dead-contrib:rustc_const_eval-translatable, r=ol...bors-96/+104
2023-06-02Auto merge of #111553 - cjgillot:mir-e2e, r=scottmcmbors-1082/+1762
2023-06-02Test invalid tuple field identifiersclubby789-0/+47
2023-06-02Check tuple elements are `Sized` in `offset_of`clubby789-6/+18
2023-06-01CFI: Fix cfi with async: transform_ty: unexpected GeneratorWitness(BindeRamon de C Valle-0/+17
2023-06-01Rebase fallout.Camille GILLOT-272/+334
2023-06-01Remove brittle test.Camille GILLOT-46/+0
2023-06-01Restrict test to x64.Camille GILLOT-3/+4
2023-06-01Annotate needs-unwind.Camille GILLOT-17/+19
2023-06-01Remove duplication.Camille GILLOT-1406/+541
2023-06-01Remove spurious comments.Camille GILLOT-3/+0
2023-06-01Add chained comparison e2e test.Camille GILLOT-0/+400
2023-06-01Add e2e mir test for checked arithmetic.Camille GILLOT-0/+285
2023-06-01Add loop tests.Camille GILLOT-0/+1585
2023-06-01Make slice_filter a pre-codegen test.Camille GILLOT-1082/+341
2023-06-01Rollup merge of #112147 - zirconium-n:issue-110934, r=compiler-errorsMatthias Krüger-0/+11
2023-06-01Rollup merge of #112133 - GuillaumeGomez:migrate-gui-test-color-10, r=notriddleMatthias Krüger-3/+3
2023-06-01Implement custom diagnostic for ConstParamTyMichael Goulet-133/+316
2023-06-01Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait tooMichael Goulet-3/+18
2023-06-01Auto merge of #112040 - cjgillot:separate-const-switch, r=oli-obkbors-67/+32
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-96/+104
2023-06-01Auto merge of #112002 - saethlin:enable-sroa, r=oli-obk,scottmcmbors-337/+268
2023-06-01Auto merge of #112164 - Dylan-DPC:rollup-93zj7jw, r=Dylan-DPCbors-139/+269
2023-06-01Rollup merge of #112024 - compiler-errors:dont-break-thru-item, r=WaffleLapkinDylan DPC-0/+110
2023-06-01Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnrDylan DPC-132/+31
2023-06-01Rollup merge of #111892 - notriddle:notriddle/timeout-tooltip, r=me,Guillaume...Dylan DPC-2/+19
2023-06-01Rollup merge of #111318 - scottmcm:operand-value-poison, r=compiler-errorsDylan DPC-4/+71
2023-06-01Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeG...Dylan DPC-1/+38
2023-06-01Auto merge of #103877 - oli-obk:const_eval_step_limit, r=fee1-deadbors-187/+177
2023-05-31Add a distinct `OperandValue::ZeroSized` variant for ZSTsScott McMurray-4/+71
2023-06-01Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naberbors-2/+125
2023-05-31Enable ScalarReplacementOfAggregatesBen Kimock-337/+268
2023-05-31Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiserbors-1/+27
2023-06-01add inline-const test for elided lifetimes being infer varsZiru Niu-0/+11
2023-05-31Check that RPITs are compatible with the opaques inferred during HIR typeck tooMichael Goulet-121/+9
2023-05-31Don't suggest break through nested itemsMichael Goulet-0/+110
2023-05-31Auto merge of #111913 - oli-obk:valtrees2, r=lcnrbors-15/+10
2023-05-31Explain the reason for why a test existsOli Scherer-0/+2
2023-05-31Only rewrite valtree-constants to patterns and keep other constants opaqueOli Scherer-15/+8
2023-05-31Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...bors-0/+25
2023-05-31Adjust tests for newly uplifted cast_ref_to_mut lintUrgau-2/+11
2023-05-31Migrate GUI colors test to original CSS color formatGuillaume Gomez-3/+3
2023-05-31Auto merge of #112132 - matthiaskrgr:rollup-x2l75gf, r=matthiaskrgrbors-5/+9
2023-05-31Uplift clippy::cast_ref_to_mut to rustcUrgau-0/+114
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-187/+177
2023-05-31Rollup merge of #111975 - jyn514:normalization, r=cjgillotMatthias Krüger-1/+1