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

Introduce an arena type which may be used to allocate a list of types with destructors #59536

Merged
merged 6 commits into from
Apr 12, 2019

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    002c70f View commit details
    Browse the repository at this point in the history
  2. Make ArenaAllocatable a marker trait to allow overlapping impls and u…

    …se specialization to find the right field
    Zoxc committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    e835d27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ccb9ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43e33ea View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Fix a typo

    Zoxc committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    04762dd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Remove useless ?Sized bound

    Zoxc committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    223f1c7 View commit details
    Browse the repository at this point in the history