Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.8k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
compiler-builtins subtree update
- #144974
#144974
Merged
bors
merged 24 commits into
rust-lang:master
rust-lang/rust:master
from
tgross35:update-builtins
tgross35/rust:update-builtins
Copy head branch name to clipboard
Aug 8, 2025
Conversation
Commits
24
(24)
Checks
Files changed
Merged
compiler-builtins subtree update
#144974
bors
merged 24 commits into
rust-lang:master
rust-lang/rust:master
from
tgross35:update-builtins
tgross35/rust:update-builtins
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2025
ci: Switch to nightly rustfmt
Show description for ed50029
tgross35
committed
ed50029
View commit details
Copy full SHA for ed50029
Browse repository at this point
Commits on Jul 23, 2025
ci: Add native PowerPC64LE and s390x jobs
Show description for 08bca4d
tgross35
authored
08bca4d
View commit details
Copy full SHA for 08bca4d
Browse repository at this point
Commits on Jul 24, 2025
ci: Update to the latest ubuntu:25.04 Docker images
Show description for fcc7824
tgross35
committed
fcc7824
View commit details
Copy full SHA for fcc7824
Browse repository at this point
symcheck: Switch the `object` dependency from git to crates.io
Show description for 95c4263
tgross35
committed
95c4263
View commit details
Copy full SHA for 95c4263
Browse repository at this point
ci: Use a mirror for musl
Show description for 83aea65
tgross35
committed
83aea65
View commit details
Copy full SHA for 83aea65
Browse repository at this point
ci: Upgrade ubuntu:25.04 for the PowerPC64LE test
Show description for 5c4abe9
tgross35
committed
5c4abe9
View commit details
Copy full SHA for 5c4abe9
Browse repository at this point
Enable tests that were skipped on PowerPC
Show description for 43c3e1b
tgross35
committed
43c3e1b
View commit details
Copy full SHA for 43c3e1b
Browse repository at this point
Enable tests that were skipped on aarch64
Show description for b168793
tgross35
committed
b168793
View commit details
Copy full SHA for b168793
Browse repository at this point
Enable skipped `f32` and `f64` multiplication tests
Show description for 0b6c1d3
tgross35
committed
0b6c1d3
View commit details
Copy full SHA for 0b6c1d3
Browse repository at this point
Use `x86_no_sse` configuration in more places
Show description for 9dad77f
tgross35
committed
9dad77f
View commit details
Copy full SHA for 9dad77f
Browse repository at this point
Commits on Jul 27, 2025
libm: Update for new warn-by-default clippy lints
Show description for 4743158
tgross35
committed
4743158
View commit details
Copy full SHA for 4743158
Browse repository at this point
Avoid inlining `floor` into `rem_pio2`
Show description for c061e73
quaternic
authored
c061e73
View commit details
Copy full SHA for c061e73
Browse repository at this point
Implement `floor` and `ceil` in assembly on `i586`
Show description for 9c683d3
folkertdev
authored
9c683d3
View commit details
Copy full SHA for 9c683d3
Browse repository at this point
Remove `no-asm` gating when there is no alternative implementation
Show description for 16cb37c
tgross35
committed
16cb37c
View commit details
Copy full SHA for 16cb37c
Browse repository at this point
Commits on Jul 29, 2025
Switch to using a GH app for authenticating sync PRs
Show description for 54f6ab7
Kobzol
authored
54f6ab7
View commit details
Copy full SHA for 54f6ab7
Browse repository at this point
cleanup: Trim trailing whitespace
tgross35
committed
54a4f86
View commit details
Copy full SHA for 54a4f86
Browse repository at this point
ci: Simplify tests for verbatim paths
Show description for 97c35d3
tgross35
committed
97c35d3
View commit details
Copy full SHA for 97c35d3
Browse repository at this point
Commits on Jul 30, 2025
ci: Switch to strongly typed directives
Show description for ab8a2e1
tgross35
committed
ab8a2e1
View commit details
Copy full SHA for ab8a2e1
Browse repository at this point
ci: Don't print output twice in `ci-util`
Show description for eafafc4
tgross35
committed
eafafc4
View commit details
Copy full SHA for eafafc4
Browse repository at this point
ci: Commonize the way `PrInfo` is loaded from env
tgross35
committed
c045c9b
View commit details
Copy full SHA for c045c9b
Browse repository at this point
ci: Add a way to run `libm` tests that would otherwise be skipped
Show description for 4ebfdf7
tgross35
committed
4ebfdf7
View commit details
Copy full SHA for 4ebfdf7
Browse repository at this point
ci: Set pipefail before running ci-util
Show description for 3cbd088
tgross35
committed
3cbd088
View commit details
Copy full SHA for 3cbd088
Browse repository at this point
Simplify the configuration for no-panic
Show description for ecf6d3c
tgross35
committed
ecf6d3c
View commit details
Copy full SHA for ecf6d3c
Browse repository at this point
Commits on Aug 5, 2025
configure: Use `CARGO_CFG_*_{F16,F128}` rather than invoking rustc
Show description for fbc700f
tgross35
committed
fbc700f
View commit details
Copy full SHA for fbc700f
Browse repository at this point
You can’t perform that action at this time.