You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/script
Daniel Martí 48fac78ecc set up go/types.Config.Sizes according to GOARCH
Otherwise we miscalculate int sizes, type sizes, alignments, and so on.
Caught by the GOARCH=386 go test on CI, since the os package imports
internal/syscall/unix, which uses arch-dependent padding.

The different padding between our incorrect use of go/types
and the correct typechecking done by the compiler caused different
obfuscation of fields, as the struct types stringified differently,
and they are used as a hash salt for field name obfuscation.
7 months ago
..
asm.txtar drop Go 1.21 and start using go/version 1 year ago
atomic.txtar drop Go 1.21 and start using go/version 1 year ago
basic.txtar drop Go 1.21 and start using go/version 1 year ago
cache.txtar drop Go 1.21 and start using go/version 1 year ago
cgo.txtar drop Go 1.21 and start using go/version 1 year ago
crossbuild.txtar set up go/types.Config.Sizes according to GOARCH 7 months ago
ctrlflow.txtar drop Go 1.21 and start using go/version 1 year ago
debugdir.txtar drop Go 1.21 and start using go/version 1 year ago
embed.txtar drop Go 1.21 and start using go/version 1 year ago
goenv.txtar drop Go 1.21 and start using go/version 1 year ago
gogarble.txtar obfuscate syscall again to fix x/sys/unix 1 year ago
goversion.txtar add linker patches for Go 1.23 7 months ago
help.txtar drop Go 1.21 and start using go/version 1 year ago
implement.txtar obfuscate syscall again to fix x/sys/unix 1 year ago
imports.txtar drop Go 1.21 and start using go/version 1 year ago
init.txtar drop Go 1.21 and start using go/version 1 year ago
ldflags.txtar drop Go 1.21 and start using go/version 1 year ago
linker.txtar disable linker.txtar as it's broken by design on Go 1.23 7 months ago
linkname.txtar remove test linknames into std 7 months ago
list_error.txtar drop Go 1.21 and start using go/version 1 year ago
literals.txtar drop Go 1.21 and start using go/version 1 year ago
modinfo.txtar drop Go 1.21 and start using go/version 1 year ago
plugin.txtar drop Go 1.21 and start using go/version 1 year ago
position.txtar drop Go 1.21 and start using go/version 1 year ago
reflect.txtar drop Go 1.21 and start using go/version 1 year ago
reverse.txtar tweak script/reverse.txtar to pass on both Go 1.22 and 1.23 7 months ago
run.txtar drop Go 1.21 and start using go/version 1 year ago
seed-cache.txtar drop Go 1.21 and start using go/version 1 year ago
seed.txtar drop Go 1.21 and start using go/version 1 year ago
syntax.txtar drop Go 1.21 and start using go/version 1 year ago
test.txtar drop Go 1.21 and start using go/version 1 year ago
tiny.txtar make pointer regular expressions more flexible 12 months ago
typeparams.txtar drop Go 1.21 and start using go/version 1 year ago