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
Accelerator
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.4k
Star
116k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 2 pull requests
- #156794
#156794
Merged
rust-bors[bot]
merged 11 commits into
rust-lang:main
rust-lang/rust:main
from
JonathanBrouwer:rollup-VOF2Ff4
JonathanBrouwer/rust:rollup-VOF2Ff4
Copy head branch name to clipboard
May 21, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Rollup of 2 pull requests
#156794
rust-bors[bot]
merged 11 commits into
rust-lang:main
rust-lang/rust:main
from
JonathanBrouwer:rollup-VOF2Ff4
JonathanBrouwer/rust:rollup-VOF2Ff4
Copy head branch name to clipboard
Commits
Commits on May 7, 2026
Remove #[inline(always)] + #[target_feature(enable = "<feature>")] support, reinstating error message and providing a link to the tracking issue for the full rationale.
Jamesbarford
committed
c6d2da9
View commit details
Copy full SHA for c6d2da9
Browse repository at this point
Remove `target_feature_inline_always` from core, std and stdarch `lib.rs`'s
Jamesbarford
committed
52cc7ec
View commit details
Copy full SHA for 52cc7ec
Browse repository at this point
Update tests to reflect changes, deleted ones that are now irrelevant
Jamesbarford
committed
311cda6
View commit details
Copy full SHA for 311cda6
Browse repository at this point
Commits on May 14, 2026
PR Feedback - grammatical changes, clear reason for removal and move `register_removed(...)` call
Jamesbarford
committed
812e230
View commit details
Copy full SHA for 812e230
Browse repository at this point
Commits on May 15, 2026
Fix for new error message
Jamesbarford
committed
0453288
View commit details
Copy full SHA for 0453288
Browse repository at this point
PR feedback - revert `fn inline_attr(...)` to how it was prior to inlinealways + target feature changes, factoring in subsequent codebase changes
Jamesbarford
committed
405214d
View commit details
Copy full SHA for 405214d
Browse repository at this point
Commits on May 18, 2026
Make attr template suggestions preserve attribute safety.
obi1kenobi
committed
835004a
View commit details
Copy full SHA for 835004a
Browse repository at this point
Commits on May 20, 2026
Make attr template suggestions preserve attribute safety.
ariagivens
committed
9c9f439
View commit details
Copy full SHA for 9c9f439
Browse repository at this point
Commits on May 21, 2026
Use ast node instead of boolean
ariagivens
committed
970cb15
View commit details
Copy full SHA for 970cb15
Browse repository at this point
Rollup merge of #156242 - Jamesbarford:feat/remove-alwaysinline+target-feature, r=RalfJung,saethlin
Show description for 8162cf5
JonathanBrouwer
authored
8162cf5
View commit details
Copy full SHA for 8162cf5
Browse repository at this point
Rollup merge of #156791 - obi1kenobi:unsafe-kept-in-help-text, r=JonathanBrouwer,Kivooeo
Show description for f84347a
JonathanBrouwer
authored
f84347a
View commit details
Copy full SHA for f84347a
Browse repository at this point
You can’t perform that action at this time.