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

Allocate HIR on an arena #57173

Closed
wants to merge 5 commits into from
Closed

Allocate HIR on an arena #57173

wants to merge 5 commits into from

Commits on Jun 15, 2019

  1. Add an AtomicCell abstraction

    Zoxc committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    57446d0 View commit details
    Browse the repository at this point in the history
  2. Turn HIR indexing into a query

    Zoxc committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    4be9e3e View commit details
    Browse the repository at this point in the history
  3. Add a AtomicOnce type

    Zoxc committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    bbb84a4 View commit details
    Browse the repository at this point in the history
  4. Turn HIR lowering into a query

    Zoxc committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    21acf1e View commit details
    Browse the repository at this point in the history
  5. Allocate HIR with arenas

    Zoxc committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    f223b2c View commit details
    Browse the repository at this point in the history