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/internal/ssa2ast
Daniel Martí 4963af3311 all: drop x/exp in favor of std
x/exp/rand was being used for no apparent reason; use math/rand.

x/exp/maps and x/exp/slices can be replaced with maps and slices
respectively now that we require Go 1.23 or later.
Note that the APIs are slightly different due to iterators.
11 months ago
..
func.go all: drop x/exp in favor of std 11 months ago
func_test.go add generic function support for control flow obfuscation 2 years ago
helpers_test.go internal/ssa2ast: satisfy staticcheck with an ignore directive 1 year ago
polyfill.go add trash block generator (#825) 2 years ago
type.go drop Go 1.22 and require Go 1.23.0 or later (#876) 11 months ago
type_test.go add trash block generator (#825) 2 years ago