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: time-rs/time
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.46
Choose a base ref
...
head repository: time-rs/time
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.47
Choose a head ref
  • 18 commits
  • 49 files changed
  • 1 contributor

Commits on Jan 27, 2026

  1. Move Period into format_description

    This more accurately represents where it belongs, as it is not specific
    to parsing.
    jhpratt committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    efdda42 View commit details
    Browse the repository at this point in the history
  2. Remove out-of-date comment

    jhpratt committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    44ca765 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Revamp formatting internals

    Rather than passing a pre-calculated date, time, and UTC offset,
    introduce a trait that can calculate each component on demand. Within
    the trait, use a state variable to eagerly calculate common pairs. This
    is currently month-day and week number-ISO year. This acts as an
    effective cache, such that the other component of the pair is saved for
    when it is later needed.
    jhpratt committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    0911cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1989838 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a59e809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2190331 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99270b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b278a26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d264d5 View commit details
    Browse the repository at this point in the history
  8. Optimize Rfc2822 parsing

    jhpratt committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    6cb1896 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    490a17b View commit details
    Browse the repository at this point in the history
  10. Permit W12 in date! macro

    Previously, this required a space between the two.
    jhpratt committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    31c4f8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb723b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

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

Commits on Feb 3, 2026

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

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    1c63dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6206b0 View commit details
    Browse the repository at this point in the history
  3. v0.3.47 release

    jhpratt committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    d5144cd View commit details
    Browse the repository at this point in the history
Loading