aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/goroot.go
AgeCommit message (Expand)Author
2022-09-01loader,crypto: fix link error for crypto/internal/boring/sig.StandardCryptoDamian Gryski
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-07all: move from os.IsFoo to errors.Is(err, ErrFoo)Damian Gryski
2022-08-07all: remove calls to deprecated ioutil packageDamian Gryski
2022-04-09Add a shim for internal/fuzzElliott Sales de Andrade
2022-02-28Revert "all: move stm32 files to separate repository"sago35
2022-02-18all: move stm32 files to separate repositoryAyke van Laethem
2021-12-28loader: elminate goroot cache inconsistencyNia Waldvogel
2021-11-16net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa.Dan Kegel
2021-08-12baremetal,wasm: support command line params and environment variablesAyke van Laethem
2021-06-21crypto/rand: replace this package with a TinyGo versionAyke van Laethem
2021-05-20Add support for net.IPFederico G. Schwindt
2020-09-29support WASI target (#1373)Takeshi Yoneda
2020-09-03loader: rewrite/refactor much of the code to use go list directlyAyke van Laethem
2020-08-29loader: be more robust when creating the cached GOROOTAyke van Laethem
2020-08-28loader: use ioutil.TempDir to create a temporary directoryAyke van Laethem
2020-08-19loader: work around Windows symlink limitationAyke van Laethem
2020-07-31nintendoswitch: Add experimental Nintendo Switch support without CRTLucas Teske
2020-05-27loader: merge roots from both Go and TinyGo in a cached directoryAyke van Laethem