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
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
..
asthelper implement flattening hardening 2 years ago
ctrlflow all: drop x/exp in favor of std 11 months ago
linker drop Go 1.22 and require Go 1.23.0 or later (#876) 11 months ago
literals fix shuffle obfuscation compiler optimization 2 years ago
ssa2ast all: drop x/exp in favor of std 11 months ago