Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse: unify function front matter parsing #69023

Merged
merged 13 commits into from
Feb 13, 2020
Merged

Commits on Feb 13, 2020

  1. Constness -> enum Const { Yes(Span), No }

    Same idea for `Unsafety` & use new span for better diagnostics.
    Centril committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e839b2e View commit details
    Browse the repository at this point in the history
  2. IsAsync -> enum Async { Yes { span: Span, .. }, No }

    use new span for better diagnostics.
    Centril committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c30f068 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a17e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a833be2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b05e9d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0425379 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdbbc25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05e5530 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79d139a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3341c94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27f6090 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ca3bbf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9828559 View commit details
    Browse the repository at this point in the history