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

compiletest: Rewrite extract_*_version functions #74237

Merged
merged 11 commits into from
Jul 22, 2020

Commits on Jul 19, 2020

  1. compiletest: Rewrite extract_lldb_version function

    This makes extract_lldb_version has the same version type like
    extract_gdb_version.
    
    This is technically a breaking change for rustc-dev users.
    But note that rustc-dev is a nightly component.
    tesuji committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    cfa3a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d778f32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07d56cb View commit details
    Browse the repository at this point in the history
  4. Use Option::as_deref

    tesuji committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    79d5cbb View commit details
    Browse the repository at this point in the history
  5. Extract closure to function

    tesuji committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    75caee0 View commit details
    Browse the repository at this point in the history
  6. Use subslice pattern

    tesuji committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    5aa33b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e5d816 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bcefa8 View commit details
    Browse the repository at this point in the history
  9. Extract extract_version_range

    tesuji committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    99e3a3c View commit details
    Browse the repository at this point in the history
  10. Rewrite extract_llvm_version

    tesuji committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    60fac34 View commit details
    Browse the repository at this point in the history
  11. Rewrite extract_version_range

    tesuji committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    1314d31 View commit details
    Browse the repository at this point in the history