Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
Notifications
You must be signed in to change notification settings
Fork
13.8k
Star
107k
Code
Issues
5k+
Pull requests
867
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
eholk
Datepicker
All time
Commit History
Commits on May 28, 2025
Add eholk to compiler reviewer rotation
Show description for 9f2ee0f
eholk
committed
9f2ee0f
Copy full SHA for 9f2ee0f
Commits on Apr 15, 2025
Add unstable foo::bar extern command line arguments
Show description for f35c85f
eholk
and
fmease
committed
f35c85f
Copy full SHA for f35c85f
Commits on Mar 18, 2025
Refactor YieldKind so postfix yield must have an expression
eholk
committed
e3f1bc8
Copy full SHA for e3f1bc8
Refactor YieldKind so postfix yield must have an expression
eholk
committed
2bd7f73
Copy full SHA for 2bd7f73
Apply suggestions from code review
Show description for 299e5d0
eholk
and
traviscross
authored
299e5d0
Copy full SHA for 299e5d0
Teach rustfmt to handle postfix yield
Show description for 9b0e7f6
eholk
committed
9b0e7f6
Copy full SHA for 9b0e7f6
Commits on Mar 14, 2025
Fix clippy
eholk
committed
ed1778c
Copy full SHA for ed1778c
Fix clippy
eholk
committed
c5093ac
Copy full SHA for c5093ac
Teach rustfmt to handle postfix yield
eholk
committed
9576c71
Copy full SHA for 9576c71
Teach rustfmt to handle postfix yield
eholk
committed
635eae2
Copy full SHA for 635eae2
Preserve yield position during pretty printing
eholk
committed
1c0916a
Copy full SHA for 1c0916a
Add support for postfix yield expressions
Show description for edf65e7
eholk
committed
edf65e7
Copy full SHA for edf65e7
Commits on Mar 6, 2025
Add the yield_expr feature
eholk
committed
432e1c3
Copy full SHA for 432e1c3
Commits on Dec 9, 2024
Remove rustc_const_stable attribute on const NOOP
Show description for b9afc78
eholk
committed
b9afc78
Copy full SHA for b9afc78
Commits on Dec 5, 2024
Stabilize noop_waker
Show description for 72ce1ab
eholk
and
zachs18
committed
72ce1ab
Copy full SHA for 72ce1ab
Commits on Oct 7, 2024
Add basic pin sugar support to rustfmt
eholk
committed
3aabe1e
Copy full SHA for 3aabe1e
Fix clippy and rustfmt compilation
eholk
committed
b490bf5
Copy full SHA for b490bf5
Add sugar for &pin (const|mut) types
eholk
committed
c038c30
Copy full SHA for c038c30
Add sugar for &pin (const|mut) types
eholk
committed
ae698f8
Copy full SHA for ae698f8
Commits on Oct 1, 2024
Split out method receivers in feature gate test
eholk
committed
9b52fb5
Copy full SHA for 9b52fb5
Stabilize expr_2021 fragment in all editions
Show description for c7cd55f
3 people
committed
c7cd55f
Copy full SHA for c7cd55f
Commits on Sep 23, 2024
Allow reborrowing pinned self methods
eholk
committed
3dfb30c
Copy full SHA for 3dfb30c
Allow reborrowing Pin<&mut Self>
eholk
committed
97fbcf6
Copy full SHA for 97fbcf6
Commits on Sep 19, 2024
pin_ergonomics: allow reborrowing as Pin<&T>
eholk
committed
a18800f
Copy full SHA for a18800f
Add a test case to make sure we don't reborrow twice
eholk
committed
92a5d21
Copy full SHA for 92a5d21
Allow shortening reborrows
Show description for b2b76fb
eholk
committed
b2b76fb
Copy full SHA for b2b76fb
Commits on Sep 18, 2024
Apply code review suggestions
eholk
committed
a73c8b1
Copy full SHA for a73c8b1
Add known-bug and update comments to describe correct behavior in light of bug
eholk
committed
dd6460b
Copy full SHA for dd6460b
Begin experimental support for pin reborrowing
Show description for 7b7992f
eholk
committed
7b7992f
Copy full SHA for 7b7992f
Commits on Sep 17, 2024
Add coverage for pat too
Show description for 7653811
eholk
and
vincenzopalazzo
committed
7653811
Copy full SHA for 7653811
Commits on May 17, 2024
Update compiler/rustc_parse/src/parser/nonterminal.rs
Show description for 3986ea0
eholk
and
fmease
committed
3986ea0
Copy full SHA for 3986ea0
Commits on May 13, 2024
Apply code review suggestions
Show description for f364011
eholk
and
fmease
committed
f364011
Copy full SHA for f364011
expr_2021 should be allowed on edition 2021 and later
eholk
committed
73303c3
Copy full SHA for 73303c3
Add test that expr_2021 only works on 2024 edition
Show description for 65da4ad
eholk
and
vincenzopalazzo
committed
65da4ad
Copy full SHA for 65da4ad
Add expr_2021 nonterminal and feature flag
Show description for ef6478b
eholk
and
vincenzopalazzo
committed
ef6478b
Copy full SHA for ef6478b
Pagination
Previous
Next
You can’t perform that action at this time.