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

Commits on Sep 16, 2025

  1. all: use built-in max/min to simplify the code

    Change-Id: Ic195ff4df3749050079c85739f61897279933268
    Reviewed-on: https://go-review.googlesource.com/c/text/+/664816
    Auto-Submit: Sean Liao <[email protected]>
    Reviewed-by: Sean Liao <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Mark Freeman <[email protected]>
    cuishuang authored and gopherbot committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    a42f0e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. x/text: fix nil dereference in gotext extract

    Ident.Obj may be nil if the referenced declaration is in another file.
    
    Fixes golang/go#60555
    
    Change-Id: I730af89c7f52540b305b3da8c19448d089e9744c
    Reviewed-on: https://go-review.googlesource.com/c/text/+/545055
    Reviewed-by: Emmanuel Odeke <[email protected]>
    Reviewed-by: Junyang Shao <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Sean Liao <[email protected]>
    Auto-Submit: Emmanuel Odeke <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    drakkan authored and gopherbot committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    42f038d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I325df01d59743d807da87a0ae9bf8e224af211c4
    Reviewed-on: https://go-review.googlesource.com/c/text/+/710076
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    gopherbot committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    c6abd03 View commit details
    Browse the repository at this point in the history
Loading