aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader
AgeCommit message (Expand)Author
2024-11-20runtime: implement race-free signals using futexesAyke van Laethem
2024-11-20cgo: support errno value as second return parameterAyke van Laethem
2024-11-15compiler, runtime: move constants into shared packageAyke van Laethem
2024-10-24runtime: add gc layout info for some basic typesDamian Gryski
2024-10-18loader: make sure we always return an error even without type errorsAyke van Laethem
2024-10-18loader: don't panic when main package is not named 'main'Ayke van Laethem
2024-10-08crypto/x509/internal/macos: add package stub to build crypto/x509 on macOSElias Naur
2024-09-04darwin: replace custom syscall package with Go native syscall packageAyke van Laethem
2024-08-17internal/abi: implement initial version of this packageAyke van Laethem
2024-08-17unique: implement custom version of unique packageAyke van Laethem
2024-08-15os/user: use stdlib version of this packageAyke van Laethem
2024-08-15misspell.csv: add new misspellings; also check in result of 'make spellfix'.Dan Kegel
2024-07-17all: simplify wasm-tools-go dependencyRandy Reddig
2024-07-13loader: handle `go list` errors inside TinyGoAyke van Laethem
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-24machine: use new internal/binary packageAyke van Laethem
2024-04-19Run Nick G's spellchecker github.com/client9/misspell, carefuly fix what it f...dkegel-fastly
2024-02-19compileopts: always enable CGoAyke van Laethem
2024-01-19loader: make sure Go version is plumbed throughAyke van Laethem
2024-01-19loader: enforce Go language version in the type checkerAyke van Laethem
2024-01-18cgo: add file AST for fake C file locationsAyke van Laethem
2023-12-30os/user: add bare-bones implementation of the os/user packageElias Naur
2023-12-06Add network device driver model, netdevScott Feldman
2023-10-15refactor: rm io/ioutil funcsginglis13
2023-10-14builder: refactor clang include headersAyke van Laethem
2023-08-13loader: merge go.env file which is now required starting in Go 1.21 to correc...deadprogram
2023-03-10Added missing TCPAddr and UDPAddr implementations to the net packageJustin A. Wilson
2022-09-16cgo: implement support for static functionsAyke van Laethem
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-06-11compiler: add support for type parameters (aka generics)Ayke van Laethem
2022-06-11fix: fixes tinygo test ./... syntax.José Carlos Chávez
2022-05-30all: add support for the embed packageAyke van Laethem
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
2022-02-12loader: only add Clang header path for CGoAyke van Laethem
2022-01-23main (test): integrate test corpus runnerNia Waldvogel
2022-01-19loader: respect $GOROOT when running `go list`Ayke van Laethem
2022-01-15pass more --dirs to wasmtime so it can read the entire module treeDamian Gryski
2022-01-09all: switch to LLVM 13Ayke 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-11-03builder: improve accuracy of the -size=full flagAyke van Laethem
2021-10-31loader: fix true path detection on WindowsAyke van Laethem
2021-09-28builder, cgo: support function definitions in CGo headersAyke van Laethem
2021-09-15loader: fix panic in CGo files with syntax errorsAyke van Laethem
2021-08-12baremetal,wasm: support command line params and environment variablesAyke van Laethem