about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-15Auto merge of #130415 - matthiaskrgr:rollup-xhsu9oq, r=matthiaskrgrbors-38/+135
2024-09-15Rollup merge of #130409 - matthiaskrgr:ccccrashes, r=compiler-errorsMatthias Krüger-0/+93
2024-09-15Rollup merge of #130394 - RalfJung:mut-ref-to-immut, r=saethlinMatthias Krüger-37/+37
2024-09-15Rollup merge of #130151 - ChrisDenton:slow-ci, r=Mark-SimulacrumMatthias Krüger-1/+5
2024-09-15const: don't ICE when encountering a mutable ref to immutable memoryRalf Jung-37/+37
2024-09-15Auto merge of #130407 - matthiaskrgr:rollup-vo2gmf4, r=matthiaskrgrbors-2/+78
2024-09-15tests: more ice testsMatthias Krüger-0/+93
2024-09-15Rollup merge of #130384 - workingjubilee:document-what-abi-and-pref-align-is,...Matthias Krüger-0/+8
2024-09-15Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnayMatthias Krüger-0/+28
2024-09-15Rollup merge of #129897 - RalfJung:soft-float-ignored, r=UrgauMatthias Krüger-2/+42
2024-09-15simplify abort_unwindChristopher Durham-7/+2
2024-09-15Auto merge of #130401 - matthiaskrgr:rollup-fri2j58, r=matthiaskrgrbors-183/+805
2024-09-15Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlinMatthias Krüger-45/+109
2024-09-15Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillotMatthias Krüger-9/+70
2024-09-15Rollup merge of #130110 - onur-ozkan:configurable-dist-vendor, r=Kobzol,Mark-...Matthias Krüger-6/+18
2024-09-15Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlinMatthias Krüger-123/+534
2024-09-15Rollup merge of #129439 - okaneco:vec_string_lossy, r=NoratriebMatthias Krüger-0/+74
2024-09-15use early return for race_detecting() logicRalf Jung-156/+152
2024-09-15Auto merge of #130390 - matthiaskrgr:rollup-evbfwe2, r=matthiaskrgrbors-1738/+426
2024-09-15Rollup merge of #130381 - workingjubilee:sometimes-code-really-is-self-descri...Matthias Krüger-6/+3
2024-09-15Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errorsMatthias Krüger-32/+34
2024-09-15Rollup merge of #130295 - chrisnc:armv8r-feature-fix, r=workingjubileeMatthias Krüger-6/+6
2024-09-15Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=NoratriebMatthias Krüger-1/+1
2024-09-15Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-deadMatthias Krüger-1693/+382
2024-09-15add change entry for `dist.vendor`onur-ozkan-0/+5
2024-09-15document `dist.vendor` in `config.example.toml`onur-ozkan-0/+3
2024-09-15make dist vendoring configurableonur-ozkan-6/+10
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-324/+130
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-11/+59
2024-09-15clean up const checking of mutable referencesRalf Jung-77/+2
2024-09-15stabilize const_mut_refsRalf Jung-1376/+286
2024-09-15also use compute_size_in_bytes for relevant multiplications in MiriRalf Jung-40/+64
2024-09-14compiler: Document AbiAndPrefAlignJubilee Young-0/+8
2024-09-15Auto merge of #130379 - Zalathar:rollup-wpmcnql, r=Zalatharbors-28/+561
2024-09-14Fix target-cpu fpu features on Armv8-R.Chris Copeland-6/+6
2024-09-14library: Compute Rust exception class from its string reprJubilee Young-6/+3
2024-09-15Rollup merge of #130370 - kpreid:patch-2, r=compiler-errorsStuart Cook-1/+0
2024-09-15Rollup merge of #130353 - Zalathar:lint-zero, r=jieyouxuStuart Cook-1/+2
2024-09-15Rollup merge of #130214 - RalfJung:zeroed, r=Mark-SimulacrumStuart Cook-0/+3
2024-09-15Rollup merge of #130202 - onur-ozkan:force-ci-llvm-on-default-profiles, r=Mar...Stuart Cook-2/+9
2024-09-15Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki...Stuart Cook-20/+535
2024-09-15Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=AmanieuStuart Cook-4/+12
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-235/+186
2024-09-14Correctly account for niche-optimized tagsBen Kimock-33/+26
2024-09-14`trait_upcasting` is not currently an incomplete feature.Kevin Reid-1/+0
2024-09-14Add a testBen Kimock-0/+9
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-578/+225
2024-09-14Auto merge of #129974 - cuviper:ci-llvm-19, r=Mark-Simulacrumbors-0/+67