Unrolled build for #142274 · rust-lang/rust@909ff07 (original) (raw)
Navigation Menu
Appearance settings
- AI CODE CREATION
* GitHub CopilotWrite better code with AI
* GitHub SparkBuild and deploy intelligent apps
* GitHub ModelsManage and compare prompts
* MCP RegistryNewIntegrate external tools - DEVELOPER WORKFLOWS
* ActionsAutomate any workflow
* CodespacesInstant dev environments
* IssuesPlan and track work
* Code ReviewManage code changes - APPLICATION SECURITY
* GitHub Advanced SecurityFind and fix vulnerabilities
* Code securitySecure your code as you build
* Secret protectionStop leaks before they start - EXPLORE
* Why GitHub
* Documentation
* Blog
* Changelog
* Marketplace
- AI CODE CREATION
- BY COMPANY SIZE
* Enterprises
* Small and medium teams
* Startups
* Nonprofits - BY USE CASE
* App Modernization
* DevSecOps
* DevOps
* CI/CD
* View all use cases - BY INDUSTRY
* Healthcare
* Financial services
* Manufacturing
* Government
* View all industries
- BY COMPANY SIZE
- EXPLORE BY TOPIC
* AI
* Software Development
* DevOps
* Security
* View all topics - EXPLORE BY TYPE
* Customer stories
* Events & webinars
* Ebooks & reports
* Business insights
* GitHub Skills - SUPPORT & SERVICES
* Documentation
* Customer support
* Community forum
* Trust center
* Partners
- EXPLORE BY TOPIC
- COMMUNITY
* GitHub SponsorsFund open source developers - PROGRAMS
* Security Lab
* Maintainer Community
* Accelerator
* Archive Program - REPOSITORIES
* Topics
* Trending
* Collections
- COMMUNITY
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Notifications You must be signed in to change notification settings
Additional navigation options
Commit 909ff07
authored
Unrolled build for #142274
Rollup merge of #142274 - tgross35:update-stdarch, r=Amanieu Update the stdarch submodule Includes the following changes: * Add s390x z17 target features [1] * Remove `compiler-builtins` from `rustc-dep-of-std` dependencies [2] * Darwin AArch64 detection update [3] * Fixes for the latest nightly [4] * Add a lockfile [5] [1]: rust-lang/stdarch#1826[2]: rust-lang/stdarch#1825[3]: rust-lang/stdarch#1827[4]: rust-lang/stdarch#1830[5]: rust-lang/stdarch#1829
2 parents 0d6ab20 + 61881e3 commit 909ff07
File tree
2 files changed
1
-
2
lines changed
- library
2 files changed
1
-
2
lines changed
library/Cargo.lock
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -352,7 +352,6 @@ name = "std_detect" | ||
| 352 | 352 | version = "0.1.5" |
| 353 | 353 | dependencies = [ |
| 354 | 354 | "cfg-if", |
| 355 | -"compiler_builtins", | |
| 356 | 355 | "libc", |
| 357 | 356 | "rustc-std-workspace-alloc", |
| 358 | 357 | "rustc-std-workspace-core", |
library/stdarch
Submodule
updated
- .gitignore-1
- Cargo.lock+965
- crates/assert-instr-macro/src/lib.rs+3-1
- crates/core_arch/src/lib.rs-2
- crates/std_detect/Cargo.toml-2
- crates/std_detect/src/detect/arch/s390x.rs+15
- crates/std_detect/src/detect/os/darwin/aarch64.rs+8
- crates/std_detect/tests/x86-specific.rs-2
0 commit comments
Comments
(0)