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.3k
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
New format_args!() and fmt::Arguments implementation
- #148789
#148789
Merged
bors
merged 18 commits into
rust-lang:main
rust-lang/rust:main
from
m-ou-se:new-fmt-args-alt
m-ou-se/rust:new-fmt-args-alt
Copy head branch name to clipboard
Nov 13, 2025
Conversation
Commits
18
(18)
Checks
Files changed
Merged
New format_args!() and fmt::Arguments implementation
#148789
bors
merged 18 commits into
rust-lang:main
rust-lang/rust:main
from
m-ou-se:new-fmt-args-alt
m-ou-se/rust:new-fmt-args-alt
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2025
Expose expr_unsafe in LoweringContext.
m-ou-se
committed
756751b
View commit details
Copy full SHA for 756751b
Browse repository at this point
New format_args!()+fmt::Arguments implementation.
m-ou-se
committed
d66d15b
View commit details
Copy full SHA for d66d15b
Browse repository at this point
Bless tests.
m-ou-se
committed
7b42543
View commit details
Copy full SHA for 7b42543
Browse repository at this point
Make clippy happy.
m-ou-se
committed
be7a559
View commit details
Copy full SHA for be7a559
Browse repository at this point
Remove the 'always set' bit from FormattingOptions.
Show description for 564c78f
m-ou-se
committed
564c78f
View commit details
Copy full SHA for 564c78f
Browse repository at this point
Don't encode zero width or precision in fmt string.
m-ou-se
committed
560b12d
View commit details
Copy full SHA for 560b12d
Browse repository at this point
Document fmt::Arguments internal representation.
m-ou-se
committed
04c5e7b
View commit details
Copy full SHA for 04c5e7b
Browse repository at this point
Bless clippy tests.
m-ou-se
committed
ef1e3ca
View commit details
Copy full SHA for ef1e3ca
Browse repository at this point
Clarify internal fmt::Arguments documentation.
m-ou-se
committed
3f85b01
View commit details
Copy full SHA for 3f85b01
Browse repository at this point
Change assert to span_err.
m-ou-se
committed
f92c5f1
View commit details
Copy full SHA for f92c5f1
Browse repository at this point
Allow larger string pieces in fmt::Arguments repr.
m-ou-se
committed
8b20d0d
View commit details
Copy full SHA for 8b20d0d
Browse repository at this point
Bless coverage tests.
m-ou-se
committed
9b48431
View commit details
Copy full SHA for 9b48431
Browse repository at this point
Fix comment about potential niche in FormattingOptions.
m-ou-se
committed
fda0301
View commit details
Copy full SHA for fda0301
Browse repository at this point
Add debug assert.
m-ou-se
committed
832a525
View commit details
Copy full SHA for 832a525
Browse repository at this point
Clarify comment.
m-ou-se
committed
2a14add
View commit details
Copy full SHA for 2a14add
Browse repository at this point
Add comment.
m-ou-se
committed
83a0d71
View commit details
Copy full SHA for 83a0d71
Browse repository at this point
Bless clippy tests.
m-ou-se
committed
e9d212d
View commit details
Copy full SHA for e9d212d
Browse repository at this point
Simplify loop in format_args lowering.
m-ou-se
committed
cfbdc2c
View commit details
Copy full SHA for cfbdc2c
Browse repository at this point
You can’t perform that action at this time.