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

Make backtraces work on Windows GNU targets again. #39234

Merged
merged 4 commits into from
Jan 28, 2017

Commits on Jan 24, 2017

  1. Make backtraces work on Windows GNU targets again.

    This is done by adding a function that can return a filename
    to pass to backtrace_create_state. The filename is obtained in
    a safe way by first getting the filename, locking the file so it can't
    be moved, and then getting the filename again and making sure it's the same.
    
    See: rust-lang#37359 (comment)
    Issue: rust-lang#33985
    segevfiner committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    4186037 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    450554e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b4a6c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

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