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 2/4 -- Expr & Pat #66936

Merged
merged 7 commits into from
Dec 27, 2019
Merged

Commits on Dec 26, 2019

  1. Syntax for hir::Expr.

    cjgillot committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    2b1cfe5 View commit details
    Browse the repository at this point in the history
  2. Visit for hir::Expr.

    cjgillot committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    52e9825 View commit details
    Browse the repository at this point in the history
  3. Lowering for hir::Expr.

    cjgillot committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    58b908d View commit details
    Browse the repository at this point in the history
  4. Fallout in other crates.

    cjgillot committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    8284035 View commit details
    Browse the repository at this point in the history
  5. Fewer calls to arena.alloc.

    cjgillot committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    1984ec5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75632c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb100e5 View commit details
    Browse the repository at this point in the history