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
/
rustfmt
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
7k
Code
Issues
723
Pull requests
216
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
subtree-push nightly-2025-04-01
- #6529
#6529
Closed
ytmimi
wants to merge 33 commits into
rust-lang:master
rust-lang/rustfmt:master
from
ytmimi:subtree-push-nightly-2025-04-01
ytmimi/rustfmt:subtree-push-nightly-2025-04-01
Copy head branch name to clipboard
Conversation
Commits
33
(33)
Checks
Files changed
Closed
subtree-push nightly-2025-04-01
#6529
ytmimi
wants to merge 33 commits into
rust-lang:master
rust-lang/rustfmt:master
from
ytmimi:subtree-push-nightly-2025-04-01
ytmimi/rustfmt:subtree-push-nightly-2025-04-01
Copy head branch name to clipboard
Commits
Commits on Jan 7, 2025
rustfmt: drop nightly-gating of the `--style-edition` flag registration
jieyouxu
committed
840eb96
View commit details
Copy full SHA for 840eb96
Browse repository at this point
Commits on Jan 8, 2025
Rename PatKind::Lit to Expr
oli-obk
committed
06ff325
View commit details
Copy full SHA for 06ff325
Browse repository at this point
Commits on Jan 9, 2025
Only treat plain literal patterns as short
oli-obk
committed
ad8b776
View commit details
Copy full SHA for ad8b776
Browse repository at this point
Commits on Jan 10, 2025
Only treat plain literal patterns as short
oli-obk
committed
31a9a27
View commit details
Copy full SHA for 31a9a27
Browse repository at this point
Commits on Jan 16, 2025
Rollup merge of #135251 - oli-obk:push-lmpyvvyrtplk, r=ytmimi
Show description for 0c91d0c
matthiaskrgr
authored
0c91d0c
View commit details
Copy full SHA for 0c91d0c
Browse repository at this point
Commits on Jan 28, 2025
Refactor FnKind variant to hold &Fn
celinval
committed
f19e826
View commit details
Copy full SHA for f19e826
Browse repository at this point
Commits on Jan 30, 2025
Disable overflow_delimited_expr in edition 2024
compiler-errors
committed
7de0ca8
View commit details
Copy full SHA for 7de0ca8
Browse repository at this point
Commits on Feb 2, 2025
Slightly simplify DiagCtxt::make_silent
bjorn3
committed
5e05493
View commit details
Copy full SHA for 5e05493
Browse repository at this point
Use fallback fluent bundle from inner emitter in SilentEmitter
bjorn3
committed
0eadd99
View commit details
Copy full SHA for 0eadd99
Browse repository at this point
Commits on Feb 3, 2025
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
safinaskar
committed
58ba360
View commit details
Copy full SHA for 58ba360
Browse repository at this point
Commits on Feb 11, 2025
Add a TyPat in the AST to reuse the generic arg lowering logic
oli-obk
committed
35f9799
View commit details
Copy full SHA for 35f9799
Browse repository at this point
Commits on Feb 28, 2025
Do not yeet unsafe<> from type
compiler-errors
committed
6dcc68f
View commit details
Copy full SHA for 6dcc68f
Browse repository at this point
Commits on Mar 1, 2025
Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses
frank-king
committed
326e321
View commit details
Copy full SHA for 326e321
Browse repository at this point
Commits on Mar 2, 2025
Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`.
Show description for 7be7efa
nnethercote
committed
7be7efa
View commit details
Copy full SHA for 7be7efa
Browse repository at this point
Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`.
Show description for 88e23c9
nnethercote
committed
88e23c9
View commit details
Copy full SHA for 88e23c9
Browse repository at this point
Commits on Mar 3, 2025
Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov
Show description for 71310c1
matthiaskrgr
authored
71310c1
View commit details
Copy full SHA for 71310c1
Browse repository at this point
Commits on Mar 4, 2025
Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr
Show description for a28a422
bors
committed
a28a422
View commit details
Copy full SHA for a28a422
Browse repository at this point
Commits on Mar 5, 2025
Implement `&pin const self` and `&pin mut self` sugars
frank-king
committed
0ae8340
View commit details
Copy full SHA for 0ae8340
Browse repository at this point
Simplify `rewrite_explicit_self`
frank-king
committed
facc42a
View commit details
Copy full SHA for facc42a
Browse repository at this point
Commits on Mar 6, 2025
Fix rustfmt
spastorino
committed
ebd6372
View commit details
Copy full SHA for ebd6372
Browse repository at this point
Commits on Mar 7, 2025
Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis
Show description for f9f0ac2
matthiaskrgr
authored
f9f0ac2
View commit details
Copy full SHA for f9f0ac2
Browse repository at this point
Commits on Mar 14, 2025
Preserve yield position during pretty printing
eholk
committed
d038fb8
View commit details
Copy full SHA for d038fb8
Browse repository at this point
Teach rustfmt to handle postfix yield
eholk
committed
e377632
View commit details
Copy full SHA for e377632
Browse repository at this point
Commits on Mar 18, 2025
Teach rustfmt to handle postfix yield
Show description for 96f68d1
eholk
committed
96f68d1
View commit details
Copy full SHA for 96f68d1
Browse repository at this point
Refactor YieldKind so postfix yield must have an expression
eholk
committed
ad0b41c
View commit details
Copy full SHA for ad0b41c
Browse repository at this point
Commits on Mar 24, 2025
Remove `is_any_keyword` methods.
Show description for b661e49
nnethercote
committed
b661e49
View commit details
Copy full SHA for b661e49
Browse repository at this point
Remove fields that are dead since the removal of type ascription syntax
Show description for de6e2d7
fmease
committed
de6e2d7
View commit details
Copy full SHA for de6e2d7
Browse repository at this point
Commits on Mar 25, 2025
Track whether an assoc item is in a trait impl or an inherent impl
oli-obk
committed
b3b26f4
View commit details
Copy full SHA for b3b26f4
Browse repository at this point
Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors
Show description for 7590f5c
matthiaskrgr
authored
7590f5c
View commit details
Copy full SHA for 7590f5c
Browse repository at this point
Commits on Mar 26, 2025
Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-errors
Show description for c8609d9
Zalathar
authored
c8609d9
View commit details
Copy full SHA for c8609d9
Browse repository at this point
Commits on Apr 1, 2025
Merge remote-tracking branch 'upstream/master' into subtree-push-nightly-2025-04-01
ytmimi
committed
3416c74
View commit details
Copy full SHA for 3416c74
Browse repository at this point
chore: bump rustfmt toolchain to nightly-2025-04-01
Show description for 025092f
rustfmt bot
authored and
ytmimi
committed
025092f
View commit details
Copy full SHA for 025092f
Browse repository at this point
chore: avoid `unreachable_pub` warning after subtree-push
ytmimi
committed
687bdc6
View commit details
Copy full SHA for 687bdc6
Browse repository at this point
You can’t perform that action at this time.