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

Use panic::set_hook to print the ICE message #60584

Merged
merged 8 commits into from
Sep 15, 2019
Merged

Use panic::set_hook to print the ICE message #60584

merged 8 commits into from
Sep 15, 2019

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    a8926a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e296ed3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0353339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e2d4d2 View commit details
    Browse the repository at this point in the history
  5. Update comment

    jonas-schievink committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    cf1db72 View commit details
    Browse the repository at this point in the history
  6. Update proc-macro tests

    Due to #59998, the panic hook fires incorrectly for errors that should
    not be treated as ICEs. Previously, this would only print the default
    panic message, but moving the ICE printing into the panic handler will
    now print the entire ICE ordeal we all hate to see.
    
    Unfortunately this will make #59998 a lot more visible.
    jonas-schievink committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    547f96f View commit details
    Browse the repository at this point in the history
  7. Update Cargo.lock

    jonas-schievink committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    eefae7b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

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