Age | Commit message (Expand) | Author |
2024-08-14 | machine/usb/hid/joystick: Allow more hat switches | Unrud |
2024-08-14 | machine/usb/descriptor: Add more HID... functions | Unrud |
2024-08-14 | machine/usb/descriptor: Fix encoding of values | Unrud |
2024-08-14 | make spell: add a few missing misspellings, fix format of .csv file, also fix... | Dan Kegel |
2024-08-12 | GNUmakefile: add spellfix target, use it. (#4387) | dkegel-fastly |
2024-08-12 | reflect, runtime: remove *UnsafePointer wrappers for functions | Ayke van Laethem |
2024-08-11 | add os.Truncate(name, size) (see #4209) | Roger Standridge |
2024-08-10 | wasm: call __stdio_exit on exit | Ayke van Laethem |
2024-08-02 | os: add file.Truncate | leongross |
2024-07-31 | runtime: Simplify slice growing/appending code (#4287) | L. Pereira |
2024-07-31 | reflect: return correct name for unsafe.Pointer type | Ayke van Laethem |
2024-07-29 | Revert "Getting DeepEqual to work with maps whose key is an interface (#4360)" | Ayke van Laethem |
2024-07-24 | Getting DeepEqual to work with maps whose key is an interface (#4360) | Laurent Demailly |
2024-07-23 | Add missing T.Deadline | Laurent Demailly |
2024-07-23 | add Fork and Exec libc hooks | leongross |
2024-07-22 | all: add linux/mipsle support | Ayke van Laethem |
2024-07-21 | os/Chown (#4213) | leongross |
2024-07-21 | net: update to latest net package | deadprogram |
2024-07-20 | Add enough tls.ConnectionState and tls.CipherSuiteName() to compile fortio/lo... | Laurent Demailly |
2024-07-20 | rewrite Reply() to fix sending long replies in I2C Target Mode | Matthew Hiles |
2024-07-20 | Allows compilation of code using debug.BuildInfo and show correct tinygo vers... | Laurent Demailly |
2024-07-18 | syscall: remove some dead code | Ayke van Laethem |
2024-07-17 | all: simplify wasm-tools-go dependency | Randy Reddig |
2024-07-08 | gc_leaking: Don't zero out new allocations in some targets (#4302) | L. Pereira |
2024-07-08 | internal/wasi: update to [email protected] (#4326) | Randy Reddig |
2024-07-08 | runtime: implement dummy getAuxv to satisfy golang.org/x/sys/cpu (#4325) | Elias Naur |
2024-07-02 | wasi preview 2 support (#4027) | Damian Gryski |
2024-06-27 | wasm-unknown: make sure the os package can be imported | Ayke van Laethem |
2024-06-24 | machine: use new internal/binary package | Ayke van Laethem |
2024-06-15 | add SetReadDeadline stub | leongross |
2024-06-14 | Add smoke tests for machine package | Ayke van Laethem |
2024-06-06 | update fpm ci, fixup import | leongross |
2024-06-06 | Add process.Release for unix | leongross |
2024-06-06 | add FindProcess for posix | leongross |
2024-06-02 | Add signal stubs (#4270) | leongross |
2024-05-29 | src/reflect: uncomment more tests that pass | Damian Gryski |
2024-05-28 | os/user: add stubs for `Lookup{,Group}` and `Group` | diamondburned |
2024-05-24 | LLVM 18 support | Ayke van Laethem |
2024-05-14 | reflect: use int in StringHeader and SliceHeader on non-AVR platforms (#4156) | Randy Reddig |
2024-05-13 | Add I2C support for esp32 (#4259) | Johann Freymuth |
2024-05-13 | targets: add support for Badger2040 W | deadprogram |
2024-05-12 | targets: add support for m5paper | Johann Freymuth |
2024-05-10 | machine: add TxFifoFreeLevel() for CAN | sago35 |
2024-05-08 | machine/stm32: add i2c Frequency and SetBaudRate() function for boards that w... | deadprogram |
2024-04-30 | Add 'make spell' target, fix what it finds. In .go files, only checks comments. | Dan Kegel |
2024-04-28 | simulator: add support for GetRNG | Ayke van Laethem |
2024-04-28 | simulator: fix I2C support | Ayke van Laethem |
2024-04-27 | runtime: skip negative sleep durations in sleepTicks | Elias Naur |
2024-04-26 | rp2040: fix timeUnit type | Ayke van Laethem |
2024-04-24 | machine/thingplus_rp2040, machine/waveshare-rp2040-zero:add WS2812 definition | sago35 |