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

Detect std by checking if the crate defines #[lang = "start"] rather than string comparison #1823

Merged
merged 5 commits into from Jun 6, 2021

Commits on Jun 6, 2021

  1. Detect std by checking if the crate defines #[lang = "start"] rat…

    …her than string comparison
    hyd-dev committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    879000b View commit details
    Browse the repository at this point in the history
  2. Don't unwrap() in in_std()

    hyd-dev committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    5451010 View commit details
    Browse the repository at this point in the history
  3. in_std -> frame_in_std

    hyd-dev committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    3871c49 View commit details
    Browse the repository at this point in the history
  4. Remove 2 tests

    hyd-dev committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    d7aff96 View commit details
    Browse the repository at this point in the history
  5. expand comment

    RalfJung committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    0ece55d View commit details
    Browse the repository at this point in the history