aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2024-11-08wasm: correctly return from run() in wasm_exec.jsAyke van Laethem
2024-11-08wasm: support `//go:wasmexport` functions after a call to `time.Sleep`Ayke van Laethem
2024-11-07runtime: remove unnecessary check for negative sleepTicks durationAyke van Laethem
2024-11-07runtime: don't call sleepTicks with a negative durationAyke van Laethem
2024-11-07os: implement StartProcessleongross
2024-11-04internal/wasm-tools, syscall: update to [email protected] (#4577)Randy Reddig
2024-11-01runtime/trace: stub all public methodsJoonas Bergius
2024-10-28sync: don't use `volatile` in MutexAyke van Laethem
2024-10-25runtime: bump markStackSizeDamian Gryski
2024-10-25machine/usb/adc/midi: fix PitchBendsago35
2024-10-25machine/usb/adc/midi: clarify operator precedencesago35
2024-10-24runtime: add gc layout info for some basic typesDamian Gryski
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-10-23wasm: use precise GC for WebAssembly (including WASI)Ayke van Laethem
2024-10-22targets: add WaveShare ESP-C3-32S-KitAyke van Laethem
2024-10-22esp32c3: add smoke tests for a few boardsAyke van Laethem
2024-10-21fe310: support GPIO PinInputAyke van Laethem
2024-10-19runtime: use unsafe.Slice for leveldb codeDamian Gryski
2024-10-19runtime: use unsafe.Slice in tsip codeDamian Gryski
2024-10-19runtime: remove minSched hack for wasmAyke van Laethem
2024-10-18os/file_unix: add runtime function net.NewFile stubleongross
2024-10-18runtime: disallow defer in interruptsAyke van Laethem
2024-10-18wasm: add //go:wasmexport support to js/wasmAyke van Laethem
2024-10-18runtime: implement newcoro, coroswitch to support package iterElias Naur
2024-10-17internal/{cm,wasi}: regenerate WASI 0.2 bindings with wasm-tools-go v0.3.0Randy Reddig
2024-10-09runtime: add HeapAlloc to gc_leakingDamian Gryski
2024-10-08crypto/x509/internal/macos: add package stub to build crypto/x509 on macOSElias Naur
2024-10-07runtime: track Memstats.HeapAlloc for gc_blocksDamian Gryski
2024-10-07Added mstats fieldsBCG
2024-10-04compiler, runtime: enable go:wasmexport for wasip2 (#4499)Randy Reddig
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-10-02runtime: seed fastrand() with hardware randomnessDamian Gryski
2024-10-02runtime: add maps.cloneDamian Gryski
2024-10-02runtime: fix building with -tags=runtime_memhash_tsipDamian Gryski
2024-10-02runtime: make map iteration less definedDamian Gryski
2024-09-17os/File: add stubs for os.File Deadlines (#4465)leongross
2024-09-17Cgo add cbytes implementation (rebased version of #3318) (#4470)leongross
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