about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2021-11-02 07:23:41 -0700
committerAlex Crichton <alex@alexcrichton.com>2021-11-10 08:35:42 -0800
commit88f1bf73ee8466d07b1e38755de53a70fc292e20 (patch)
tree276d6929f4fb0bd2625108c86fe787b5ce7eb248
parenta3b9405ae7bb6ab4e8103b414e75c44598a10fd2 (diff)
downloadrust-88f1bf73ee8466d07b1e38755de53a70fc292e20.tar.gz
rust-88f1bf73ee8466d07b1e38755de53a70fc292e20.zip
Update stdarch/compiler_builtins
Brings in some fixes and better support for the wasm64 target.
-rw-r--r--Cargo.lock4
-rw-r--r--library/std/Cargo.toml2
m---------library/stdarch0
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7cd07e38472..34a4af96b29 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,9 +678,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.49"
+version = "0.1.52"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20b1438ef42c655665a8ab2c1c6d605a305f031d38d9be689ddfef41a20f3aa2"
+checksum = "b6591c2442ee984e2b264638a8b5e7ae44fd47b32d28e3a08e2e9c3cdb0c2fb0"
 dependencies = [
  "cc",
  "rustc-std-workspace-core",
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 752ab185b8e..61c729c5e6c 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
 panic_abort = { path = "../panic_abort" }
 core = { path = "../core" }
 libc = { version = "0.2.106", default-features = false, features = ['rustc-dep-of-std'] }
-compiler_builtins = { version = "0.1.44" }
+compiler_builtins = { version = "0.1.52" }
 profiler_builtins = { path = "../profiler_builtins", optional = true }
 unwind = { path = "../unwind" }
 hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }
diff --git a/library/stdarch b/library/stdarch
-Subproject 5fdbc476afc81a789806697fc4a2d9d19b8c999
+Subproject 2eb870662bed827c808042a27c5e2ac8225cb0f