about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-17Auto merge of #129970 - lukas-code:LayoutCalculator, r=compiler-errorsbors-1133/+1144
2024-09-17get rid of an old hackLukas Markeffsky-37/+10
2024-09-17assert that unexpectedly unsized fields are sized in the param envLukas Markeffsky-54/+61
2024-09-16Auto merge of #130444 - matthiaskrgr:rollup-onlrjva, r=matthiaskrgrbors-67/+100
2024-09-16Rollup merge of #130437 - jder:issue-130372, r=compiler-errorsMatthias Krüger-4/+13
2024-09-16Rollup merge of #130282 - compiler-errors:over-overflow, r=BoxyUwUMatthias Krüger-39/+62
2024-09-16Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwUMatthias Krüger-24/+25
2024-09-16Avoid crashing on variadic functions when producing arg-mismatch errorsJesse Rusak-4/+13
2024-09-16Auto merge of #130439 - matthiaskrgr:rollup-1lkzo74, r=matthiaskrgrbors-16/+77
2024-09-16Rollup merge of #130412 - compiler-errors:rpitit-overcapture, r=jieyouxuMatthias Krüger-8/+15
2024-09-16Rollup merge of #130410 - compiler-errors:shim-borrowck-err, r=jieyouxuMatthias Krüger-5/+12
2024-09-16Rollup merge of #123436 - amyspark:allow-msvc-to-use-meson-and-mingw-import-l...Matthias Krüger-3/+50
2024-09-16Don't ICE when generating Fn shim for async closure with borrowck errorMichael Goulet-5/+12
2024-09-16Don't ICE when RPITIT captures more method args than trait definitionMichael Goulet-8/+15
2024-09-16Introduce distinct error codes for precise capturingMichael Goulet-4/+38
2024-09-16Do precise capturing arg validation in resolveMichael Goulet-15/+50
2024-09-16layout computation: eagerly error for unexpected unsized fieldsLukas Markeffsky-1010/+1070
2024-09-16make `LayoutCx` not genericLukas Markeffsky-69/+40
2024-09-16Auto merge of #129716 - compiler-errors:closure-debuginfo, r=cjgillotbors-1/+4
2024-09-15Rollup merge of #130398 - ChrisDenton:win-cross, r=jieyouxuJubilee-1/+4
2024-09-15Rollup merge of #130325 - workingjubilee:plus-minus-zero-redux, r=RalfJung,ji...Jubilee-2/+2
2024-09-15Use -0.0 in `intrinsics::simd::reduce_add_unordered`Jubilee Young-2/+2
2024-09-15Auto merge of #130415 - matthiaskrgr:rollup-xhsu9oq, r=matthiaskrgrbors-8/+2
2024-09-15const: don't ICE when encountering a mutable ref to immutable memoryRalf Jung-8/+2
2024-09-15Rollup merge of #130384 - workingjubilee:document-what-abi-and-pref-align-is,...Matthias Krüger-0/+8
2024-09-15Rollup merge of #129897 - RalfJung:soft-float-ignored, r=UrgauMatthias Krüger-2/+42
2024-09-15Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlinMatthias Krüger-14/+34
2024-09-15Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillotMatthias Krüger-5/+3
2024-09-15Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlinMatthias Krüger-11/+51
2024-09-15Add system libs when cross compiling for WindowsChris Denton-1/+4
2024-09-15Auto merge of #130390 - matthiaskrgr:rollup-evbfwe2, r=matthiaskrgrbors-405/+65
2024-09-15Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errorsMatthias Krüger-10/+25
2024-09-15Rollup merge of #130295 - chrisnc:armv8r-feature-fix, r=workingjubileeMatthias Krüger-6/+6
2024-09-15Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-deadMatthias Krüger-389/+34
2024-09-15Auto merge of #130148 - RalfJung:interpret-get_ptr_alloc_mut, r=saethlinbors-24/+40
2024-09-15interpret: get_ptr_alloc_mut: lookup allocation only onceRalf Jung-24/+40
2024-09-15also stabilize const_refs_to_cellRalf Jung-89/+23
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-1/+12
2024-09-15clean up const checking of mutable referencesRalf Jung-77/+2
2024-09-15stabilize const_mut_refsRalf Jung-236/+11
2024-09-15also use compute_size_in_bytes for relevant multiplications in MiriRalf Jung-9/+11
2024-09-14compiler: Document AbiAndPrefAlignJubilee Young-0/+8
2024-09-14Fix target-cpu fpu features on Armv8-R.Chris Copeland-6/+6
2024-09-15Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxuStuart Cook-1/+2
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-24/+8
2024-09-14Correctly account for niche-optimized tagsBen Kimock-10/+25
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-106/+132
2024-09-14Consider synthetic closure bodies to be typeck childrenMichael Goulet-1/+4
2024-09-14Auto merge of #130357 - fmease:rollup-j3ej4q0, r=fmeasebors-438/+329
2024-09-14Rollup merge of #130349 - ShE3py:break_up_float, r=fmeaseLeón Orell Valerian Liehr-34/+32