8000 Comparing v0.5.0...v0.9.0 · golang/text · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.5.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.9.0
Choose a head ref
  • 5 commits
  • 25 files changed
  • 4 contributors

Commits on Dec 6, 2022

  1. README.md: update documentation of module versioning

    Since x/ repos are now automatically periodically tagged, the previous
    definition of the minor and patch versions of this module are now
    obsolete. Delete that section of the README; regular semantic versioning
    rules apply here.
    
    Fixes golang/go#57089
    
    Change-Id: I394ae4bb4eec1aa21c26b678b9ed1251b1eecf14
    Reviewed-on: https://go-review.googlesource.com/c/text/+/455516
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Damien Neil <dneil@google.com>
    Auto-Submit: Damien Neil <dneil@google.com>
    neild authored and gopherbot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    ec5565b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. all: fix some comments

    Change-Id: Idc053f5d3a787746c0205dbda5cc34b7d2be4655
    Reviewed-on: https://go-review.googlesource.com/c/text/+/464255
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    cuishuang authored and gopherbot committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    71a9c9a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. all: correct comment typos

    Change-Id: I1e31e93937e960fc7fcc4672208dae067e1f33e7
    GitHub-Last-Rev: 9cdbf6f
    GitHub-Pull-Request: #42
    Reviewed-on: https://go-review.googlesource.com/c/text/+/465655
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: David Chase <drchase@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    alexandear authored and gopherbot committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    30dadde View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. go.mod: update to newer x/tools

    get get -u golang.org/x/tools
    go mod tidy
    
    Fixes golang/go#58737
    
    Change-Id: I5c33106d65183b5b5ac5008d7ca532458831f021
    Reviewed-on: https://go-review.googlesource.com/c/text/+/471399
    Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    Auto-Submit: Ian Lance Taylor <iant@golang.org>
    Reviewed-by: Than McIntosh <thanm@google.com>
    ianlancetaylor authored and gopherbot committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9db913a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. all: fix some comments

    Change-Id: I1ae88db264cb5fb513773241ec2a8e7694c8c6e5
    Reviewed-on: https://go-review.googlesource.com/c/text/+/480175
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    cuishuang authored and gopherbot committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    48e4a4a View commit details
    Browse the repository at this point in the history
Loading
0