-
-
Notifications
You must be signed in to change notification settings - Fork 32
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/ryu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/ryu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 11 files changed
- 1 contributor
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30b2b75 - Browse repository at this point
Copy the full SHA 30b2b75View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9497fb5 - Browse repository at this point
Copy the full SHA 9497fb5View commit details
Commits on Jun 2, 2024
-
Ignore cast_possible_truncation pedantic clippy lint in test
warning: casting `usize` to `u32` may truncate the value on targets with 64-bit wide pointers --> tests/exhaustive.rs:20:25 | 20 | let batch = counter.fetch_add(1, Ordering::Relaxed) as u32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: if this is intentional allow the lint with `#[allow(clippy::cast_possible_truncation)]` ... = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#cast_possible_truncation = note: `-W clippy::cast-possible-truncation` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::cast_possible_truncation)]` help: ... or use `try_from` and handle the error accordingly | 20 | let batch = u32::try_from(counter.fetch_add(1, Ordering::Relaxed)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Configuration menu - View commit details
-
Copy full SHA for 6a06786 - Browse repository at this point
Copy the full SHA 6a06786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55825b3 - Browse repository at this point
Copy the full SHA 55825b3View commit details -
Merge pull request #57 from dtolnay/exhaustive
Mark exhaustive test #[ignore] in non-cfg(exhaustive)
Configuration menu - View commit details
-
Copy full SHA for 92fbde0 - Browse repository at this point
Copy the full SHA 92fbde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8234c4d - Browse repository at this point
Copy the full SHA 8234c4dView commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5be6db4 - Browse repository at this point
Copy the full SHA 5be6db4View 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 d3f7415 - Browse repository at this point
Copy the full SHA d3f7415View commit details
Commits on Jan 23, 2025
-
Remove **/*.rs.bk from project-specific gitignore
Cargo stopped generating this in its project template 5 years ago. It would belong in a global gitignore instead.
Configuration menu - View commit details
-
Copy full SHA for 631e145 - Browse repository at this point
Copy the full SHA 631e145View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12f8d0 - Browse repository at this point
Copy the full SHA d12f8d0View commit details
Commits on Jan 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7e4b85e - Browse repository at this point
Copy the full SHA 7e4b85eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb6da1 - Browse repository at this point
Copy the full SHA 7bb6da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d9ec4 - Browse repository at this point
Copy the full SHA 81d9ec4View 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.18...1.0.19