]> Cypherpunks repositories - gostls13.git/commit
types2, go/types: use slices.SortFunc
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 4 Sep 2024 18:18:10 +0000 (01:18 +0700)
committerRobert Griesemer <gri@google.com>
Thu, 5 Sep 2024 16:39:57 +0000 (16:39 +0000)
commit73fa90e2908d525efb9f7ad0dbcfceb5f25c7251
treeb959ca07962692a49b11e1062b1072a208916fed
parent2707d42966f8985a6663c93e943b9a44b9399fca
types2, go/types: use slices.SortFunc

Now that we're bootstrapping from a toolchain that has the slices
package.

Updates #64751

Change-Id: I3227e55f87e033dae63a2d1712b7f9373fe49731
Reviewed-on: https://go-review.googlesource.com/c/go/+/610603
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/initorder.go
src/cmd/compile/internal/types2/stmt.go
src/go/types/initorder.go
src/go/types/stmt.go