about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-09-15Rollup merge of #130420 - jieyouxu:build_helpers_docs, r=onur-ozkanJubilee-0/+9
2024-09-15Rollup merge of #130398 - ChrisDenton:win-cross, r=jieyouxuJubilee-1/+4
2024-09-15Rollup merge of #130336 - onur-ozkan:simple-improvement, r=albertlarsan68Jubilee-5/+1
2024-09-15Rollup merge of #130325 - workingjubilee:plus-minus-zero-redux, r=RalfJung,ji...Jubilee-2/+31
2024-09-15Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubileeJubilee-2/+10
2024-09-16Auto merge of #130220 - RalfJung:float-classify, r=workingjubileebors-137/+106
2024-09-16Auto merge of #130377 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-09-16bootstrap: register tool docs for src/tools/build_helper许杰友 Jieyou Xu (Joe)-0/+9
2024-09-15Use -0.0 in `intrinsics::simd::reduce_add_unordered`Jubilee Young-2/+31
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-15Update cargoWeihang Lo-0/+0
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-15Add system libs when cross compiling for WindowsChris Denton-1/+4
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