-
Notifications
You must be signed in to change notification settings - Fork 14
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: SergioBenitez/version_check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 109 files changed
- 3 contributors
Commits on Mar 16, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for cb85920 - Browse repository at this point
Copy the full SHA cb85920View commit details -
Configuration menu - View commit details
-
Copy full SHA for dba2352 - Browse repository at this point
Copy the full SHA dba2352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1187524 - Browse repository at this point
Copy the full SHA 1187524View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e8ad0 - Browse repository at this point
Copy the full SHA d0e8ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9b700 - Browse repository at this point
Copy the full SHA 2f9b700View commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e7f0ff4 - Browse repository at this point
Copy the full SHA e7f0ff4View commit details -
Add tests for known outputs, current 'rustc'.
This also moves the CI to Github Actions.
Configuration menu - View commit details
-
Copy full SHA for 9cbc649 - Browse repository at this point
Copy the full SHA 9cbc649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccb306 - Browse repository at this point
Copy the full SHA 0ccb306View commit details
Commits on Apr 16, 2021
-
Mention 'autocfg' as an alternative.
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7d81cbd - Browse repository at this point
Copy the full SHA 7d81cbdView commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 32693c9 - Browse repository at this point
Copy the full SHA 32693c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 736b788 - Browse repository at this point
Copy the full SHA 736b788View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.2...v0.9.4