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: dtolnay/itoa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.17
Choose a base ref
...
head repository: dtolnay/itoa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.18
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 27, 2025

  1. Delete old chart code

    dtolnay committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    65bc721 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. Configuration menu
    Copy the full SHA
    bbf077f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    29b3410 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from xtqqczze/as_mut_ptr

    Simplify pointer usage in Buffer::format method
    dtolnay authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    e693c49 View commit details
    Browse the repository at this point in the history
  3. Fill in pointer cast type

    dtolnay committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    0d8a489 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. 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.
    jhpratt committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    7b4c86b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Merge pull request #68 from jhpratt/master

    Optimize 128-bit integer formatting
    dtolnay authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    73a7c03 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.18

    dtolnay committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    af77385 View commit details
    Browse the repository at this point in the history
Loading