aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2024-09-06internal/wasi: regenerated with [email protected]Randy Reddig
2024-09-06wasip2: do not export the _start functionAyke van Laethem
2024-09-05add board: RAKwireless RAK4631 (#4454)Warren Guy
2024-09-05reflect: support big-endian systemsAyke van Laethem
2024-09-04stub runtime_{Before,After}Exec for linkageRoger Standridge
2024-09-04darwin: replace custom syscall package with Go native syscall packageAyke van Laethem
2024-08-26fix: add missing Truncate() function stub to os/file for bare-metal systemsdeadprogram
2024-08-17ci: use Go 1.23Ayke van Laethem
2024-08-17darwin: work around a linker error for the mime/quotedprintable testsAyke van Laethem
2024-08-17syscall: add all MacOS errno valuesAyke van Laethem
2024-08-17sync: add Map.Clear()Ayke van Laethem
2024-08-17reflect: implement Type.Overflow* functionsAyke van Laethem
2024-08-17runtime: implement timers for Go 1.23Ayke van Laethem
2024-08-17internal/abi: implement initial version of this packageAyke van Laethem
2024-08-17unique: implement custom version of unique packageAyke van Laethem
2024-08-17internal/bytealg: add CompareStringAyke van Laethem
2024-08-15os/user: use stdlib version of this packageAyke van Laethem
2024-08-15Fix 'numer of', since 'NUMER' by itself is valid abbrev for numerator.Dan Kegel
2024-08-15misspell.csv: add new misspellings; also check in result of 'make spellfix'.Dan Kegel
2024-08-15unix: print a message when a fatal signal happensAyke van Laethem
2024-08-14machine/usb/descriptor: Reset joystick physicalUnrud
2024-08-14machine/usb/descriptor: Drop second joystick hatUnrud
2024-08-14machine/usb/hid/joystick: Allow more hat switchesUnrud
2024-08-14machine/usb/descriptor: Add more HID... functionsUnrud
2024-08-14machine/usb/descriptor: Fix encoding of valuesUnrud
2024-08-14make spell: add a few missing misspellings, fix format of .csv file, also fix...Dan Kegel
2024-08-12GNUmakefile: add spellfix target, use it. (#4387)dkegel-fastly
2024-08-12reflect, runtime: remove *UnsafePointer wrappers for functionsAyke van Laethem
2024-08-11add os.Truncate(name, size) (see #4209)Roger Standridge
2024-08-10wasm: call __stdio_exit on exitAyke van Laethem
2024-08-02os: add file.Truncateleongross
2024-07-31runtime: Simplify slice growing/appending code (#4287)L. Pereira
2024-07-31reflect: return correct name for unsafe.Pointer typeAyke van Laethem
2024-07-29Revert "Getting DeepEqual to work with maps whose key is an interface (#4360)"Ayke van Laethem
2024-07-24Getting DeepEqual to work with maps whose key is an interface (#4360)Laurent Demailly
2024-07-23Add missing T.DeadlineLaurent Demailly
2024-07-23add Fork and Exec libc hooksleongross
2024-07-22all: add linux/mipsle supportAyke van Laethem
2024-07-21os/Chown (#4213)leongross
2024-07-21net: update to latest net packagedeadprogram
2024-07-20Add enough tls.ConnectionState and tls.CipherSuiteName() to compile fortio/lo...Laurent Demailly
2024-07-20rewrite Reply() to fix sending long replies in I2C Target ModeMatthew Hiles
2024-07-20Allows compilation of code using debug.BuildInfo and show correct tinygo vers...Laurent Demailly
2024-07-18syscall: remove some dead codeAyke van Laethem
2024-07-17all: simplify wasm-tools-go dependencyRandy Reddig
2024-07-08gc_leaking: Don't zero out new allocations in some targets (#4302)L. Pereira
2024-07-08internal/wasi: update to [email protected] (#4326)Randy Reddig
2024-07-08runtime: implement dummy getAuxv to satisfy golang.org/x/sys/cpu (#4325)Elias Naur
2024-07-02wasi preview 2 support (#4027)Damian Gryski
2024-06-27wasm-unknown: make sure the os package can be importedAyke van Laethem