3903 Commits (2e76cd3687df0f6a4ea8d042589ced1d22f4ea78)
 

Author SHA1 Message Date
Ayke van Laethem 2e76cd3687 builder: interpret linker error messages 4 months ago
Ayke van Laethem 2eb39785fe cgo: add support for printf 9 months ago
Ayke van Laethem 3021e16bbf wasm: call __stdio_exit on exit 9 months ago
Ayke van Laethem 55f7d21ff5 builtins: add GENERIC_TF_SOURCES 5 months ago
Kobayashi Shunta 841abb0903 feat: add node: specifier 3 months ago
Ayke van Laethem fb3d98ce6e compileopts: add CanonicalArchName to centralize arch detection 3 months ago
Ayke van Laethem 020664591a main: show runtime panic addresses for `tinygo run` 3 months ago
Ayke van Laethem 2d6d9eb76d ci: don't include prebuilt libraries in the release 3 months ago
leongross a8a532f9d6
os: add file.Truncate 3 months ago
L. Pereira 417a26d20c
runtime: Simplify slice growing/appending code (#4287) 3 months ago
Ayke van Laethem 88f9fc3ce2 reflect: return correct name for unsafe.Pointer type 3 months ago
Ayke van Laethem 84c376160f transform: use thinlto-pre-link passes 3 months ago
Ayke van Laethem 6184a6cd35 Revert "Getting DeepEqual to work with maps whose key is an interface (#4360)" 3 months ago
Laurent Demailly 1fd75ffbda
Getting DeepEqual to work with maps whose key is an interface (#4360) 4 months ago
Laurent Demailly 61d36fb3f8 Add missing T.Deadline 4 months ago
leongross b318a941a4 add Fork and Exec libc hooks 4 months ago
Ayke van Laethem 725518f007 all: add linux/mipsle support 5 months ago
Ayke van Laethem 04d1261f8a build: add package ID to compiler and optimization error messages 4 months ago
leongross 3e2230eadb
os/Chown (#4213) 4 months ago
deadprogram 4f908f4877 net: update to latest net package 4 months ago
Laurent Demailly 319683b863
Add enough tls.ConnectionState and tls.CipherSuiteName() to compile fortio/log (#4345) 4 months ago
Matthew Hiles 4af3f618f8 rewrite Reply() to fix sending long replies in I2C Target Mode 4 months ago
Laurent Demailly 89340f82dc
Allows compilation of code using debug.BuildInfo and show correct tinygo version (#4343) 4 months ago
Ayke van Laethem 824bf24445 diagnostics: sort package diagnostics by position 4 months ago
Ayke van Laethem 80269b98ba diagnostics: move diagnostic printing to a new package 4 months ago
Ayke van Laethem 3788b31ba5 main: add test for error coming from the optimizer 4 months ago
Ayke van Laethem f4ce11ef37 main: add error tests for the compiler 4 months ago
Ayke van Laethem a5f78a3900 main: add interp tests 4 months ago
Ayke van Laethem e409950492 main: refactor error messages to use FileCheck-like patterns 4 months ago
deadprogram 208eb1a817 fix: set ubuntu version to 24.04 to try to address #4347 4 months ago
Ayke van Laethem 2920492e0a syscall: remove some dead code 4 months ago
Randy Reddig 87a8aafc4f all: simplify wasm-tools-go dependency 4 months ago
Tai Groot f026422b04 add chromeos 9p support 4 months ago
Anatol Pomozov fb91c7097f Do not stop compilation on compiler warnings 4 months ago
Ayke van Laethem d7773d3e86 loader: handle `go list` errors inside TinyGo 4 months ago
Ayke van Laethem b04b690842 libclang: do not make error locations relative 4 months ago
Ayke van Laethem 8a357af3d8 all: add testing for compiler error messages 4 months ago
Ayke van Laethem 7ac1ca0ae2 builder: remove workaround for generics race condition 4 months ago
Ayke van Laethem 2f3d821b13 cgo: support preprocessor macros passed on the command line 4 months ago
Dmitry Shemin 6f462fba4c fix: remove message after test binary built 4 months ago
L. Pereira ac396708da
main_test: Diff expected and actual results when tests fail (#4288) 4 months ago
L. Pereira d150badf33
gc_leaking: Don't zero out new allocations in some targets (#4302) 4 months ago
Randy Reddig 2d85fc6a64
internal/wasi: update to wasm-tools-go@v0.1.2 (#4326) 4 months ago
Elias Naur 5ca3e4a2da
runtime: implement dummy getAuxv to satisfy golang.org/x/sys/cpu (#4325) 4 months ago
Ayke van Laethem e6caa3fe9e transform: fix incorrect alignment of heap-to-stack transform 4 months ago
Ayke van Laethem 571447c7c1 compiler: add 'align' attribute to runtime.alloc calls 4 months ago
Damian Gryski 9cb263479c
wasi preview 2 support (#4027) 4 months ago
Ayke van Laethem f18c6e342f test: support GOOS/GOARCH pairs in the -target flag 4 months ago
leongross 2d5a8d407b add support for unix.{RawSyscall,RawSyscallNoError} 4 months ago
leongross 36958b2875 add support for unix.Syscall* invocations 4 months ago