aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-10-17main: version 0.9.0v0.9.0Ayke van Laethem
2019-10-17main: add go version to tinygo versionAyke van Laethem
2019-10-17build: add Azure build pipeline badgeRon Evans
2019-10-17all: add support for WindowsAyke van Laethem
2019-10-16fix goroutine lowering type errorsJaden Weiss
2019-10-16fix miscompile of function nil panicsJaden Weiss
2019-10-16properly handle nil New func in sync.PoolJaden Weiss
2019-10-15docs: correct the count of supported boards, and put into strict alpha orderRon Evans
2019-10-14main: add go env subcommandAyke van Laethem
2019-10-14main: refactor environment variables into a separate packageAyke van Laethem
2019-10-14targets: refactor flash/gdb target configurationAyke van Laethem
2019-10-13compiler: support recursive typesAyke van Laethem
2019-10-13machine/spi: do not compare slices against nil, same as #612 but for all plat...Ron Evans
2019-10-13flash: support flashing boards using Mass Storage Device (MSD) operation for ...Ron Evans
2019-10-13flash: add ability to perform 1200baud port reset for MCUs that can detect th...Ron Evans
2019-10-11machine/nrf: do not compare slices against nilAyke van Laethem
2019-10-10docs: add SiFive HiFive1 to list of supported boardsRon Evans
2019-10-09machine/hifive1: add GPIO Get() implementation and update other implementatio...Ron Evans
2019-10-09machine/samd51: update to accomodate differences in updated SVD files for fro...Ron Evans
2019-10-09cmsis: update to latest version of SVD filesRon Evans
2019-10-09runtime/all: add implementation of bytealg.CountString to complete #424Ron Evans
2019-10-09generator: handle fields that use bitRange element and ensure all caps for at...Ron Evans
2019-10-07machine/samd21: switch UART to use new pin configurationAyke van Laethem
2019-10-07machine/samd21: use pins specified in I2CConfigAyke van Laethem
2019-10-06raise timeouts on USB on atsamd and fix slice sizingJaden Weiss
2019-10-06arduino: fix avr hex not working when flashedparasquid
2019-10-01machine/atsamd21: refactor SPI pin handling to only look at pin numbersAyke van Laethem
2019-10-01compiler: support constant indices with a named typeAyke van Laethem
2019-09-27try adding assertions to CIJaden Weiss
2019-09-25fix LLVM assertions from improved blockingJaden Weiss
2019-09-25Allow overridding Python used for generators.Elliott Sales de Andrade
2019-09-24machine/samd21,samd51: remove use of binary package to avoid reflection and r...Ron Evans
2019-09-24interp: implement runtime.sliceCopyAyke van Laethem
2019-09-24interp: add basic test to interp packageAyke van Laethem
2019-09-24interp: avoid an extra TargetData argumentAyke van Laethem
2019-09-24all: add support for go 1.13Jaden Weiss
2019-09-24reflect: delete incorrect optimizationJaden Weiss
2019-09-24machine/stm32f103xx: prevent time.Sleep() issues by preventing sleeping for l...Ron Evans
2019-09-24Makefile: add md5sum to smoketestAyke van Laethem
2019-09-22Improved blocking (#513)Jaden Weiss
2019-09-22replace reflect.interfaceHeader with strongly typed runtime functionsJaden Weiss
2019-09-22compiler: move OptimizeStringToBytes to transform packageAyke van Laethem
2019-09-22Makefile: include the transform package in the gofmt listAyke van Laethem
2019-09-21allow selecting a different go version and use ccache for LLVM whenever possibleJaden Weiss
2019-09-21gitignore: ignore llvm-project directoryAyke van Laethem
2019-09-21machine/gameboy-advance: allow TinyGo to directly output GBA files that are r...Ron Evans
2019-09-20fix bug in IR regarding type aliasesJaden Weiss
2019-09-18compiler: add //go:align pragmaAyke van Laethem
2019-09-18main: switch to version 0.9.0-devAyke van Laethem
2019-09-18main: version 0.8.0v0.8.0Ayke van Laethem