about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-04-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-22Add localtime_r shimtiif-0/+273
2024-04-20more consistently talk about the 'active thread', not the 'current thread'Ralf Jung-29/+29
2024-04-20global allocations: don't make up a super-high VectorIdx, just use the main t...Ralf Jung-19/+21
2024-04-20Auto merge of #3495 - RalfJung:data-race-clocks, r=RalfJungbors-124/+119
2024-04-20restrict VClock API surfaceRalf Jung-26/+44
2024-04-20reuse_pool: only do acquire_clock if we reused from a different threadRalf Jung-4/+8
2024-04-20data_race: make the release/acquire API more clearRalf Jung-94/+67
2024-04-20re-bless testsRalf Jung-0/+2
2024-04-20fix clippy warningRalf Jung-1/+0
2024-04-20Merge from rustcThe Miri Cronjob Bot-533/+1336
2024-04-20Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-20Auto merge of #124177 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-19Update cargoWeihang Lo-0/+0
2024-04-19Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJungbors-126/+321
2024-04-19Rollup merge of #124155 - klensy:wrong-rayon-here, r=albertlarsan68Matthias Krüger-28/+1
2024-04-19Rollup merge of #124149 - notriddle:notriddle/desc-alias, r=GuillaumeGomezMatthias Krüger-10/+11
2024-04-19Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obkMatthias Krüger-0/+121
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-61/+14
2024-04-19Auto merge of #123364 - klensy:bs-mixed-types, r=albertlarsan68bors-7/+15
2024-04-19Auto merge of #115253 - donno2048:patch-1, r=albertlarsan68bors-7/+73
2024-04-19bootstrap: don't use rayon for sysinfoklensy-28/+1
2024-04-19Auto merge of #3489 - rust-lang:rustup-2024-04-19, r=RalfJungbors-298/+474
2024-04-19make test not leak rustc crate hashRalf Jung-1/+2
2024-04-19Auto merge of #124123 - flip1995:clippy-subtree-update, r=Manishearthbors-426/+1066
2024-04-19share code between win-to-unix and unix-to-win path conversionRalf Jung-81/+67
2024-04-19Auto merge of #124147 - workingjubilee:rollup-7pjnzr6, r=workingjubileebors-4/+36
2024-04-18rustdoc-search: fix description on aliases in resultsMichael Howell-10/+11
2024-04-19Merge from rustcThe Miri Cronjob Bot-296/+471
2024-04-19Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-18Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=NilstriebJubilee-0/+31
2024-04-18Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiserJubilee-4/+5
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-0/+10
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-28/+194
2024-04-18when reusing an address, most of the time only reuse from the current threadRalf Jung-109/+183
2024-04-18comment clarification and typo fixRalf Jung-4/+14
2024-04-18Update src/bootstrap/src/core/builder.rsscottmcm-1/+1
2024-04-18Ensure `[rust] debuginfo-level-std` doesn't change core's MIRScott McMurray-0/+8
2024-04-18Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...Philipp Krones-426/+1066
2024-04-18Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w...bors-18/+39
2024-04-18do not reuse stack addresses; make reuse rate configurableRalf Jung-17/+45
2024-04-18when an address gets reused, establish a happens-before link in the data race...Ralf Jung-36/+129
2024-04-18Auto merge of #3484 - RalfJung:realloc, r=RalfJungbors-158/+205
2024-04-18move allocator shim logic into its own fileRalf Jung-157/+178
2024-04-18make realloc with a size of zero failRalf Jung-5/+31
2024-04-18when suggesting RUST_BACKTRACE=1, add a special note for Miri's env var isola...Ralf Jung-0/+31
2024-04-18Auto merge of #3486 - RalfJung:mir-validate, r=RalfJungbors-0/+42
2024-04-18add test checking that we do run MIR validationRalf Jung-0/+42
2024-04-18Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstriebbors-5/+7
2024-04-18move read_byte_slice to general helpers file, next to read_c_strRalf Jung-16/+21