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.31.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.32.0
Choose a head ref
  • 3 commits
  • 20 files changed
  • 3 contributors

Commits on Nov 14, 2025

  1. all: eliminate vet diagnostics

    For golang/go#74011
    
    Change-Id: Ib98bdd5ff547879d6695cec2f3cb40b52baac736
    Reviewed-on: https://go-review.googlesource.com/c/text/+/714223
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Junyang Shao <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    seankhliao committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    16f85a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. transform: fix %q verb use with wrong type

    Caught early by the improved vet check gated behind the 1.26 language
    version combined with a tiplang builder that tests with 1.26 language
    version.
    
    Change-Id: If22c0f81d35d7266f05bf5481439db46ea889b25
    Cq-Include-Trybots: luci.golang.try:x_text-gotip-linux-amd64-tiplang
    Reviewed-on: https://go-review.googlesource.com/c/text/+/725061
    Auto-Submit: Alan Donovan <[email protected]>
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Alan Donovan <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Commit-Queue: Alan Donovan <[email protected]>
    dmitshur authored and gopherbot committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    087616b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

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

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