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

Add a profile option to select the codegen backend #9118

Merged
merged 6 commits into from
Aug 6, 2021

Commits on Aug 4, 2021

  1. Add a profile option to select the codegen backend

    This makes it possible to compile only specific crates with a certain
    codegen backend.
    bjorn3 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    538d59a View commit details
    Browse the repository at this point in the history
  2. Update test

    bjorn3 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    88da239 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Only allow internal backends

    bjorn3 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2d73a9d View commit details
    Browse the repository at this point in the history
  2. Update error message

    Co-authored-by: Josh Triplett <josh@joshtriplett.org>
    bjorn3 and joshtriplett authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    cd642e1 View commit details
    Browse the repository at this point in the history
  3. Fix test

    bjorn3 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1aa8fd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Fix compile error

    bjorn3 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    e96309a View commit details
    Browse the repository at this point in the history