about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-09-17Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errorsbors-47/+149
2024-09-17get rid of an old hackLukas Markeffsky-13/+45
2024-09-16Auto merge of #130444 - matthiaskrgr:rollup-onlrjva, r=matthiaskrgrbors-27/+96
2024-09-16Rollup merge of #130437 - jder:issue-130372, r=compiler-errorsMatthias Krüger-27/+31
2024-09-16Rollup merge of #130282 - compiler-errors:over-overflow, r=BoxyUwUMatthias Krüger-0/+37
2024-09-16Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwUMatthias Krüger-0/+28
2024-09-16Avoid crashing on variadic functions when producing arg-mismatch errorsJesse Rusak-27/+31
2024-09-16Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgrbors-10/+84
2024-09-16Rollup merge of #130436 - fortanix:raoul/fix_reduce_add_unordered_test, r=Ral...Matthias Krüger-0/+1
2024-09-16Rollup merge of #130412 - compiler-errors:rpitit-overcapture, r=jieyouxuMatthias Krüger-9/+58
2024-09-16Don't ICE when generating Fn shim for async closure with borrowck errorMichael Goulet-1/+25
2024-09-16Don't ICE when RPITIT captures more method args than trait definitionMichael Goulet-9/+58
2024-09-16Introduce distinct error codes for precise capturingMichael Goulet-5/+31
2024-09-16Do precise capturing arg validation in resolveMichael Goulet-18/+22
2024-09-16Ignore reduce-fadd-unordered on SGX platformRaoul Strackx-0/+1
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-38/+108
2024-09-16Auto merge of #129716 - compiler-errors:closure-debuginfo, r=cjgillotbors-0/+19
2024-09-15Rollup merge of #130325 - workingjubilee:plus-minus-zero-redux, r=RalfJung,ji...Jubilee-0/+29
2024-09-16Auto merge of #130220 - RalfJung:float-classify, r=workingjubileebors-27/+75
2024-09-15Use -0.0 in `intrinsics::simd::reduce_add_unordered`Jubilee Young-0/+29
2024-09-15Rollup merge of #130409 - matthiaskrgr:ccccrashes, r=compiler-errorsMatthias Krüger-0/+93
2024-09-15const: don't ICE when encountering a mutable ref to immutable memoryRalf Jung-29/+35
2024-09-15tests: more ice testsMatthias Krüger-0/+93
2024-09-15Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlinMatthias Krüger-0/+22
2024-09-15Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillotMatthias Krüger-3/+58
2024-09-15Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errorsMatthias Krüger-22/+9
2024-09-15Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-deadMatthias Krüger-1261/+309
2024-09-15also stabilize const_refs_to_cellRalf Jung-232/+104
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-9/+46
2024-09-15stabilize const_mut_refsRalf Jung-1100/+239
2024-09-15Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki...Stuart Cook-4/+4
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-89/+67
2024-09-14Correctly account for niche-optimized tagsBen Kimock-23/+1
2024-09-14Add a testBen Kimock-0/+9
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-472/+93
2024-09-14Consider synthetic closure bodies to be typeck childrenMichael Goulet-0/+19
2024-09-14Auto merge of #130357 - fmease:rollup-j3ej4q0, r=fmeasebors-413/+298
2024-09-14Rollup merge of #130349 - ShE3py:break_up_float, r=fmeaseLeón Orell Valerian Liehr-24/+24
2024-09-14Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errorsLeón Orell Valerian Liehr-112/+132
2024-09-14Rollup merge of #130017 - Zalathar:executor, r=Mark-SimulacrumLeón Orell Valerian Liehr-277/+142
2024-09-14stabilize `const_extern_fn`Folkert de Vries-89/+67
2024-09-14Auto merge of #128299 - DianQK:clone-copy, r=cjgillotbors-52/+1551
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-112/+132
2024-09-14Fix lint levels not getting overridden by attrs on `Stmt` nodesGurinder Singh-3/+58
2024-09-14Fix `Parser::break_up_float`'s right spanLieselotte-24/+24
2024-09-14Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmeaseStuart Cook-0/+23
2024-09-14Rollup merge of #130267 - TimNN:patch-2, r=nikicStuart Cook-2/+2
2024-09-14interpret: fix dealing with overflow during slice indexingRalf Jung-0/+22
2024-09-14Auto merge of #128991 - Nadrieril:rustfix-unreachable-pattern, r=compiler-errorsbors-93/+469
2024-09-14Update try_question_mark_nop.rs testDianQK-1/+6