aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-07-20main: add interp testsAyke van Laethem
2024-07-20main: refactor error messages to use FileCheck-like patternsAyke van Laethem
2024-07-20fix: set ubuntu version to 24.04 to try to address #4347deadprogram
2024-07-18syscall: remove some dead codeAyke van Laethem
2024-07-17all: simplify wasm-tools-go dependencyRandy Reddig
2024-07-15add chromeos 9p supportTai Groot
2024-07-14Do not stop compilation on compiler warningsAnatol Pomozov
2024-07-13loader: handle `go list` errors inside TinyGoAyke van Laethem
2024-07-13libclang: do not make error locations relativeAyke van Laethem
2024-07-13all: add testing for compiler error messagesAyke van Laethem
2024-07-13builder: remove workaround for generics race conditionAyke van Laethem
2024-07-13cgo: support preprocessor macros passed on the command lineAyke van Laethem
2024-07-09fix: remove message after test binary builtDmitry Shemin
2024-07-08main_test: Diff expected and actual results when tests fail (#4288)L. Pereira
2024-07-08gc_leaking: Don't zero out new allocations in some targets (#4302)L. Pereira
2024-07-08internal/wasi: update to [email protected] (#4326)Randy Reddig
2024-07-08runtime: implement dummy getAuxv to satisfy golang.org/x/sys/cpu (#4325)Elias Naur
2024-07-03transform: fix incorrect alignment of heap-to-stack transformAyke van Laethem
2024-07-03compiler: add 'align' attribute to runtime.alloc callsAyke van Laethem
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-28test: support GOOS/GOARCH pairs in the -target flagAyke van Laethem
2024-06-27add support for unix.{RawSyscall,RawSyscallNoError}leongross
2024-06-27add support for unix.Syscall* invocationsleongross
2024-06-27wasm-unknown: make sure the os package can be importedAyke van Laethem
2024-06-25version: update to 0.33.0-devdeadprogram
2024-06-25compiler: remove old atomics workaround for AVRAyke van Laethem
2024-06-24machine: use new internal/binary packageAyke van Laethem
2024-06-23all: use latest version of x/toolsAyke van Laethem
2024-06-23remove unused registers for x86_64 linux syscallsleongross
2024-06-16Release 0.32.0v0.32.0Ayke van Laethem
2024-06-15add SetReadDeadline stubleongross
2024-06-14Add smoke tests for machine packageAyke van Laethem
2024-06-12compiler: fix race condition by applying a proposed patchAyke van Laethem
2024-06-12all: drop support for Go 1.18Ayke van Laethem
2024-06-11targets: add cyw43439 tag to badger2040-w and also add new pico-w target for ...deadprogram
2024-06-10transform/rtcalls: Bail fast if can't convert pointerL. Pereira
2024-06-07cgo: implement shift operations in preprocessor macrosAyke van Laethem
2024-06-06update fpm ci, fixup importleongross
2024-06-06Add process.Release for unixleongross
2024-06-06add FindProcess for posixleongross
2024-06-02Add signal stubs (#4270)leongross
2024-05-31builder: make sure wasm-opt command line is printed if askedDamian Gryski
2024-05-31builder: keep un-wasm-opt'd .wasm if -work was passedDamian Gryski
2024-05-29src/reflect: uncomment more tests that passDamian Gryski
2024-05-29cgo: do a basic test that math functions workAyke van Laethem
2024-05-28os/user: add stubs for `Lookup{,Group}` and `Group`diamondburned
2024-05-28compiler,reflect: fix NumMethods for Interface typefrenkel26
2024-05-24LLVM 18 supportAyke van Laethem
2024-05-24main: add -serial=rtt flag as possible optionAyke van Laethem
2024-05-18fix fpm ci installionleongross