about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-04-21Rollup merge of #124235 - c410-f3r:tests98765, r=jieyouxuMatthias Krüger-35/+35
2024-04-21Move some testsCaio-35/+35
2024-04-21Add gnullvm targets to manifestMateusz Mikuła-0/+3
2024-04-21Auto merge of #124193 - RalfJung:miri, r=RalfJungbors-685/+1400
2024-04-21the mir-validation ICE test behaves strangely on Windows hostsRalf Jung-5/+8
2024-04-20Auto merge of #124208 - jieyouxu:rollup-gbgpu4u, r=jieyouxubors-4/+97
2024-04-20Rollup merge of #124196 - RalfJung:mir-opt-tests, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-3/+3
2024-04-20Rollup merge of #124071 - kjetilkjeka:llvm_bitcode_linker_build_manifest, r=M...许杰友 Jieyou Xu (Joe)-1/+5
2024-04-20Rollup merge of #123986 - ehuss:lint-renamed, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+89
2024-04-20Auto merge of #122013 - Swatinem:unicode-gen-fastpath, r=scottmcmbors-3/+27
2024-04-20Merge commit '55d9a533b309119c8acd13061581b43ae8840823' into sync-from-raLaurențiu Nicola-3270/+6206
2024-04-20mir-opt tests: rename unit-test -> test-mir-passRalf Jung-3/+3
2024-04-20ensure the ICE-to-file logic does not affect our testRalf Jung-0/+1
2024-04-20Rollup merge of #124137 - tgross35:testsuite-multi-rev-regex, r=jieyouxuMatthias Krüger-1/+16
2024-04-20Add a lower bound check to `unicode-table-generator` outputArpad Borsos-3/+27
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-434/+1292
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-19Match hyphen in multi-revision comment matchersTrevor Gross-1/+16
2024-04-19Rollup merge of #123729 - jieyouxu:rmake-refactor-2, r=oli-obkMatthias Krüger-0/+121
2024-04-19Auto merge of #115253 - donno2048:patch-1, r=albertlarsan68bors-7/+73
2024-04-19Auto merge of #3489 - rust-lang:rustup-2024-04-19, r=RalfJungbors-114/+113
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-19Merge from rustcThe Miri Cronjob Bot-112/+110
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-1/+1
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-18Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...Philipp Krones-426/+1066
2024-04-18Auto merge of #123144 - dpaoliello:arm64eclib, r=GuillaumeGomez,ChrisDenton,w...bors-1/+1
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-3/+3