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