2591 Commits (5ce072b827c1b39e613560e8021bdc4b3d49112f)
 

Author SHA1 Message Date
Ayke van Laethem 5ce072b827 all: release v0.22.0 3 years ago
deadprogram 4029b838ce all: update license year to 2022 3 years ago
Dan Kegel 3fbab2ede3 builder/buildid.go: accept alternate name for buildid section on Linux 3 years ago
Dan Kegel a29e1d43f1 Kludge: provide stub for syscall.seek on 386 and arm, #1906 3 years ago
Dan Kegel ee663ccb96 Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906" 3 years ago
Ayke van Laethem cd867b72b9 interp: don't log from the interp package 3 years ago
Nia Waldvogel 8aa223aed9 main (test): integrate test corpus runner 3 years ago
Federico G. Schwindt 3a4e0c94e1
Switch default to llvm13 3 years ago
Dmitriy 0a0981a475 Provide Set/Get for each register field described in SVD files 3 years ago
Nia Waldvogel 2f57e4ff6d interp: handle type assertions on nil interfaces 3 years ago
deadprogram 5e33dccf1f build: trigger drivers repo build after successful docker dev build 3 years ago
Dan Kegel f4fdf8dce9 Makefile: detected TINYGO now works even if a rule changes directory 3 years ago
Dan Kegel 9c3f9537be os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test. 3 years ago
deadprogram f5b7925047 docs: correct link for building development version of TinyGo 3 years ago
Dmitriy Zakharkin 50401c05e8 move AVR interrupt related code to runtime 3 years ago
Dan Kegel 7914a729a5 Makefile: exclude archive/zip from TEST_PACKAGES on windows until ReadAt supported 3 years ago
Dan Kegel 8eedd2b04b Makefile: add archive/zip to TEST_PACKAGES 3 years ago
Dan Kegel 60b483bd3b Kludge: work around lack of syscall.seek on 386 and arm, #1906 3 years ago
Damian Gryski 322abf6d22 src/{syscall, os}: add File.Stat, with smoke test 3 years ago
Dan Kegel b85cb55aab interpreter.go: double timeout to let a real world project build. Waiting is a bit less frustrating with breadcrumbs. 3 years ago
Federico G. Schwindt 03d83181ca Bump go-llvm to support llvm12 and 13 under macos 3 years ago
Yurii Soldak 31ee1637df nrf: fix stop condition race in i2c 3 years ago
deadprogram b7bcb256d7 docs: add GH Actions badge for Docker build 3 years ago
deadprogram 7516c5d69e build: rename file and cleanup names displayed for Docker dev build 3 years ago
Nia Waldvogel c6ae1c58fc compiler: remove parentHandle from calling convention 3 years ago
Nia Waldvogel 0c2fefa09b transform: remove switched func lowering 3 years ago
Nia Waldvogel ea2a6b70b2 internal/task: remove coroutines 3 years ago
Ayke van Laethem d054d4d512 loader: respect $GOROOT when running `go list` 3 years ago
Ayke van Laethem e7e1b755c9 Makefile: use absolute path for llvm-build/bin/* binaries 3 years ago
Nia Waldvogel 38cd5b80ec Makefile: fix tool autodetect conversion to absolute path 3 years ago
Nia Waldvogel 57ff3a5ca0 compiler: predeclare runtime.trackPointer 3 years ago
Nia Waldvogel ecf7014f7e Makefile: reorganize tool detection 3 years ago
Nia Waldvogel 7c3a22d289 wasmtest: fix resource cleanup and add logging 3 years ago
Dan Kegel 2c7ea98ccf runtime: add stubs for Func.FileLine and Frame.PC 3 years ago
Dan Kegel 57b8f7e667 os: implement os.Symlink and os.Readlink 3 years ago
Dan Kegel db0efc52c7 os: implement os.ExpandEnv 3 years ago
Dan Kegel 94b075e423 .github: test-linux-build: install wasmtime, make tinygo-test-wasi-fast 3 years ago
Dan Kegel ce5d52870f Makefile: tinygo-test: move slow tests to end, add -fast target to skip them 3 years ago
Dan Kegel dd6adcacb6 testing: --run now allows filtering of subtests 3 years ago
Dan Kegel 610a20c4d5 testing.go: hoist runTests() out of Run() to match upstream a bit better 3 years ago
Pure White daf5d0b63a
fix: makefile on macOS (#2535) 3 years ago
Damian Gryski 233f5c6af2 main: replace {root} for compiler tests too 3 years ago
Damian Gryski ca2f25ed48 compileopts: move {root} replacement to compileopts.Emulator() 3 years ago
Yurii Soldak cc1a95a489 nrf: fix race in i2c 3 years ago
Nia Waldvogel 431e223803 main (test): skip AVR tests 3 years ago
deadprogram 1b46324456 testL update chromedp to v0.7.6 for stability 3 years ago
Nia Waldvogel 751ac85488 ci (Windows/Mac): use binaryen from scoop/brew 3 years ago
deadprogram 512fb1dae6 docs: update CI badges for GH actions, and correct count of supported boards 3 years ago
Damian Gryski 0d20afa85f Makefile: add compress/flate and compress/zlib to wasi test packages 3 years ago
Damian Gryski c87bb0e9cc pass more --dirs to wasmtime so it can read the entire module tree 3 years ago