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: BurntSushi/jiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jiff-static-0.2.12
Choose a base ref
...
head repository: BurntSushi/jiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jiff-static-0.2.13
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on May 6, 2025

  1. doc: some minor clean-ups

    This just fixes some errors I found in the prose when re-reading some of
    it.
    
    This also adds some `Zoned::start_of_day` test cases from
    tc39/proposal-temporal#3110
    BurntSushi committed May 6, 2025
    Configuration menu
    Copy the full SHA
    b3f9c1e View commit details
    Browse the repository at this point in the history
  2. doc: fix outdated reference to Eq implementation on Span

    This was removed in `jiff 0.2` in favor of an `Eq` implementation on the
    new `SpanFieldwise` type.
    BurntSushi committed May 6, 2025
    Configuration menu
    Copy the full SHA
    5336ffb View commit details
    Browse the repository at this point in the history
  3. tz: fix case analysis in TimeZone::following

    This could happen in time zones that had DST but ended it at some point
    in the past. In this case, `TimeZone::following` (but no other Jiff
    APIs) would skip over the last historical time zone transition. This
    happened because we were erroneously deferring to the POSIX time zone,
    which has no DST (because it reflects the current state of no DST).
    But we should only do this when the timestamp given comes *at or after*
    all historical time zone transitions.
    
    Fixes #362
    BurntSushi committed May 6, 2025
    Configuration menu
    Copy the full SHA
    677072e View commit details
    Browse the repository at this point in the history
  4. 0.2.13

    BurntSushi committed May 6, 2025
    Configuration menu
    Copy the full SHA
    5d60f33 View commit details
    Browse the repository at this point in the history
Loading