aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2019-02-05compiler: support some more types in interfacesAyke van Laethem
2019-02-05compiler: support complex64 constantsAyke van Laethem
2019-02-05compiler: sort interface type codes in reverse orderAyke van Laethem
2019-02-05reflect: add reflect.TypeOfAyke van Laethem
2019-02-05making Docker build resilient (#168)Samuel Lang
2019-02-01main: add instructions how to build a release tarballv0.1Ayke van Laethem
2019-02-01main: optionally build with LLDAyke van Laethem
2019-02-01main: include prebuilt compiler-rt libraries in release tarballAyke van Laethem
2019-02-01main: give more context when running an external results in an errorAyke van Laethem
2019-02-01all: add static and release Makefile targetsAyke van Laethem
2019-02-01target: detect source directory more reliablyAyke van Laethem
2019-02-01Makefile: rename tgo to tinygoAyke van Laethem
2019-02-01machine/itsybitsym0: correct comments for UART1 pin mapping and note which of...Ron Evans
2019-01-31all: update import paths to github.com/tinygo-org/tinygoAyke van Laethem
2019-01-31compiler: support for byte arrays as keys in mapsKonstantin Yegupov
2019-01-31interp: support map literals with integer keysKonstantin Yegupov
2019-01-31compiler: better error message on trying to do a map lookup using an unsuppor...Konstantin Yegupov
2019-01-31all: go fmtAyke van Laethem
2019-01-28Implement PWM interface for SAMD21 (#157)Ron Evans
2019-01-27runtime: make stringNext use byteindex only, fix index offsetMichael Teichgraeber
2019-01-27all: rename go-llvm to new import pathAyke van Laethem