1562 Commits (4e4b5955db2d9604ae82949e6cd06d5b92a15408)
 

Author SHA1 Message Date
Ayke van Laethem 6b8940421e avr: use standard pin numbering 5 years ago
cornelk 2c71f08922 reflect: add Cap and Len support for map and chan 5 years ago
cornelk 7e64bc8f77 runtime: add cap and len support for chans 5 years ago
cornelk 1461563e3f testdata: fix formatting 5 years ago
cornelk acdaa72365 runtime: fix compilation errors when using gc.extalloc 5 years ago
deadprogram 01f5c1d455 machine/arduino-nano33: remove (d)ebug flag to reduce console noise when flashing 5 years ago
deadprogram 00f3a65903 machine/arduino-nano33: use (U)SB flag to ensure that device can be found when not on default port 5 years ago
Jaden Weiss b4815192a6 testdata, sync: add sync.Mutex test to testdata/coroutines.go 5 years ago
Jaden Weiss c54e1cc955 sync: modify sync.Cond 5 years ago
Jaden Weiss 7801921cc0 testdata: replace fake waitgroup in channel.go with sync.WaitGroup 5 years ago
Jaden Weiss afc6bd5cdd sync: add WaitGroup 5 years ago
Jaden Weiss ae2cbbf851 internal/task: fix nil panic in (*internal/task.Stack).Pop 5 years ago
Jaden Weiss ccd79ee289 add sync.Cond 5 years ago
Jaden Weiss 171d0fe123 implement mutex blocking 5 years ago
sago35 5ed0f67e1c
sam: fix ROM / RAM size on atsamd51j20 5 years ago
sago35 8ce3cfad40 flash: fix getDefaultPort() fails on Windows locales such as Japan 5 years ago
Ayke van Laethem 904fa852f6 transform: fix debug information in func lowering pass 5 years ago
Ayke van Laethem d0b2585e82 main: update go-llvm to fix macOS build problem 5 years ago
Ayke van Laethem 23e88bfb15 arm: allow nesting in DisableInterrupts and EnableInterrupts 5 years ago
Ayke van Laethem 6389e45d99 all: replace ReadRegister with AsmFull inline assembly 5 years ago
Ayke van Laethem 9342e73ae1 builder: fix picolibc include path 5 years ago
Ayke van Laethem fc4857e98c runtime: avoid recursion in printuint64 function 5 years ago
Yannis Huber f66492a338 Fix return address in scheduler 5 years ago
Jaden Weiss 445fd37bef main: update version for beginning of v0.14 development cycle 5 years ago
Ayke van Laethem a9ba6ebad9 main: version 0.13.1 5 years ago
Ayke van Laethem 565ff99c31 gba: always use ARM mode instead of Thumb mode 5 years ago
Jaden Weiss ceeba528e7 runtime: copy stack scan assembly for GBA 5 years ago
Ayke van Laethem 16c2d84c49 compiler: add parameter names to IR 5 years ago
Ayke van Laethem f00bb63330 runtime: do not put scheduler and GC code in the same section 5 years ago
Ayke van Laethem efdb2e852e main: version 0.13.0 5 years ago
Ron Evans bb540df2d1 flash: retry 3 times when attempting to reset the serial port 5 years ago
suzuki-koya e181199305 compiler/llvm.go: fix typo 5 years ago
Ayke van Laethem 7b2377586f compiler: unexport some exported symbols 5 years ago
Elliott Sales de Andrade 471cb4cfd7 wasm_exec: Implement syscall/js.valueDelete. 5 years ago
Elliott Sales de Andrade 5706b062e9 wasm_exec: Add copyBytesToGo. 5 years ago
Elliott Sales de Andrade 4347496623 wasm_exec: Cross-port exit with code 1 change. 5 years ago
Jaden Weiss 9c78f7039d runtime (chan): fix blocking select on a nil channel 5 years ago
Jaden Weiss 9890c760cf transform (func-lowering): remove specializations from function value lowering and fix lowering of a function value of an unimplemented type 5 years ago
Elliott Sales de Andrade 0a8bfc57ef all: support Go 1.14 5 years ago
Ayke van Laethem 5674c35e14 wasm: backport "garbage collect references to JavaScript values" 5 years ago
Ayke van Laethem 0f9038ad2e wasm: remove _callbackShutdown 5 years ago
Elliott Sales de Andrade 343bb42644 cgo: normalize test results 5 years ago
Jaden Weiss bb5f7534e5 transform (coroutines): remove map iteration from coroutine lowering pass 5 years ago
Ron Evans 3862d6e8a2 docs: update README to have all currently supported boards 5 years ago
Ayke van Laethem 5ef8c89937 reelboard: add SoftDevice target reelboard-s140v7 5 years ago
Ayke van Laethem 2078b042a4 nrf: add lib/nrfx/mdk to include dirs 5 years ago
Ayke van Laethem 9e453a5a29 builder: work around a bug in ld.lld in LLVM 10 5 years ago
Ayke van Laethem a08d3aa1dd ci: run tests in LLVM9 + LLVM10 5 years ago
Ayke van Laethem 0afd42c439 main: switch to LLVM 10 5 years ago
Ayke van Laethem 584e94ce2f transform: allow updating tests with -update flag 5 years ago