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

rt: use internal ThreadId implementation #5184

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 10, 2022

  1. rt: use internal ThreadId implementation

    The version provided by `std` has limitations, including no way to try
    to get a thread ID without panicking.
    carllerche committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e92981f View commit details
    Browse the repository at this point in the history
  2. cirrus rust backtrace

    carllerche committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    fbae620 View commit details
    Browse the repository at this point in the history
  3. try to get more info

    carllerche committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c3302ea View commit details
    Browse the repository at this point in the history
  4. try without threads

    carllerche committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5fc8ecc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. add cfg back

    carllerche committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c43f0ea View commit details
    Browse the repository at this point in the history
  2. try to fix CI

    carllerche committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3241006 View commit details
    Browse the repository at this point in the history