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 }}
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.6k
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
Use depth-first traversal for macro parsing
- #159808
#159808
Open
bal-e
wants to merge 14 commits into
rust-lang:main
rust-lang/rust:main
from
bal-e:depth-first-macro-parsing
bal-e/rust:depth-first-macro-parsing
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Use depth-first traversal for macro parsing
#159808
bal-e
wants to merge 14 commits into
rust-lang:main
rust-lang/rust:main
from
bal-e:depth-first-macro-parsing
bal-e/rust:depth-first-macro-parsing
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2026
Remove `has_no_remaining_items_for_step()`
Show description for 190f0b2
arya dradjica
committed
190f0b2
View commit details
Copy full SHA for 190f0b2
Browse repository at this point
Commits on Jul 24, 2026
Track seen tokens in `CollectTrackerAndEmitter`
Show description for 990616f
arya dradjica
committed
990616f
View commit details
Copy full SHA for 990616f
Browse repository at this point
Remove `Parser` param from `Tracker::ambiguity()`
Show description for 4e5d5b5
arya dradjica
committed
4e5d5b5
View commit details
Copy full SHA for 4e5d5b5
Browse repository at this point
Merge `check_for_ambiguity()` flow into `parse_tt()`
Show description for ad2000a
arya dradjica
committed
ad2000a
View commit details
Copy full SHA for ad2000a
Browse repository at this point
Remove return value from `match_one()`
arya dradjica
committed
888a320
View commit details
Copy full SHA for 888a320
Browse repository at this point
Deterministically pick `remaining_matcher`
Show description for da78b53
arya dradjica
committed
da78b53
View commit details
Copy full SHA for da78b53
Browse repository at this point
Use `u32`s for indices into `[MatcherLoc]`
Show description for 00be6b5
arya dradjica
committed
00be6b5
View commit details
Copy full SHA for 00be6b5
Browse repository at this point
Track tokens bumped from the parser
Show description for c4b71f4
arya dradjica
committed
c4b71f4
View commit details
Copy full SHA for c4b71f4
Browse repository at this point
Track input position in `MatcherPos`
Show description for 436e129
arya dradjica
committed
436e129
View commit details
Copy full SHA for 436e129
Browse repository at this point
Use depth-first traversal for macro parsing
Show description for 6683197
arya dradjica
committed
6683197
View commit details
Copy full SHA for 6683197
Browse repository at this point
Store current mp in local variable
Show description for c07eb9f
arya dradjica
committed
c07eb9f
View commit details
Copy full SHA for c07eb9f
Browse repository at this point
Merge backtracking logic into `parse_tt()`
arya dradjica
committed
b5dbe2c
View commit details
Copy full SHA for b5dbe2c
Browse repository at this point
Update `macro_parser.rs` docs for DFS
arya dradjica
committed
1859c23
View commit details
Copy full SHA for 1859c23
Browse repository at this point
wip: wrangle perf, try 1
arya dradjica
committed
807fd41
View commit details
Copy full SHA for 807fd41
Browse repository at this point
You can’t perform that action at this time.