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

Allow named debuginfo options in Cargo.toml #11958

Merged
merged 5 commits into from Apr 22, 2023

Commits on Apr 11, 2023

  1. Allow named debuginfo options in Cargo.toml

    Rustc supports these since rust-lang/rust#109808. It's technically
    possible to set a named debuginfo level through `RUSTFLAGS`, but in
    practice cargo always passes its own opinion of what the debuginfo level
    is, so allow it to be configured through cargo too.
    jyn514 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d861dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dbb474 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Address review comments

    - Update the documentation and doc-comments
    - Improve the error message for parsing Cargo.toml
    jyn514 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8a9db7a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. add more debuginfo tests

    jyn514 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a982bcc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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