Skip to content

Miri subtree update #121579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
03cec74
add direct test of pthread_cond
RalfJung Feb 17, 2024
55f29d2
Auto merge of #3304 - RalfJung:pthread_cond, r=RalfJung
bors Feb 17, 2024
d18d461
Preparing for merge from rustc
Feb 18, 2024
3ef558e
Merge from rustc
Feb 18, 2024
7a83e2f
fmt
Feb 18, 2024
90fccaa
Auto merge of #3305 - rust-lang:rustup-2024-02-18, r=saethlin
bors Feb 18, 2024
6b6da93
Preparing for merge from rustc
Feb 19, 2024
e118c3e
Merge from rustc
Feb 19, 2024
010f029
Auto merge of #3306 - rust-lang:rustup-2024-02-19, r=RalfJung
bors Feb 19, 2024
059138c
enable from_bitmask_vector test on little-endian targets
RalfJung Jan 30, 2024
f743422
Auto merge of #3284 - RalfJung:little-endian-bitmask, r=RalfJung
bors Feb 19, 2024
385479c
tests/pass/concurrency/sync: try to make it less likely for the test …
RalfJung Feb 19, 2024
99df708
Auto merge of #3307 - RalfJung:macos-unreliable, r=RalfJung
bors Feb 19, 2024
aa99d95
Test windows random shims
ChrisDenton Feb 21, 2024
596dd65
Auto merge of #3309 - ChrisDenton:windows-rand, r=RalfJung
bors Feb 21, 2024
f5ec4cb
Preparing for merge from rustc
Feb 22, 2024
76a596c
Merge from rustc
Feb 22, 2024
6f3bc7d
fmt
Feb 22, 2024
3815fc0
Auto merge of #3310 - rust-lang:rustup-2024-02-22, r=oli-obk
bors Feb 22, 2024
7bc0435
cargo update
RalfJung Feb 23, 2024
40dc2b4
Auto merge of #3314 - RalfJung:up, r=RalfJung
bors Feb 23, 2024
c7be443
Windows miri-script execution egronomics
RossSmyth Feb 24, 2024
2f1c9db
Auto merge of #3316 - RossSmyth:windows-script, r=RalfJung
bors Feb 24, 2024
3e7c2e1
Add "cargo miri clean" command
rsmyth-ecmi Feb 23, 2024
cd36cda
compiletest: call cargo-miri directly rather than via 'cargo run'
RalfJung Feb 24, 2024
4db9a36
Auto merge of #3312 - RossSmyth:miri-clean, r=RalfJung
bors Feb 24, 2024
55dcf9c
Auto merge of #3318 - RalfJung:compiletest-rebuilds, r=oli-obk
bors Feb 24, 2024
9577051
bump rustc-build-sysroot
RalfJung Feb 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3332,13 +3332,14 @@ dependencies = [

[[package]]
name = "rustc-build-sysroot"
version = "0.4.4"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39dcf8d82b1f79a179bdb284dc44db440a9666eefa5a6df5ef282d6db930d544"
checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea"
dependencies = [
"anyhow",
"rustc_version",
"tempfile",
"walkdir",
]

[[package]]
Expand Down
Loading