]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: move per-type types to internal/abi
authorDavid Chase <drchase@google.com>
Tue, 25 Apr 2023 23:14:05 +0000 (19:14 -0400)
committerDavid Chase <drchase@google.com>
Thu, 11 May 2023 13:45:40 +0000 (13:45 +0000)
commit2e93fe0a9f55aaa2a762e7fb454d76b2ee3a4e4f
tree6ad00fee3adb58714aa001ece696eeebeb2b5087
parenta2838ec5f20b56e94a18c873ab4b68397355e214
runtime: move per-type types to internal/abi

Change-Id: I1f031f0f83a94bebe41d3978a91a903dc5bcda66
Reviewed-on: https://go-review.googlesource.com/c/go/+/489276
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
20 files changed:
src/cmd/link/internal/ld/dwarf.go
src/cmd/link/internal/ld/dwarf_test.go
src/runtime/alg.go
src/runtime/arena.go
src/runtime/cgocall.go
src/runtime/cgocheck.go
src/runtime/export_debug_test.go
src/runtime/export_test.go
src/runtime/heapdump.go
src/runtime/iface.go
src/runtime/map.go
src/runtime/map_fast32.go
src/runtime/map_fast64.go
src/runtime/map_faststr.go
src/runtime/mbitmap.go
src/runtime/mfinal.go
src/runtime/plugin.go
src/runtime/runtime1.go
src/runtime/syscall_windows.go
src/runtime/type.go