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

Implement code mappings #1756

Open
wants to merge 16 commits into
base: dev
Choose a base branch
from
Open

Commits on Nov 19, 2024

  1. Rework internal TokenStream representation (#1699)

    commit-id:ab3e2fd1
    
    ---
    
    **Stack**:
    - #1734
    - #1722
    - #1704
    - #1700
    - #1699⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
    not merge manually using the UI - doing so may have unexpected results.*
    maciektr committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d9c3ac5 View commit details
    Browse the repository at this point in the history
  2. Avoid unnecessary allocations when freeing stable structs (#1700)

    commit-id:55ec12c0
    
    ---
    
    **Stack**:
    - #1734
    - #1722
    - #1704
    - #1700⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
    not merge manually using the UI - doing so may have unexpected results.*
    maciektr committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1731b26 View commit details
    Browse the repository at this point in the history
  3. Add cairo edition to TokenStreamMetadata (#1704)

    commit-id:83c7db1f
    
    ---
    
    **Stack**:
    - #1734
    - #1722
    - #1704⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
    not merge manually using the UI - doing so may have unexpected results.*
    maciektr committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    23b6bfd View commit details
    Browse the repository at this point in the history
  4. Allocate token's content into an arena (#1722)

    commit-id:5e4b122f
    
    Add token stream ser/de tests
    
    ---
    
    **Stack**:
    - #1749
    - #1748
    - #1745
    - #1747
    - #1722⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
    not merge manually using the UI - doing so may have unexpected results.*
    maciektr committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8b8b19d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Implement code mappings

    DelevoXDG committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c16f2e2 View commit details
    Browse the repository at this point in the history
  2. Add tests

    DelevoXDG committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e927659 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Implement Debug for InternedStr (#1760)

    commit-id:919c7f28
    
    ---
    
    **Stack**:
    - #1749
    - #1748
    - #1745
    - #1747
    - #1760⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
    not merge manually using the UI - doing so may have unexpected results.*
    maciektr authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6cb1d27 View commit details
    Browse the repository at this point in the history
  2. Refactor: split proc macro host into submodules (#1747)

    commit-id:6d8f33f9
    
    ---
    
    **Stack**:
    - #1749
    - #1748
    - #1745
    - #1747⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
    not merge manually using the UI - doing so may have unexpected results.*
    maciektr authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    17e15c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    86f5c5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c27985 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Add inline and derive macros tests

    Tests to be updated when #1647 is merged
    DelevoXDG committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    711b0a2 View commit details
    Browse the repository at this point in the history
  2. Format

    DelevoXDG committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9fd0bd6 View commit details
    Browse the repository at this point in the history
  3. Bump Cairo version

    DelevoXDG committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f034b8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b62e90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10225df View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Update test

    DelevoXDG committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    cb1de10 View commit details
    Browse the repository at this point in the history