aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2019-01-27loader: better error message on import cyclesKonstantin Yegupov
2019-01-25Add core support for multiple UARTs (#152)Ron Evans
2019-01-25runtime/strings: add implementation of strings.IndexByte() (#155)Ron Evans
2019-01-25compiler: fix indexing of strings on AVRAyke van Laethem
2019-01-22loader: fix ARM compatibilityAyke van Laethem
2019-01-21compiler: add support for channel operationsAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2019-01-21wasm: add GOOS/GOARCH propertiesAyke van Laethem
2019-01-21compiler/interface: fix LLVM context for boolean variableAyke van Laethem
2019-01-21compiler/interface: correct comment on functionAyke van Laethem
2019-01-21interp: extra safety check in string emulationAyke van Laethem
2019-01-21machine/samd21: I2C implementationRon Evans
2019-01-21machine/itsybitsy-m0: specify which pins to use for UART0Ron Evans
2019-01-21machine/atsamd21: implements UART0 using the SERCOM0 interfaceRon Evans
2019-01-20machine/atsamd21: correct clock calibration based on stored fuse valueRon Evans
2019-01-20machine/atsamd21: improve GPIO config to support all 32 pins on PORTA as well...Ron Evans
2019-01-20generators: correctly handle clustered subtypes used in Atmel SAMD21 SVD for ...Ron Evans
2019-01-18sam: add support for Atmel SAMD21 based ItsyBitsy M0Ron Evans
2019-01-18lib/cmsis-svd: update to latest release with updated SAMD21 and SAMD51 SVD filesRon Evans
2019-01-18wasm: fix typo in wasm_exec.js preventing memory importSeth Junot
2019-01-18runtime/wasm: add memset()Seth Junot
2019-01-16main: compile and run a program directlyAyke van Laethem
2019-01-15tools/gen-device-svd: handle case with nested registers that have same addres...Ron Evans
2019-01-15loader: remove redundant gateway functionWèi Cōngruì
2019-01-14runtime: remove ctx param from stub codeAyke van Laethem
2019-01-14compiler/interface: fix comparison with error valueAyke van Laethem
2019-01-13docs: change links in README and remove old ReadTheDocs pages to point to Tin...Ron Evans
2019-01-13generator: generate device wrappers for Atmel SAM familyRon Evans
2019-01-10machine/stm32f103xx: implmentation for I2C interfaceRon Evans
2019-01-08tools: use env to search path for python3j7b
2019-01-05all: add support for more architectures and GOOS/GOARCH (#118)Ayke
2019-01-04compiler: allow slicing arrays of a named typeKonstantin Yegupov
2019-01-04Reduce code size for AVR (#116)Ayke
2019-01-03all: add flag to enable i64 parameters in WebAssemblyKonstantin Yegupov