aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-02-27main: version 0.3.0v0.3.0Ayke van Laethem
2019-02-24machine/circuitplay_express: add basic support for Adafruit Circuit Playgroun...Ron Evans
2019-02-24machine/atsamd21: add GPIO_INPUT_PULLUP and GPIO_INPUT_PULLDOWN GPIO pin conf...Ron Evans
2019-02-24machine/samd21: handle PINMUX and PINCFG registers correctly for PORTB pinsRon Evans
2019-02-24nrf: add CPU frequencyAyke van Laethem
2019-02-23arm: provide intrinsics to disable/enable interruptsAyke van Laethem
2019-02-23samd21: define and use hardware pin numbersAyke van Laethem
2019-02-23samd21: add GPIO support for port BAyke van Laethem
2019-02-23machine/atsamd21: support for USB CDC aka serial interfaceRon Evans
2019-02-23machine/samd21: correct calculation for runtime ticks() function so that go r...Ron Evans
2019-02-23compiler: extend flash command to support different output file types, based ...Ron Evans
2019-02-20machine/atsamd21: extracts functionality for processor family into shared files.Ron Evans
2019-02-19all: add macOS supportAyke van Laethem
2019-02-19build: correct Makefile to build tinygo executable correctly when build direc...Ron Evans
2019-02-19ir: remove old cgo related codeAyke van Laethem
2019-02-19compiler: remove some dead code reported by go vetAyke van Laethem
2019-02-19all: remove init interpretation during IR constructionAyke van Laethem
2019-02-18cgo: implement bool/float/complex typesAyke van Laethem
2019-02-18compiler: use Clang data layout for complex numbersAyke van Laethem
2019-02-11Added regular pins const for bbc:microbit (#181)Daniel Esteban
2019-02-11wasm: support wasm example on Safariadmin
2019-02-08main: version v0.2.0v0.2.0Ayke van Laethem
2019-02-08loader/cgo: add support for function pointersAyke van Laethem
2019-02-08loader/cgo: add support for pointer typesAyke van Laethem
2019-02-08loader: support global variables in CGo (#173)Ayke
2019-02-08build: display output file sizes for target smoke test builds on Travis (#175)Ron Evans
2019-02-08Add tinygo version subcommand (#172)Ron Evans
2019-02-08docs: refactor README content (#171)Ron Evans
2019-02-07compiler: add syscalls for 64-bit armAyke van Laethem
2019-02-07compiler: add syscalls for 32-bit armAyke van Laethem
2019-02-05all: update Travis CI to Ubuntu XenialAyke van Laethem
2019-02-05runtime: add support for math packageAyke van Laethem
2019-02-05main: link with --gc-sectionsAyke van Laethem
2019-02-05compiler: support NaN in float comparisonsAyke van Laethem
2019-02-05Add CONTRIBUTING.md to help us help you (#169)Ron Evans
2019-02-05os: add basic OS functionalityAyke van Laethem
2019-02-05compiler: implement syscall.Syscall* as builtinsAyke van Laethem
2019-02-05interp: fix recursive scanningAyke van Laethem
2019-02-05interp: remove init call when hitting 'unreachable'Ayke van Laethem
2019-02-05interp: fix uintptr type context in interfaceAyke van Laethem
2019-02-05test: add -short flag that only tests on the hostAyke van Laethem
2019-02-05compiler: avoid all debug info with -no-debugAyke van Laethem
2019-02-05reflect: implement Value.Set*() for basic typesAyke van Laethem
2019-02-05compiler: add support for comparing complex numbersAyke van Laethem
2019-02-05reflect: add limited support for all type kindsAyke van Laethem
2019-02-05compiler: add support for zero channel constantAyke van Laethem
2019-02-05amd64: align on 16 bytes instead of 8Ayke van Laethem
2019-02-05reflect: support slices and indexing of strings and slicesAyke van Laethem
2019-02-05reflect: add support for non-named basic typesAyke van Laethem
2019-02-05test: check for errors when globbing test packagesAyke van Laethem