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

Commits on Feb 6, 2025

  1. rate: simplify function advance only returns new Tokens to caller

    Change the advance method to stop returning the newT result,
    because it is always the same as the t argument.
    
    Change-Id: Ib04017715d9f38f4ef6b908cb3d3b09af01b50b7
    GitHub-Last-Rev: 1bc7316
    GitHub-Pull-Request: #24
    Reviewed-on: https://go-review.googlesource.com/c/time/+/645995
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    huangchong94 authored and gopherbot committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    66520f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

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

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