2620 Commits (5746154cc081b0bbf46097d8bac6eecf3a68ffec)
 

Author SHA1 Message Date
Ayke van Laethem b13c993565 compiler: fix ranging over maps with particular map types 3 years ago
Ayke van Laethem 449bfe04f3 compiler: move *ssa.Next lowering for maps to compiler/map.go 3 years ago
Damian Gryski 1903cf23c9 src/runtime: improve float/complex hashing 3 years ago
deadprogram 9734f349a3 net/interface: use internal implementation for itoa.Uitoa 3 years ago
soypat d87ff838eb net: add bare Interface implementation 3 years ago
Damian Gryski a360c82b40 src/runtime: strengthen hash function for structs and arrays 3 years ago
deadprogram 4a2faeb2c5 machine/stm32f103: initial implementation on ADC interface 3 years ago
deadprogram 99f00d396d machine/bluepill: add definitions for ADC pins 3 years ago
deadprogram 049c5ed3b1 machine/stm32f4: initial implementation for ADC interface 3 years ago
deadprogram cce02cd046 machine/stm32f4disco: add definitions for ADC pins 3 years ago
Dan Kegel be7bbba4ca os: implement and smoketest os.Chmod 3 years ago
Dan Kegel e668c8c1a7 os: implement and smoketest os.Chdir 3 years ago
Dan Kegel d62c9696fb os_unix_test.go: rename to os_anyos_test.go, add windows build tag 3 years ago
Damian Gryski 343146f35c src/testing: stub b.RunParallel() and PB.Next() 3 years ago
sago35 0285171484 main: improve help 3 years ago
Dan Kegel 1a22d92217 os: remove as-yet unused function splitPath 3 years ago
Dan Kegel 8416bb61d8 os: implement MkdirAll 3 years ago
Damian Gryski 85ad157f3f src/os: fix build tags for non-windows PathSeparator 3 years ago
Dan Kegel b123ffcea4 os: implement CreateTemp 3 years ago
Dan Kegel ec9fd3fb38 os, syscall: implement Stat and Lstat 3 years ago
Ayke van Laethem 5127b9d65b all: add LLVM 12 support 4 years ago
Ayke van Laethem 74b20ca234 runtime: use LLVM intrinsic to read the stack pointer 3 years ago
Ayke van Laethem 3d73ee77d3 machine: add Device constant 3 years ago
Dan Kegel 6b0f2cd697 os: TempDir(): obey TMPDIR on unix, TMP on win, etc 3 years ago
Dan Kegel e354a3523b os.Remove: avoid double-wrapping err; fixes TODO in test 3 years ago
Dan Kegel f79f6b0e62 os, syscall: implement ReadAt for unix 3 years ago
Damian Gryski 47db50b273 os: add a stub for File.Truncate 3 years ago
Olivier Fauchon b0fce80b50 Improvements for stm32wle targets : 3 years ago
Ayke van Laethem 718746dd21 os: stub out support for some more features 4 years ago
Kenneth Bell 6cbaed75c8 stm32: fix timeout for i2c comms 3 years ago
Kenneth Bell a6200920f7 stm32: pull-up on I2C lines 3 years ago
Ayke van Laethem 79467baf12 all: remove FreeBSD support 3 years ago
Ayke van Laethem c31aef06ba cgo: add support for C.CString and related functions 3 years ago
Ayke van Laethem 6bd18af5ef cgo: simplify construction of in-memory AST 3 years ago
Ayke van Laethem 1789570f52 cgo: add //go: pragmas to generated functions and globals 3 years ago
Damian Gryski a536ddcda8 tinygo: support -run for tests 3 years ago
Damian Gryski 18242bc26a runtime: allow comparing interfaces in reflectValueEqual() 3 years ago
Ayke van Laethem 18f4ffd656 ci: move Linux release builds to GitHub Actions 3 years ago
Ayke van Laethem 7238c0a16f ci: cache Go cache for faster build times 3 years ago
Ayke van Laethem c177e4dbc0 ci: move assert-test-linux to GitHub Actions 3 years ago
Ayke van Laethem 1d2c17753a tests: improve wasm tests slightly 3 years ago
Kenneth Bell 470cbd5f53 housekeeping: wasm optional in smoketest and fix make clean 3 years ago
Kenneth Bell 62d4a6a77f stm32: add minimal stm32wlex5 / lorae5 target 3 years ago
Dan Kegel 339301b709 os: Implement and smoke test Mkdir() and Remove() 3 years ago
Dan Kegel aea4f57a2b syscall: hoist cstring() out of two functions to reduce repetition and allocations 3 years ago
sago35 2a17a3e56c board: add M5Stack 3 years ago
Ayke van Laethem 34011c4800 targets: change LLVM features to match vanilla Clang 3 years ago
Damian Gryski f8206b9bcc syscall: fix array size for mmap slice creation 3 years ago
Ayke van Laethem b01ce95cb5 ci: run stdlib tests on macos 3 years ago
Ayke van Laethem 0658e4896f syscall: add support for Mmap and Mprotect 3 years ago