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

fallible allocator experiment #111970

Closed
wants to merge 15 commits into from
Closed

Commits on Jun 6, 2023

  1. fallible allocator experiment

    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    16af5c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8528f66 View commit details
    Browse the repository at this point in the history
  3. fix tests

    changes fixed codegen/vec-shrink-panik
    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bbc8757 View commit details
    Browse the repository at this point in the history
  4. fix tidy check

    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b9af8ee View commit details
    Browse the repository at this point in the history
  5. fix no_global_oom_handling

    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    320b870 View commit details
    Browse the repository at this point in the history
  6. fix tests

    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2b15154 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfb32b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adc0771 View commit details
    Browse the repository at this point in the history
  9. refactor for object safety

    uses separate trait so there's no generic associated types
    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4b5eb49 View commit details
    Browse the repository at this point in the history
  10. fix tests

    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0e723c3 View commit details
    Browse the repository at this point in the history
  11. move to core to fix tests

    pitaj committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6689a37 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fix miri test and docs

    pitaj committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3f359d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. fix no_global_oom_handling

    pitaj committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5fb1362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cfd1d6 View commit details
    Browse the repository at this point in the history
  3. fix docs

    pitaj committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0357918 View commit details
    Browse the repository at this point in the history