Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
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
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
compiler-builtins
Public
Notifications
You must be signed in to change notification settings
Fork
250
Star
453
Code
Issues
36
Pull requests
25
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
0fab77e
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 27, 2024
Don't include `math` for `unix` and `wasi` targets
Show description for 0fab77e
Amjad50
committed
0fab77e
Copy full SHA for 0fab77e
Commits on Aug 25, 2024
Merge pull request #677 from rust-lang/release-plz-2024-08-25T04-08-05Z
Show description for 081192c
tgross35
authored
081192c
Copy full SHA for 081192c
chore: release
github-actions[bot]
authored
6b53289
Copy full SHA for 6b53289
Fix ABI for `f16` builtins on Intel Apple targets
beetrees
authored and
tgross35
committed
a113c7c
Copy full SHA for a113c7c
Commits on Aug 24, 2024
Merge pull request #676 from beetrees/ci-macos-latest
Show description for d78cc8e
tgross35
authored
d78cc8e
Copy full SHA for d78cc8e
Use `macos-13` in CI for `x86_64-apple-darwin`
beetrees
committed
b44d52f
Copy full SHA for b44d52f
Use `macos-latest` in CI for `aarch64-apple-darwin`
beetrees
committed
fb6cb2a
Copy full SHA for fb6cb2a
Commits on Aug 22, 2024
Merge pull request #674 from rust-lang/release-plz-2024-08-22T08-01-12Z
Show description for 41d37b4
tgross35
authored
41d37b4
Copy full SHA for 41d37b4
chore: release
github-actions[bot]
authored
2fcb07e
Copy full SHA for 2fcb07e
Merge pull request #673 from scottmcm/only-array-simd
Show description for caf5998
tgross35
authored
caf5998
Copy full SHA for caf5998
Use array simd in `U64x2`
scottmcm
committed
f3882e4
Copy full SHA for f3882e4
Merge pull request #671 from rust-lang/release-plz-2024-08-19T12-14-41Z
Show description for 404fe91
tgross35
authored
404fe91
Copy full SHA for 404fe91
chore: release
github-actions[bot]
authored
71e9468
Copy full SHA for 71e9468
Merge pull request #672 from Amjad50/fix-weak-linkage
Show description for be4374f
tgross35
authored
be4374f
Copy full SHA for be4374f
Fix weak linkage on windows and apple platforms
Show description for 6651d11
Amjad50
committed
6651d11
Copy full SHA for 6651d11
Commits on Aug 19, 2024
Merge pull request #670 from tgross35/build-fix
Show description for d96d3a7
tgross35
authored
d96d3a7
Copy full SHA for d96d3a7
Apply fixes to `build.rs` files
Show description for 0f809f6
tgross35
committed
0f809f6
Copy full SHA for 0f809f6
Commits on Aug 12, 2024
Merge pull request #669 from kleisauke/fix-publish
Show description for dae1ac6
tgross35
authored
dae1ac6
Copy full SHA for dae1ac6
Add `configure.rs` to the `include` list
kleisauke
committed
7fc5c94
Copy full SHA for 7fc5c94
Merge pull request #668 from rust-lang/release-plz-2024-08-12T16-42-15Z
Show description for a4cd445
tgross35
authored
a4cd445
Copy full SHA for a4cd445
chore: release
github-actions[bot]
authored
0b364b1
Copy full SHA for 0b364b1
Merge pull request #665 from kleisauke/wasm-f16-f128-feature
Show description for 7f9209d
tgross35
authored
7f9209d
Copy full SHA for 7f9209d
Fix CI for targets that conditionally disable `f16` or `f128` support
kleisauke
committed
35c5554
Copy full SHA for 35c5554
Commits on Aug 11, 2024
Configure `f16` and `f128` support for WebAssembly
kleisauke
committed
6a80b90
Copy full SHA for 6a80b90
Commits on Aug 8, 2024
Merge pull request #664 from rust-lang/release-plz-2024-08-08T12-17-08Z
Amanieu
authored
3ad4d9c
Copy full SHA for 3ad4d9c
chore: release
github-actions[bot]
authored
015113d
Copy full SHA for 015113d
Merge pull request #663 from GuillaumeGomez/soft-floats
Amanieu
authored
af92df3
Copy full SHA for af92df3
Activate `force-soft-floats` feature in `build.rs`
GuillaumeGomez
committed
ed34a6c
Copy full SHA for ed34a6c
Update `libm` submodule
GuillaumeGomez
committed
2207206
Copy full SHA for 2207206
Commits on Aug 7, 2024
Merge pull request #662 from rust-lang/release-plz-2024-08-07T02-18-43Z
Show description for 6652b65
ChrisDenton
authored
6652b65
Copy full SHA for 6652b65
chore: release
github-actions[bot]
authored
9bd5539
Copy full SHA for 9bd5539
Merge pull request #661 from rust-lang/revert-656-public-test-deps
Show description for 01f7b1a
tgross35
authored
01f7b1a
Copy full SHA for 01f7b1a
Revert "Eliminate the use of `public_test_dep!`"
tgross35
authored
47e50fd
Copy full SHA for 47e50fd
Commits on Aug 6, 2024
Merge pull request #659 from rust-lang/release-plz-2024-08-05T21-58-41Z
Show description for 6dc83b6
tgross35
authored
6dc83b6
Copy full SHA for 6dc83b6
chore: release
github-actions[bot]
authored
cca0d36
Copy full SHA for cca0d36
Pagination
Previous
Next
You can’t perform that action at this time.