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

RFC: Stabilize implementing panics as aborts #1513

Merged
merged 3 commits into from
Apr 8, 2016

Commits on Feb 26, 2016

  1. RFC: Stabilize implementing panics as aborts

    * Stabilize the `-Z no-landing-pads` flag under the name `-C unwind=val`
    * Implement a number of unstable features akin to custom allocators to swap out
      implementations of panic just before a final product is generated.
    * Add a `[profile.dev]` option to Cargo to disable unwinding.
    alexcrichton committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    a370ca6 View commit details
    Browse the repository at this point in the history
  2. Typos

    alexcrichton committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    490d1e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Verify -C panic matches the panic runtime for executables

    Helps alleviate choosing the wrong panic strategy by accident.
    alexcrichton committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    55877e5 View commit details
    Browse the repository at this point in the history