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: chronotope/chrono
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.39
Choose a base ref
...
head repository: chronotope/chrono
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.40
Choose a head ref
  • 17 commits
  • 43 files changed
  • 9 contributors

Commits on Jan 6, 2025

  1. Add Month::num_days()

    djc committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    07a42f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Update Windows dependencies

    kennykerr authored and djc committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    97f758f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Add weekly scheduled CI runs

    djc committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    12a814f View commit details
    Browse the repository at this point in the history
  2. wasm32-wasi was renamed to wasm32-wasip1

    cargo-wasi seems unmaintained and does not support the new target.
    djc committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    82bacb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

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

Commits on Jan 23, 2025

  1. Expose write_to for DelayedFormat

    Request for #1649
    - renamed format to write-to and made it public.
    - added unittests
    - added benchmarks to compare and show  `Display` is slower than `write_to` in that
      specific use case.
    Steven Tang authored and djc committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    4c42ee5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Update LICENSE.txt

    maximevtush authored and djc committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    7cdca4b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. docs: fix minor typo

    samfolo authored and djc committed Feb 15, 2025
    Configuration menu
    Copy the full SHA
    8317e7c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Use NaiveDateTime for internal tz_info methods. (#1658)

    This replaces passing a timestamp and year to several internal functions with
    passing a NaiveDateTime, making the function signature slightly clearer. The
    values originated from in the a NaiveDateTime in first place, so it basically
    just postpones the conversion.
    
    Co-authored-by: Arjan <[email protected]>
    AVee and AVee authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    15e287b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    11d227a View commit details
    Browse the repository at this point in the history
  2. Switch to 2024 style

    djc committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    7f6cf5e View commit details
    Browse the repository at this point in the history
  3. Switch to 2024 idiom

    djc committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    1f345fd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Restrict MSRV to check --lib

    djc committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    d0f8b59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf1973c View commit details
    Browse the repository at this point in the history
  3. Upgrade to windows-bindgen 0.60

    djc committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    07216ae View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Add quarter (%q) date string specifier

    GNU date supports %q as a date string specifier. This adds
    support for that in chrono.
    
    This is needed by uutils/coreutils for compability.
    drinkcat authored and djc committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    6d29c8a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Bump version to 0.4.40

    djc committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    2b7a28e View commit details
    Browse the repository at this point in the history
Loading