aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-07-17main: version 0.7.0v0.7.0Ayke van Laethem
2019-07-17docs: add Arduino Nano33 IoT to READMERon Evans
2019-07-15os: gofmtAyke van Laethem
2019-07-15runtime: add several os package stubsJustin Clift
2019-07-08main: set the current working directory when calling an external linkerAyke van Laethem
2019-07-08runtime: add support for math intrinsics where supportedAyke van Laethem
2019-07-08wasm: set the stack at the start of linear memoryAyke van Laethem
2019-07-08all: make WebAssembly initial linear memory size configurableAyke van Laethem
2019-07-08compiler: do not create stack objects for functions that don't allocateAyke van Laethem
2019-07-08compiler: add the //go:noinline pragmaAyke van Laethem
2019-07-08compiler: avoid some stack frames when this is unnecessaryAyke van Laethem
2019-07-07machine/samd21/arduino-nano33: adds support for Arduino Nano33 IoT along with...Ron Evans
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
2019-07-07ci: make smoketests more flexibleAyke van Laethem
2019-07-06tools/gen-device-svd: be a bit more forgiving for stm32 svd filesAyke van Laethem
2019-07-06tools/gen-device-svd: refactor to make the code more declarativeAyke van Laethem
2019-07-06ci: fix cache paths for LLVM sourceAyke van Laethem
2019-07-06main: use zversion.go and VERSION files to detect version, fixes #433diamondburned
2019-07-03compiler: remove some TODOsAyke van Laethem
2019-07-03compiler: track all pointers returned by runtime.allocAyke van Laethem
2019-07-01compiler,runtime: implement a portable conservative GCAyke van Laethem
2019-07-01all: rename garbage collectorsAyke van Laethem
2019-06-30adds PowerSupplyActive to enable supply voltages to nRF52840 and (#430)Daniel Esteban
2019-06-30add reelboard pins for the epaper display and the reset pin (#429)Daniel Esteban
2019-06-29main: small refactor in error printingAyke van Laethem
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-06-24circleci: update source and build cache keysJustin Clift
2019-06-24Makefile: use the LLVM monorepoJustin Clift
2019-06-20Added supporting suctom TargetSpec json file via -target flag.m-chichikalov
2019-06-20Include test in helptextCarolyn Van Slyck
2019-06-20Default package name to . when not specifiedCarolyn Van Slyck
2019-06-20runtime: fix a heap corruption where some blocks were not marked as reachableAyke van Laethem
2019-06-20Trivial typo fixJustin Clift
2019-06-19compiler,runtime: implement string to []rune conversionscriptonist
2019-06-18main: add support for -tags flagsAyke van Laethem
2019-06-18test: replace ExitStatus() with go1.11 compatible syntaxRon Evans
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck
2019-06-13all: try more locations to find Clang built-in headersAyke van Laethem
2019-06-12Add implementation for os.Exit and syscall.ExitTomer Elmalem
2019-06-12compiler,runtime: implement non-blocking selectsAyke van Laethem
2019-06-12compiler,runtime: store channel size in the channel itselfAyke van Laethem
2019-06-12Makefile: using an alternative LLVM build dir now worksJustin Clift
2019-06-12Makefile: drop the -lclangToolingRefactor libraryAyke van Laethem
2019-06-08compiler: move global handling from ir to compiler packageAyke van Laethem
2019-06-08compiler: refactor named types to create them lazilyAyke van Laethem
2019-06-08compiler: return a valid (undef) value from a unsupported selectAyke van Laethem
2019-06-08compiler: remove superfluous 'err' result in decodeFuncValueAyke van Laethem
2019-06-08compiler: support non-constant syscall numbersAyke van Laethem
2019-06-08compiler: add support for pointers as map keysAyke van Laethem
2019-06-08Add a note to use --recursive when cloning the TinyGo repoJustin Clift