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 }}
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
16.1k
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
core: Make most atomic functions generic
- #162167
#162167
Closed
nahla-nee
wants to merge 16 commits into
rust-lang:main
rust-lang/rust:main
from
nahla-nee:generic_atomic_impls
nahla-nee/rust:generic_atomic_impls
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Closed
core: Make most atomic functions generic
#162167
nahla-nee
wants to merge 16 commits into
rust-lang:main
rust-lang/rust:main
from
nahla-nee:generic_atomic_impls
nahla-nee/rust:generic_atomic_impls
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
use Atomic<T> to implement atomic functions/methods
nahla-nee
committed
a89229a
View commit details
Copy full SHA for a89229a
Browse repository at this point
formatting fixes
nahla-nee
committed
2df8fc2
View commit details
Copy full SHA for 2df8fc2
Browse repository at this point
undo impls for 128 bit atomics since unstable impls don't exist
nahla-nee
committed
232f850
View commit details
Copy full SHA for 232f850
Browse repository at this point
add one more trait to represent load_store support, allow impl macro to have no traits passed to it
nahla-nee
committed
034769c
View commit details
Copy full SHA for 034769c
Browse repository at this point
make atomic_int_legacy not error out when 128 bit atomics aren't available
nahla-nee
committed
d44debc
View commit details
Copy full SHA for d44debc
Browse repository at this point
fix from_ptr_raw signature to return pointer to Self instead of T
nahla-nee
committed
33c7762
View commit details
Copy full SHA for 33c7762
Browse repository at this point
satisfy rustfmt
nahla-nee
committed
09d59a0
View commit details
Copy full SHA for 09d59a0
Browse repository at this point
add clippy markers to legacy const values with interior mutability
nahla-nee
committed
56e108e
View commit details
Copy full SHA for 56e108e
Browse repository at this point
add semicolon to make rustfmt happy
nahla-nee
committed
3dfd620
View commit details
Copy full SHA for 3dfd620
Browse repository at this point
make rustfmt happy because somehow this is what it wants
nahla-nee
committed
bcccb9c
View commit details
Copy full SHA for bcccb9c
Browse repository at this point
duplicate safety comment directly over each unsafe call to make tidy happy
nahla-nee
committed
fe6ffc0
View commit details
Copy full SHA for fe6ffc0
Browse repository at this point
fix typo
nahla-nee
committed
ff4789b
View commit details
Copy full SHA for ff4789b
Browse repository at this point
match atomic_int_legacy cfg to 128 bit atomic macro calls cfg
nahla-nee
committed
c3f06cc
View commit details
Copy full SHA for c3f06cc
Browse repository at this point
rebless const_refers_to_static.rs tests due to change of where atomic fetch_add is implemented
nahla-nee
committed
9df6099
View commit details
Copy full SHA for 9df6099
Browse repository at this point
fix docs to pass tests
nahla-nee
committed
89f0505
View commit details
Copy full SHA for 89f0505
Browse repository at this point
Commits on Sep 3, 2026
bless test broken due to changes
nahla-nee
committed
9a70f71
View commit details
Copy full SHA for 9a70f71
Browse repository at this point
You can’t perform that action at this time.