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.8k
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
syntax: Keep token span as a part of
Token
- #61541
#61541
Merged
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
petrochenkov:tsp
petrochenkov/rust:tsp
Copy head branch name to clipboard
Jun 7, 2019
Conversation
Commits
14
(14)
Checks
Files changed
Merged
syntax: Keep token span as a part of
Token
#61541
bors
merged 14 commits into
rust-lang:master
rust-lang/rust:master
from
petrochenkov:tsp
petrochenkov/rust:tsp
Copy head branch name to clipboard
Commits
Commits on Jun 6, 2019
Always use token kinds through `token` module rather than `Token` type
petrochenkov
committed
eac3846
View commit details
Copy full SHA for eac3846
Browse repository at this point
syntax: Rename `Token` into `TokenKind`
petrochenkov
committed
99b27d7
View commit details
Copy full SHA for 99b27d7
Browse repository at this point
syntax: Rename `TokenAndSpan` into `Token`
petrochenkov
committed
a3425ed
View commit details
Copy full SHA for a3425ed
Browse repository at this point
syntax: Use `Token` in `TokenTree::Token`
petrochenkov
committed
e0127db
View commit details
Copy full SHA for e0127db
Browse repository at this point
syntax: Use `Token` in `StringReader` and `TokenTreesReader`
petrochenkov
committed
c0c57ac
View commit details
Copy full SHA for c0c57ac
Browse repository at this point
syntax: Use `Token` in `Parser`
petrochenkov
committed
aa6fba9
View commit details
Copy full SHA for aa6fba9
Browse repository at this point
syntax: Add some helper methods to `Token`
petrochenkov
committed
5e69353
View commit details
Copy full SHA for 5e69353
Browse repository at this point
syntax: Remove duplicate span from `token::Lifetime`
petrochenkov
committed
4c5d773
View commit details
Copy full SHA for 4c5d773
Browse repository at this point
syntax: Remove duplicate span from `token::Ident`
petrochenkov
committed
f745e5f
View commit details
Copy full SHA for f745e5f
Browse repository at this point
syntax: Use `Token` in some more places
petrochenkov
committed
350a34f
View commit details
Copy full SHA for 350a34f
Browse repository at this point
syntax: Switch function parameter order in `TokenTree::token`
petrochenkov
committed
67ce3f4
View commit details
Copy full SHA for 67ce3f4
Browse repository at this point
syntax: Use `Token` in visitors and fix a mut visitor test
petrochenkov
committed
738e145
View commit details
Copy full SHA for 738e145
Browse repository at this point
Some code cleanup and tidy/test fixes
petrochenkov
committed
ff40e37
View commit details
Copy full SHA for ff40e37
Browse repository at this point
Address review comments
petrochenkov
committed
3a31f06
View commit details
Copy full SHA for 3a31f06
Browse repository at this point
You can’t perform that action at this time.