tinygo/src
Ayke van Laethem c43958972c compiler: add support for new unsafe slice/string functions
This adds support for unsafe.SliceData, unsafe.String, and
unsafe.SringData that were introduced in Go 1.20.
2023-01-17 08:38:54 +01:00
..
crypto build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
device build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
examples Add USB HID joystick support (#3366) 2023-01-07 22:30:40 +01:00
internal build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
machine Support for Adafruit Feather M0 Express board 2023-01-11 10:07:11 +01:00
net build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
os add a stub for os.Chtimes 2023-01-12 15:58:08 +01:00
reflect reflect: track flags when size changes from fits-in-pointer to not 2022-12-07 23:11:40 +01:00
runtime compiler: add support for new unsafe slice/string functions 2023-01-17 08:38:54 +01:00
sync Update docs 2022-11-04 19:53:12 +01:00
syscall build: drop deprecated build tags 2022-12-19 23:20:11 +01:00
testing testing: implement t.Setenv 2023-01-15 11:48:05 +01:00