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

Test some panic!()-related perf things #92140

Closed
wants to merge 4 commits into from

Commits on Dec 18, 2021

  1. Add const-stability to panicking::panic_* fns

    This allows us to use `panic!` and friends in a const-stable context
    within libcore.
    fee1-dead committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    a24d556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4392c5d View commit details
    Browse the repository at this point in the history
  3. Bless a few tests

    fee1-dead committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    e04848e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Configuration menu
    Copy the full SHA
    3c0d5ee View commit details
    Browse the repository at this point in the history