Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SergioBenitez/version_check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: SergioBenitez/version_check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.4
Choose a head ref
  • 11 commits
  • 109 files changed
  • 3 contributors

Commits on Mar 16, 2021

  1. Parse version and date from '--verbose'.

    The plain `rustc --version` string is not well structured, and in
    particular the git commit info is not necessarily present when rustc is
    built out of tree, such as in distro builds. Furthermore,
    rust-lang/rust#79115 made it possible to have completely custom
    information in a version's parenthesized block, which may not look like
    git info at all.
    
    Adding `--verbose` outputs each field on its own line, in particular
    "release: ..." for the version number and "commit-date: ..." for the git
    info, although the latter is just "unknown" for out-of-tree builds.
    
    MSRV remains 1.0.0.
    cuviper authored and SergioBenitez committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cb85920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dba2352 View commit details
    Browse the repository at this point in the history
  3. New version: 0.9.3.

    SergioBenitez committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1187524 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0e8ad0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f9b700 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    e7f0ff4 View commit details
    Browse the repository at this point in the history
  2. Add tests for known outputs, current 'rustc'.

    This also moves the CI to Github Actions.
    SergioBenitez committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9cbc649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ccb306 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Mention 'autocfg' as an alternative.

    Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
    SergioBenitez and matklad committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    7d81cbd View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    32693c9 View commit details
    Browse the repository at this point in the history
  2. New version: 0.9.4.

    SergioBenitez committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    736b788 View commit details
    Browse the repository at this point in the history
Loading