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

Commits on Jul 8, 2024

  1. draw: avoid FMA (Fused Multiply Add)

    Changing "expr" to "float64(expr)" disables FMA on that expression, even
    when expr's type is already nominally float64.
    
    The output of this package should now be independent of GOARCH.
    
    See the "FMA (Fused Multiply Add) detector" discussion at
    https://groups.google.com/g/golang-dev/c/oZv0PaZmUGs
    
    Fixes golang/go#67029
    
    Change-Id: I43cecee0e9c8156eae39f52b5a2338c34d31a65a
    Reviewed-on: https://go-review.googlesource.com/c/image/+/596816
    Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    nigeltao committed Jul 8, 2024

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    9abbe10 View commit details

Commits on Jul 16, 2024

  1. LICENSE: update per Google Legal

    Very minor tweaks:
     - Remove (c) pseudosymbol.
     - Remove "All Rights Reserved."
     - Change "Google Inc." (no longer exists) to "Google LLC".
    
    [git-generate]
    echo '
    ,s/\(c\) //
    ,s/ All rights reserved.//
    ,s/Google Inc./Google LLC/
    w
    q
    ' | sam -d LICENSE
    
    Change-Id: I2f2c87360bc2705161245e93fa3910c2ee7c1c72
    Reviewed-on: https://go-review.googlesource.com/c/image/+/598595
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Russ Cox <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    rsc authored and gopherbot committed Jul 16, 2024
    Copy the full SHA
    bad7eb8 View commit details

Commits on Jul 22, 2024

  1. colornames: update link to SVG spec

    Fixes golang/go#68473
    
    Change-Id: I0441ca8f17fc22e43ba4c2e3213a74b9f7e24d09
    Reviewed-on: https://go-review.googlesource.com/c/image/+/599835
    Auto-Submit: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    seankhliao authored and gopherbot committed Jul 22, 2024
    Copy the full SHA
    8bfd4fd View commit details

Commits on Aug 6, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Ie37be56caaa77bca494540193f49d14534cae3b9
    Reviewed-on: https://go-review.googlesource.com/c/image/+/603395
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    gopherbot committed Aug 6, 2024
    Copy the full SHA
    59aa040 View commit details

Commits on Sep 4, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I58bd8e7171b67f75fef3896c83de938c7ed6c3c3
    Reviewed-on: https://go-review.googlesource.com/c/image/+/610655
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Michael Pratt <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    gopherbot committed Sep 4, 2024
    Copy the full SHA
    c82123a View commit details

Commits on Oct 4, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I654cf7e89f7e33a9f7144f6abc18cde3d14c98e4
    Reviewed-on: https://go-review.googlesource.com/c/image/+/617657
    Reviewed-by: David Chase <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    gopherbot committed Oct 4, 2024
    Copy the full SHA
    931781a View commit details

Commits on Nov 1, 2024

  1. README: don't recommend go get

    These days people will just import the packages and the go tool will
    do the right thing. We don't need to explain it.
    
    Add a pointer to the git repo, though.
    
    Fixes golang/go#62645
    
    Change-Id: Iea1241d3f6b9ecbe8adaad386a736a1ab39043b1
    Reviewed-on: https://go-review.googlesource.com/c/image/+/624115
    Auto-Submit: Ian Lance Taylor <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Emmanuel Odeke <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    Commit-Queue: Ian Lance Taylor <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    ianlancetaylor authored and gopherbot committed Nov 1, 2024
    Copy the full SHA
    ec562a8 View commit details

Commits on Nov 7, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: If9754f35f3d490909f6a93bbb2fc715510265749
    Reviewed-on: https://go-review.googlesource.com/c/image/+/626376
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    gopherbot committed Nov 7, 2024
    Copy the full SHA
    3724ab8 View commit details

Commits on Dec 4, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I14df917f913018c164a9bb9bf040de780ee54b9c
    Reviewed-on: https://go-review.googlesource.com/c/image/+/633479
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    gopherbot committed Dec 4, 2024
    Copy the full SHA
    941f210 View commit details
Loading