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.5k
Star
117k
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
parse: unify function front matter parsing
- #69023
#69023
Merged
bors
merged 13 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:parse_fn
Centril/rust:parse_fn
Copy head branch name to clipboard
Feb 13, 2020
Conversation
Commits
13
(13)
Checks
Files changed
Merged
parse: unify function front matter parsing
#69023
bors
merged 13 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:parse_fn
Centril/rust:parse_fn
Copy head branch name to clipboard
Commits
Commits on Feb 13, 2020
Constness -> enum Const { Yes(Span), No }
Show description for e839b2e
Centril
committed
e839b2e
View commit details
Copy full SHA for e839b2e
Browse repository at this point
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Show description for c30f068
Centril
committed
c30f068
View commit details
Copy full SHA for c30f068
Browse repository at this point
parser_fn_front_matter: allow `const .. extern`
Centril
committed
36a17e4
View commit details
Copy full SHA for 36a17e4
Browse repository at this point
parser: fuse free `fn` parsing together.
Centril
committed
a833be2
View commit details
Copy full SHA for a833be2
Browse repository at this point
parser: solidify `fn` parsing with `parse_fn`.
Centril
committed
b05e9d2
View commit details
Copy full SHA for b05e9d2
Browse repository at this point
parser: inline `parse_assoc_fn` and friends.
Centril
committed
0425379
View commit details
Copy full SHA for 0425379
Browse repository at this point
parser: move `ban_async_in_2015` to `fn` parsing & improve it.
Centril
committed
cdbbc25
View commit details
Copy full SHA for cdbbc25
Browse repository at this point
parser: address review comments
Centril
committed
05e5530
View commit details
Copy full SHA for 05e5530
Browse repository at this point
parser: simplify ParamCfg -> ReqName
Centril
committed
79d139a
View commit details
Copy full SHA for 79d139a
Browse repository at this point
ast_validation: tweak diagnostic output
Centril
committed
3341c94
View commit details
Copy full SHA for 3341c94
Browse repository at this point
rustc_bulltin_macros: tweak span_labels
Centril
committed
27f6090
View commit details
Copy full SHA for 27f6090
Browse repository at this point
parser: add test for 'extern crate async'
Centril
committed
4ca3bbf
View commit details
Copy full SHA for 4ca3bbf
Browse repository at this point
parser: is_fn_front_matter -> check_fn_front_matter
Centril
committed
9828559
View commit details
Copy full SHA for 9828559
Browse repository at this point
You can’t perform that action at this time.