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

Support -Zmultitarget in cargo config #10473

Merged
merged 8 commits into from
Mar 31, 2022

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    20d96f3 View commit details
    Browse the repository at this point in the history
  2. Support multitarget in .cargo/config.toml

    For backward compatible reason, `build.target` starts accepting
    both array of string and a single string.
    weihanglo committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    76055d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    069b884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcc8816 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    40e1360 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary enum to reduce code complexity

    The relevant is not in the hot path for a cargo build, so it acceptable
    to allocation String in order to reduce code coomplexity
    weihanglo committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    086145e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c8ba9a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

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