about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-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-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-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
2024-09-14Rollup merge of #130343 - Fayti1703:patch-correct-async-block-lint-doc, r=com...León Orell Valerian Liehr-0/+1
2024-09-14Rollup merge of #130294 - nnethercote:more-lifetimes, r=lcnrLeón Orell Valerian Liehr-229/+222
2024-09-14Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errorsLeón Orell Valerian Liehr-175/+74
2024-09-14stabilize `const_extern_fn`Folkert de Vries-24/+8
2024-09-14Auto merge of #128299 - DianQK:clone-copy, r=cjgillotbors-1/+97
2024-09-14Make some lint doctests compatible with `--stage=0`Zalathar-1/+2
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-175/+74
2024-09-14Refactor `Parser::break_up_float`Lieselotte-27/+25
2024-09-14Fix lint levels not getting overridden by attrs on `Stmt` nodesGurinder Singh-5/+3
2024-09-14Fix `Parser::break_up_float`'s right spanLieselotte-1/+1
2024-09-14Rollup merge of #130334 - madsmtm:macos-sdkroot-ignore, r=jieyouxuStuart Cook-1/+1
2024-09-14Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmeaseStuart Cook-1/+13
2024-09-14Add `ErrorGuaranteed` to `DestructuredFloat::Error`Lieselotte-7/+7
2024-09-14docs: Enable required feature for 'closure_returning_async_block' lintFayti1703-0/+1
2024-09-14interpret: fix dealing with overflow during slice indexingRalf Jung-7/+25
2024-09-14Auto merge of #128991 - Nadrieril:rustfix-unreachable-pattern, r=compiler-errorsbors-5/+33
2024-09-14Simplify the canonical clone method to copyDianQK-1/+97
2024-09-14Fix SDKROOT ignore on macOSMads Marquart-1/+1
2024-09-14Rollup merge of #130317 - compiler-errors:no-ord, r=jackh726Stuart Cook-3/+3
2024-09-14Rollup merge of #130199 - compiler-errors:by-move, r=cjgillotStuart Cook-8/+4
2024-09-14(fix) conflicting negative impl marker and add testsGiang Dao-1/+13
2024-09-13Auto merge of #130312 - matthiaskrgr:rollup-ihwsc91, r=matthiaskrgrbors-406/+425
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-5/+33
2024-09-13ProjectionElem and UnOp/BinOp dont need to be PartialOrd/OrdMichael Goulet-3/+3
2024-09-13Rollup merge of #130301 - RalfJung:clashing_extern_declarations, r=compiler-e...Matthias Krüger-39/+35
2024-09-13Rollup merge of #130299 - vetleras:add_set_dcx, r=compiler-errorsMatthias Krüger-0/+4
2024-09-13Rollup merge of #130297 - nnethercote:dataflow-cleanups, r=cjgillotMatthias Krüger-167/+161
2024-09-13Rollup merge of #130266 - heiher:loong-medium-cmodel, r=compiler-errorsMatthias Krüger-4/+6
2024-09-13Rollup merge of #129320 - jder:issue-128848, r=compiler-errorsMatthias Krüger-196/+219