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

feat: Make macros operate on token streams instead of AST nodes #5301

Merged
merged 16 commits into from
Jun 24, 2024

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    4524c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    2ea57f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f9405 View commit details
    Browse the repository at this point in the history
  3. Formatting

    jfecher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    25698d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6143d4e View commit details
    Browse the repository at this point in the history
  5. Undo formatting changes

    jfecher committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ca009ad View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    9e1d46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9ca7d View commit details
    Browse the repository at this point in the history
  3. Add parser test for quote

    jfecher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3152fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9729f82 View commit details
    Browse the repository at this point in the history
  5. fmt

    jfecher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    21b4658 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2de85dd View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    jfecher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c75749e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    8ecae64 View commit details
    Browse the repository at this point in the history
  2. Add unclosed quote error

    jfecher committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9b59f6b View commit details
    Browse the repository at this point in the history
  3. feat: Add some metaprogramming methods on TypeDefinition (#5310)

    # Description
    
    ## Problem\*
    
    Resolves #5285 
    
    ## Summary\*
    
    Implements `as_type`, `generics`, and `fields` on the `TypeDefinition`
    type.
    
    The `Type` type isn't really supported yet so `as_type` and `fields`
    return `Quoted` token streams instead of `Type`s for now.
    
    ## Additional Context
    
    A few bugs still need to be fixed after this PR for the vertical slice
    to work.
    
    ## Documentation\*
    
    Check one:
    - [ ] No documentation needed.
    - [ ] Documentation included in this PR.
    - [x] **[For Experimental Features]** Documentation to be submitted in a
    separate PR.
    
    # PR Checklist\*
    
    - [x] I have tested the changes locally.
    - [x] I have formatted the changes with [Prettier](https://prettier.io/)
    and/or `cargo fmt` on default settings.
    
    ---------
    
    Co-authored-by: Tom French <[email protected]>
    jfecher and TomAFrench authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a818d95 View commit details
    Browse the repository at this point in the history