-
-
Notifications
You must be signed in to change notification settings - Fork 138
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: dtolnay/semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.23
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.26
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 9 files changed
- 3 contributors
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc5c98d - Browse repository at this point
Copy the full SHA fc5c98dView commit details -
Merge pull request #319 from dtolnay/docsrs
Rely on docs.rs to define --cfg=docsrs by default
Configuration menu - View commit details
-
Copy full SHA for f96f9d8 - Browse repository at this point
Copy the full SHA f96f9d8View commit details
Commits on May 23, 2024
-
Resolve doc_lazy_continuation clippy lint
warning: doc list item missing indentation --> src/lib.rs:138:5 | 138 | /// right, lexicographically ordered as a 3-tuple of integers. So for example | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `-W clippy::doc-lazy-continuation` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::doc_lazy_continuation)]` help: indent this line | 138 | /// right, lexicographically ordered as a 3-tuple of integers. So for example | ++ warning: doc list item missing indentation --> src/lib.rs:139:5 | 139 | /// version `1.5.0` is less than version `1.19.0`, despite the fact that | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 139 | /// version `1.5.0` is less than version `1.19.0`, despite the fact that | ++ warning: doc list item missing indentation --> src/lib.rs:140:5 | 140 | /// "1.19.0" < "1.5.0" as ASCIIbetically compared strings and 1.19 < 1.5 | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 140 | /// "1.19.0" < "1.5.0" as ASCIIbetically compared strings and 1.19 < 1.5 | ++ warning: doc list item missing indentation --> src/lib.rs:141:5 | 141 | /// as real numbers. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 141 | /// as real numbers. | ++Configuration menu - View commit details
-
Copy full SHA for 4ea60ae - Browse repository at this point
Copy the full SHA 4ea60aeView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1b17a9 - Browse repository at this point
Copy the full SHA d1b17a9View commit details
Commits on Nov 9, 2024
-
Prevent upload-artifact step from causing CI failure
This step has been failing way more than reasonable across my various repos. With the provided path, there will be 1 file uploaded Artifact name is valid! Root directory input is valid! Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 3000 ms... Attempt 2 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 6029 ms... Attempt 3 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 8270 ms... Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 12577 ms... Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifactConfiguration menu - View commit details
-
Copy full SHA for 89504eb - Browse repository at this point
Copy the full SHA 89504ebView commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75856ef - Browse repository at this point
Copy the full SHA 75856efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 238757d - Browse repository at this point
Copy the full SHA 238757dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d03aba3 - Browse repository at this point
Copy the full SHA d03aba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4069d - Browse repository at this point
Copy the full SHA 6f4069dView commit details
Commits on Jan 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2bf9708 - Browse repository at this point
Copy the full SHA 2bf9708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fb55fc - Browse repository at this point
Copy the full SHA 1fb55fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e2848 - Browse repository at this point
Copy the full SHA b1e2848View commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4fa7acb - Browse repository at this point
Copy the full SHA 4fa7acbView commit details
Commits on Feb 10, 2025
-
Unset doc-scrape-examples for lib target
False is the default value since Cargo PR 11499.
Configuration menu - View commit details
-
Copy full SHA for 479518d - Browse repository at this point
Copy the full SHA 479518dView commit details
Commits on Feb 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dd8dc0a - Browse repository at this point
Copy the full SHA dd8dc0aView commit details
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e64fdb - Browse repository at this point
Copy the full SHA 3e64fdbView 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 1.0.23...1.0.26