]> Cypherpunks repositories - gostls13.git/commit
runtime,internal: move runtime/internal/sys to internal/runtime/sys
authorDavid Chase <drchase@google.com>
Tue, 23 Jul 2024 15:43:23 +0000 (11:43 -0400)
committerDavid Chase <drchase@google.com>
Tue, 23 Jul 2024 19:05:35 +0000 (19:05 +0000)
commitfc5073bc155545dde4856cccdfcbb31880d1eb66
tree90aba60eda016a9392cd8ee0d55a154d0aa570e3
parentf9eb3e3cd59c1cf38a98f2367c6c8dc180db9a95
runtime,internal: move runtime/internal/sys to internal/runtime/sys

Cleanup and friction reduction

For #65355.

Change-Id: Ia14c9dc584a529a35b97801dd3e95b9acc99a511
Reviewed-on: https://go-review.googlesource.com/c/go/+/600436
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
70 files changed:
.gitignore
src/cmd/compile/internal/noder/helpers.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/test/inl_test.go
src/cmd/compile/internal/types/pkg.go
src/cmd/compile/internal/types/type.go
src/cmd/dist/build.go
src/cmd/distpack/pack.go
src/cmd/distpack/test.go
src/cmd/go/go_test.go
src/cmd/internal/objabi/pkgspecial.go
src/cmd/internal/objabi/stack.go
src/go/build/deps_test.go
src/internal/coverage/pkid.go
src/internal/runtime/sys/consts.go [moved from src/runtime/internal/sys/consts.go with 100% similarity]
src/internal/runtime/sys/consts_norace.go [moved from src/runtime/internal/sys/consts_norace.go with 100% similarity]
src/internal/runtime/sys/consts_race.go [moved from src/runtime/internal/sys/consts_race.go with 100% similarity]
src/internal/runtime/sys/intrinsics.go [moved from src/runtime/internal/sys/intrinsics.go with 100% similarity]
src/internal/runtime/sys/intrinsics_test.go [moved from src/runtime/internal/sys/intrinsics_test.go with 97% similarity]
src/internal/runtime/sys/nih.go [moved from src/runtime/internal/sys/nih.go with 100% similarity]
src/internal/runtime/sys/sys.go [moved from src/runtime/internal/sys/sys.go with 100% similarity]
src/reflect/deepequal.go
src/runtime/HACKING.md
src/runtime/arena.go
src/runtime/cgo/cgo.go
src/runtime/cgocall.go
src/runtime/cpuprof.go
src/runtime/debuglog.go
src/runtime/export_test.go
src/runtime/histogram.go
src/runtime/iface.go
src/runtime/malloc.go
src/runtime/mbitmap.go
src/runtime/mcache.go
src/runtime/mcentral.go
src/runtime/mcheckmark.go
src/runtime/mfinal.go
src/runtime/mfixalloc.go
src/runtime/mgcmark.go
src/runtime/mgcscavenge.go
src/runtime/mgcstack.go
src/runtime/mgcwork.go
src/runtime/mheap.go
src/runtime/mpagecache.go
src/runtime/mpallocbits.go
src/runtime/mprof.go
src/runtime/netpoll.go
src/runtime/panic.go
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/signal_arm64.go
src/runtime/signal_linux_s390x.go
src/runtime/signal_mipsx.go
src/runtime/signal_ppc64x.go
src/runtime/signal_unix.go
src/runtime/signal_windows.go
src/runtime/slice.go
src/runtime/stack.go
src/runtime/stkframe.go
src/runtime/symtab.go
src/runtime/symtabinl_test.go
src/runtime/sys_wasm.go
src/runtime/time.go
src/runtime/traceallocfree.go
src/runtime/traceback.go
src/runtime/tracebuf.go
src/runtime/traceevent.go
src/runtime/tracemap.go
src/runtime/traceregion.go
test/intrinsic.dir/main.go