-
-
Notifications
You must be signed in to change notification settings - Fork 45
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/itoa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/itoa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 6 files changed
- 3 contributors
Commits on Dec 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2dff249 - Browse repository at this point
Copy the full SHA 2dff249View commit details
Commits on Dec 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cf33343 - Browse repository at this point
Copy the full SHA cf33343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c15a1 - Browse repository at this point
Copy the full SHA 55c15a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21d6109 - Browse repository at this point
Copy the full SHA 21d6109View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65bc721 - Browse repository at this point
Copy the full SHA 65bc721View commit details
Commits on Jan 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for bbf077f - Browse repository at this point
Copy the full SHA bbf077fView commit details
Commits on Feb 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 29b3410 - Browse repository at this point
Copy the full SHA 29b3410View commit details -
Merge pull request #67 from xtqqczze/as_mut_ptr
Simplify pointer usage in Buffer::format method
Configuration menu - View commit details
-
Copy full SHA for e693c49 - Browse repository at this point
Copy the full SHA e693c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8a489 - Browse repository at this point
Copy the full SHA 0d8a489View commit details
Commits on Mar 19, 2026
-
Optimize 128-bit integer formatting
The compiler is unaware of the restricted range of the input, so it is unable to optimize out the final division and modulus. By doing this manually, we get a nontrivial performance gain.
Configuration menu - View commit details
-
Copy full SHA for 7b4c86b - Browse repository at this point
Copy the full SHA 7b4c86bView commit details
Commits on Mar 20, 2026
-
Merge pull request #68 from jhpratt/master
Optimize 128-bit integer formatting
Configuration menu - View commit details
-
Copy full SHA for 73a7c03 - Browse repository at this point
Copy the full SHA 73a7c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for af77385 - Browse repository at this point
Copy the full SHA af77385View 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.16...1.0.18