aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-05-29main: version 0.6.0v0.6.0Ayke van Laethem
2019-05-28llvm cpu featuresj7b
2019-05-28Trivial typo fixJustin Clift
2019-05-27ci: install Go 1.12.5 on macOSAyke van Laethem
2019-05-27machine/samd21: use HasBits() method to simplify bit comparisonsRon Evans
2019-05-27machine/stm32: use HasBits() method to simplify bit comparisonsRon Evans
2019-05-27machine/avr: use HasBits() method to simplify bit comparisonsRon Evans
2019-05-27tools: generate volatile HasBits() method in device wrappers to simplify bit ...Ron Evans
2019-05-27ci: use go modules instead of depAyke van Laethem
2019-05-27wasm: add support for js.FuncOfAyke van Laethem
2019-05-27compiler,runtime: make panic functions camelCaseAyke van Laethem
2019-05-27docs: update list of supported MCU boardsRon Evans
2019-05-27syscall: implement Exit call on unixAyke van Laethem
2019-05-26machine: refactor pins to be of Pin typeAyke van Laethem
2019-05-25wasm: fix Makefile to avoid debuginfoAyke van Laethem
2019-05-25wasm: fix wasm-ld hangAyke van Laethem
2019-05-24main: add the absolute path to clang-8 on macOSAyke van Laethem
2019-05-24tools/gen-device: complete refactor to new generator based on volatile packageRon Evans
2019-05-24machine/nrf: refactor to use volatile package/APIRon Evans
2019-05-24machine/stm32f103xx: fix i2c 2 byte readk-brk
2019-05-24compiler,runtime: fix multiple definitions of a single functionAyke van Laethem
2019-05-24main: add build tags for the Go stdlib versionAyke van Laethem
2019-05-24interp: support some more expressions in const icmpAyke van Laethem
2019-05-24ci: make sure that all examples are included in the smoketestsAyke van Laethem
2019-05-24ci: move tests from CircleCI config to MakefileAyke van Laethem
2019-05-23machine/atsamd21: fix analog pin modeAyke van Laethem
2019-05-21interp: work around limitation of constfolding in IR builderAyke van Laethem
2019-05-21interp: make errors during branches more reliableAyke van Laethem
2019-05-21machine/stm32: refactor to use new volatile package for all register accessRon Evans
2019-05-20all: add go.mod and go.sum files for vgo supportAyke van Laethem
2019-05-20arm: print an error when a HardFault occursAyke van Laethem
2019-05-20compiler: create temporary allocas with appropriate lifetimesAyke van Laethem
2019-05-19machine/sam: Refactor all machine/runtime code to use new volatile package/APIRon Evans
2019-05-19machine/feather-m0: correct board build tag and add placeholders for I2S inte...Ron Evans
2019-05-19Add Feather M0 Board (#356)Anthony Elder
2019-05-18interp: improve scan for loadsAyke van Laethem
2019-05-18compiler: avoid some obviously false nil checksAyke van Laethem
2019-05-17cgo: print better error messages for unknown typesAyke van Laethem
2019-05-17cgo: add support for enum typesAyke van Laethem
2019-05-15docker: do not remove make from tinygo-dev docker image, to make it easier to...Ron Evans
2019-05-14docs: update README with new boards Adafruit Trinket M0, and STM32F407 DiscoveryRon Evans
2019-05-14[Board] Adafruit Trinket (#333)Martin Treml
2019-05-14avr: use register wrappers that use runtime/volatile.*Uint8 callsAyke van Laethem
2019-05-14compiler: add //go:inline pragmaAyke van Laethem
2019-05-14compiler: implement volatile operations as compiler builtinsAyke van Laethem
2019-05-14compiler: insert nil checks when storing to a pointerAyke van Laethem
2019-05-14compiler: add debug info for function argumentsAyke van Laethem
2019-05-14compiler: implement comparing channel valuesAyke van Laethem
2019-05-14compiler: simplify some interface codeAyke van Laethem
2019-05-14runtime: implement growing hashmapsAyke van Laethem