3341 Commits (5ed0cecf0ddb57aab381f6a96542c30400cf0fbf)
 

Author SHA1 Message Date
Damian Gryski 584a2718d0 reflect: add type check to Value.Field() 2 years ago
Damian Gryski 069c397975 reflect: fix off-by-one in Zero sizing 2 years ago
Damian Gryski e0aee1f23c reflect: Type.AssignableTo(): you can assign anything to interface{} 2 years ago
Damian Gryski ad9f790dfc reflect: set Index field in Field() 2 years ago
Damian Gryski f42d8b3056 debug: stub SetGCPercent() 2 years ago
Damian Gryski 04412cba0e reflect: add stub for StructOf() 2 years ago
Damian Gryski 3b2763896f reflect: add stubs for Method(), CanConvert(), ArrayOf() 2 years ago
Damian Gryski fb394c7685 reflect: add UnsafeAddr() 2 years ago
Damian Gryski a52cad3825 reflect: fix Addr() indirect value/flags and add tests. 2 years ago
Ayke van Laethem 0e94553b26 builder: add test to check for changes in binary size 2 years ago
deadprogram e6580bfff4 machine/rp2040: correct Flash implementation 2 years ago
deadprogram 5db83f11df machine/flash: refactor to keep use of pure offset relative to start 2 years ago
deadprogram 60366adfa8 machine/rp2040: implement Flash interface 2 years ago
Kenneth Bell faa449a9e1 arm: enable functions in RAM for go & cgo 2 years ago
sago35 08cf2b25c5 machine/rp2040: change uart to allow for a single pin 2 years ago
sago35 d6103222f7 wioterminal: fix pin definition of BCM13 2 years ago
Damian Gryski 69e5c5088d reflect: add support for remaining map types 2 years ago
Damian Gryski a6084767b3 syscall: remove misleading comment about Stat_t fields 2 years ago
Damian Gryski cf4a6d3253 syscall: add Timespec.Unix() for wasi. 2 years ago
Damian Gryski 4716298044 os,syscall: Stat_t timespec fields are Atimespec on darwin 2 years ago
Justin A. Wilson 7706c41bf6 Added missing TCPAddr and UDPAddr implementations to the net package 2 years ago
deadprogram 0bc19735f3 machine/samd51: disable/restore Flash cache on write/erase 2 years ago
deadprogram 51c1579c3d machine/samd51: implement Flash interface 2 years ago
Damian Gryski 6a45b73fcb compiler, reflect: replace package and name length with null-byte termination 2 years ago
Damian Gryski 2de64d3f4e compiler, reflect: add Type.PkgPath 2 years ago
Damian Gryski c192c7376e targets: bump cortex-m-qemu default stack size 2 years ago
Damian Gryski 2a821d2a66 reflect: improve Value.String() 2 years ago
Damian Gryski 90af41d089 reflect: add Type.String() 2 years ago
Damian Gryski 7654d86d2c compiler, reflect: add support for named types 2 years ago
sago35 45f119de34 machine/atsamd51: remove extra BK0RDY clear 2 years ago
Ayke van Laethem 71be24e4f9 transform: add debug information to internal/task.stackSize 2 years ago
Ayke van Laethem 3701e6eac1 compiler: account for alignment with -size=full 2 years ago
Ayke van Laethem 0463d34887 compiler: emit correct alignment in debug info for global variables 2 years ago
Ayke van Laethem 0b47b99448 builder: improve reading of DWARF variables 2 years ago
Ayke van Laethem ea97c60959 builder: sizes: list interrupt vector as a pseudo-package for -size=full 2 years ago
Ayke van Laethem de281191e0 builder: detect compiler-rt size usage 2 years ago
Ron Evans fc28f513c7
machine/samd21: implement Flash interface (#3496) 2 years ago
Ayke van Laethem 34ba0c1be1 ci: build LLVM with thread support on Windows 3 years ago
sago35 7ca45d61fc machine/rp2040: correct issue with spi pin validation 2 years ago
deadprogram 871cd66b98 build/linux: switch to ubuntu-20.04 for arm builds since ubuntu-18.04 is deprecated for GH actions runner 2 years ago
Ayke van Laethem 192a55970f windows: disable parallelism on Windows 2 years ago
Ayke van Laethem 8babc47638 compiler: fix a race condition 2 years ago
Ayke van Laethem 1cb702ac4c compiler: try harder to find source locations for constants 2 years ago
Ayke van Laethem c6ac1cc969 compiler: add debug location to string values 2 years ago
Ayke van Laethem 0ce539ad42 compiler; add position information to createConstant 2 years ago
Christian Stewart 930255ff46 os: add IsTimeout function 2 years ago
Damian Gryski 57ecf1acdc testdata: add brandondube/pctl to corpus 2 years ago
Justin A. Wilson 313c9e31dd Refactor EnableInterrupts and DisableInterrupts 2 years ago
Ayke van Laethem d87e3ce330 compiler: add debug information to []embed.file slice global 2 years ago
Ayke van Laethem 11a6c84ea5 compiler: add debug information to //go:embed slice data 2 years ago