aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2019-07-15os: gofmtAyke van Laethem
2019-07-15runtime: add several os package stubsJustin Clift
2019-07-08runtime: add support for math intrinsics where supportedAyke van Laethem
2019-07-08all: make WebAssembly initial linear memory size configurableAyke van Laethem
2019-07-08compiler: add the //go:noinline pragmaAyke van Laethem
2019-07-07machine/samd21/arduino-nano33: adds support for Arduino Nano33 IoT along with...Ron Evans
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
2019-07-01compiler,runtime: implement a portable conservative GCAyke van Laethem
2019-07-01all: rename garbage collectorsAyke van Laethem
2019-06-30adds PowerSupplyActive to enable supply voltages to nRF52840 and (#430)Daniel Esteban
2019-06-30add reelboard pins for the epaper display and the reset pin (#429)Daniel Esteban
2019-06-28machine: add generic board support on non-baremetal hardwareAyke van Laethem
2019-06-20runtime: fix a heap corruption where some blocks were not marked as reachableAyke van Laethem
2019-06-19compiler,runtime: implement string to []rune conversionscriptonist
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck
2019-06-12Add implementation for os.Exit and syscall.ExitTomer Elmalem
2019-06-12compiler,runtime: implement non-blocking selectsAyke van Laethem
2019-06-12compiler,runtime: store channel size in the channel itselfAyke van Laethem
2019-06-06arm: update to avoid //go:volatileAyke van Laethem
2019-06-06machine: update ringbuffer to use runtime/volatile.Register8Ayke van Laethem
2019-06-06runtime: update to avoid //go:volatileAyke van Laethem
2019-06-06all: move Register{8,16,32} values into runtime/volatileAyke van Laethem
2019-06-03reflect: stub out reflect.New and reflect.ZeroTomer Elmalem
2019-05-28Trivial typo fixJustin Clift
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-27wasm: add support for js.FuncOfAyke van Laethem
2019-05-27compiler,runtime: make panic functions camelCaseAyke van Laethem
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-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-23machine/atsamd21: fix analog pin modeAyke van Laethem
2019-05-21machine/stm32: refactor to use new volatile package for all register accessRon Evans
2019-05-20arm: print an error when a HardFault occursAyke 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-14[Board] Adafruit Trinket (#333)Martin Treml
2019-05-14avr: use register wrappers that use runtime/volatile.*Uint8 callsAyke van Laethem
2019-05-14compiler: implement volatile operations as compiler builtinsAyke van Laethem
2019-05-14runtime: implement growing hashmapsAyke van Laethem
2019-05-14compiler,runtime: use the size hint when creating a new mapAyke van Laethem
2019-05-13Fix I2C signalStop in readLastByte for Microbit (#344)Anthony Elder
2019-05-12machine/samd21: Initial implementation of I2S hardware interface using Circui...Ron Evans
2019-05-11compiler: implement complex divisionAyke van Laethem
2019-05-09example: just using 'Cache-Control': 'no-cache' should be good enoughJustin Clift