tinygo/src
Ayke van Laethem f24a93c51d compiler, runtime: add layout parameter to runtime.alloc
This layout parameter is currently always nil and ignored, but will
eventually contain a pointer to a memory layout.

This commit also adds module verification to the transform tests, as I
found out that it didn't (and therefore didn't initially catch all
bugs).
2021-11-02 22:16:15 +01:00
..
crypto/rand crypto/rand: switch to arc4random_buf 2021-08-09 15:20:39 +02:00
device add support for CPU interrupts for ESP32-C3 2021-10-23 03:31:37 +02:00
examples machine/rp2040: add PWM implementation (#2015) 2021-09-01 16:58:13 +02:00
internal riscv: switch to tasks-based scheduler 2021-10-05 05:52:03 +02:00
machine machine: support Pin.Get() function when the pin is configured as output 2021-10-28 07:22:19 +02:00
net move xtoi2 to parse.go 2021-07-02 18:49:14 +02:00
os os: implement Getwd 2021-10-05 00:14:09 +02:00
reflect compiler, runtime: add layout parameter to runtime.alloc 2021-11-02 22:16:15 +01:00
runtime compiler, runtime: add layout parameter to runtime.alloc 2021-11-02 22:16:15 +01:00
sync Add sync.NewCond 2021-06-01 15:02:11 +02:00
syscall os: implement Getwd 2021-10-05 00:14:09 +02:00
testing src/testing: stub B.ReportAllocs() 2021-10-16 01:49:25 +02:00