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
Some parser cleanups
- #127233
#127233
Merged
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
nnethercote:parser-cleanups
nnethercote/rust:parser-cleanups
Copy head branch name to clipboard
Jul 3, 2024
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Some parser cleanups
#127233
bors
merged 12 commits into
rust-lang:master
rust-lang/rust:master
from
nnethercote:parser-cleanups
nnethercote/rust:parser-cleanups
Copy head branch name to clipboard
Commits
Commits on Jul 2, 2024
Simplify `CfgEval`.
Show description for 1680b79
nnethercote
committed
1680b79
View commit details
Copy full SHA for 1680b79
Browse repository at this point
Fix a typo in a comment.
nnethercote
committed
d6c0b81
View commit details
Copy full SHA for d6c0b81
Browse repository at this point
Change `AttrTokenStream::to_tokenstream` to `to_token_trees`.
Show description for f852568
nnethercote
committed
f852568
View commit details
Copy full SHA for f852568
Browse repository at this point
Rename `TokenStream::new` argument.
Show description for 0cfd247
nnethercote
committed
0cfd247
View commit details
Copy full SHA for 0cfd247
Browse repository at this point
Just `push` in `AttrTokenStream::to_token_trees`.
Show description for 7416c20
nnethercote
committed
7416c20
View commit details
Copy full SHA for 7416c20
Browse repository at this point
Fix comment.
Show description for 36c30a9
nnethercote
committed
36c30a9
View commit details
Copy full SHA for 36c30a9
Browse repository at this point
Flip an if/else in `AttrTokenStream::to_attr_token_stream`.
Show description for 2342770
nnethercote
committed
2342770
View commit details
Copy full SHA for 2342770
Browse repository at this point
Move things around in `collect_tokens_trailing_token`.
Show description for 8b5a7eb
nnethercote
committed
8b5a7eb
View commit details
Copy full SHA for 8b5a7eb
Browse repository at this point
Move more things around in `collect_tokens_trailing_token`.
Show description for f5b2896
nnethercote
committed
f5b2896
View commit details
Copy full SHA for f5b2896
Browse repository at this point
Shrink parser positions from `usize` to `u32`.
Show description for 3d750e2
nnethercote
committed
3d750e2
View commit details
Copy full SHA for 3d750e2
Browse repository at this point
Rename `make_token_stream`.
Show description for 6f60156
nnethercote
committed
6f60156
View commit details
Copy full SHA for 6f60156
Browse repository at this point
Import `std::{iter,mem}`.
nnethercote
committed
edeebe6
View commit details
Copy full SHA for edeebe6
Browse repository at this point
You can’t perform that action at this time.