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: golang/time
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: golang/time
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 13, 2025

  1. all: upgrade go directive to at least 1.24.0 [generated]

    By now Go 1.25.0 has been released, and Go 1.23 is no longer supported
    per the Go Release Policy (see https://go.dev/doc/devel/release#policy).
    
    For golang/go#69095.
    
    [git-generate]
    (cd . && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)
    
    Change-Id: Ia825a8b8f8877f184dd89af70b85a9d3facbbf19
    Reviewed-on: https://go-review.googlesource.com/c/time/+/695675
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: David Chase <drchase@google.com>
    gopherbot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    c0b0320 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. rate: use time.Time.Equal instead of ==

    According to the Time Type documentation, in most cases, it is better
    to use Equal instead of ==
    
    
    Change-Id: I201de68ee163a06cf9ed49f7b77a2de031dbdd95
    Reviewed-on: https://go-review.googlesource.com/c/time/+/703175
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    Reviewed-by: Florian Lehner <lehner.florian86@gmail.com>
    Reviewed-by: Sean Liao <sean@liao.dev>
    Reviewed-by: Mark Freeman <markfreeman@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    mohanson authored and seankhliao committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    2b4e439 View commit details
    Browse the repository at this point in the history
Loading