]> Cypherpunks repositories - gostls13.git/commit
all: remove redundant Swiss prefixes
authorMichael Pratt <mpratt@google.com>
Tue, 29 Jul 2025 17:58:35 +0000 (13:58 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 30 Jul 2025 18:47:17 +0000 (11:47 -0700)
commit82a1921c3b6b493c4ff358f063c2ffffabba9fd5
tree6e5cc053bad978bc6b794e90625a2056fd38940b
parent2ae059ccaf982c3304fae0b48c1d78ad7192cbdd
all: remove redundant Swiss prefixes

Now that there is only one map implementation we can simplify names.

For #54766.

Change-Id: I6a6a636cc6a8fc5e7712c27782fc0ced7467b939
Reviewed-on: https://go-review.googlesource.com/c/go/+/691596
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
37 files changed:
src/cmd/compile/internal/reflectdata/map.go
src/cmd/compile/internal/reflectdata/reflect.go
src/cmd/compile/internal/rttype/rttype.go
src/cmd/compile/internal/ssagen/intrinsics.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/types/fmt.go
src/cmd/compile/internal/types/type.go
src/cmd/compile/internal/walk/builtin.go
src/cmd/compile/internal/walk/order.go
src/cmd/compile/internal/walk/range.go
src/cmd/compile/internal/walk/walk.go
src/cmd/link/internal/ld/deadcode.go
src/cmd/link/internal/ld/decodesym.go
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/dwarf_test.go
src/hash/maphash/maphash_runtime.go
src/internal/abi/map.go
src/internal/abi/type.go
src/internal/runtime/maps/export_test.go
src/internal/runtime/maps/group.go
src/internal/runtime/maps/map.go
src/internal/runtime/maps/map_test.go
src/internal/runtime/maps/runtime.go
src/internal/runtime/maps/runtime_fast32.go
src/internal/runtime/maps/runtime_fast64.go
src/internal/runtime/maps/runtime_faststr.go
src/internal/runtime/maps/table.go
src/internal/runtime/maps/table_debug.go
src/reflect/map.go
src/runtime/linkname_shim.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go
src/runtime/map_test.go
src/runtime/runtime-gdb.py
src/runtime/type.go