aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2024-11-30runtime: implement GoexitAyke van Laethem
2024-11-29examples: use default UART settings in echo exampledeadprogram
2024-11-27runtime: use uint32 for the channel state and select indexAyke van Laethem
2024-11-22sync: make Pool thread-safeAyke van Laethem
2024-11-22sync: only use a lock in the Map implementation when neededAyke van Laethem
2024-11-22runtime: prepare the leaking GC for concurrent operationsAyke van Laethem
2024-11-22internal/task: implement PMutexAyke van Laethem
2024-11-21runtime: fix regression introduced by merging conflicting PRsAyke van Laethem
2024-11-20runtime: implement race-free signals using futexesAyke van Laethem
2024-11-20runtime: use SA_RESTART when registering a signalAyke van Laethem
2024-11-20runtime: rewrite channel implementationAyke van Laethem
2024-11-20runtime: move scheduler code aroundAyke van Laethem
2024-11-20cgo: support errno value as second return parameterAyke van Laethem
2024-11-19windows: don't return, exit via exit(0) insteadAyke van Laethem
2024-11-19syscall: use wasi-libc tables for wasm/js targetAyke van Laethem
2024-11-19syscall: refactor environment handlingAyke van Laethem
2024-11-18runtime: heapptr only needs to be initialized onceAyke van Laethem
2024-11-18linux: add runtime.fcntl functionleongross
2024-11-15compiler, runtime: move constants into shared packageAyke van Laethem
2024-11-14runtime: optimize findHeadAyke van Laethem
2024-11-13reflect: fix Copy of non-pointer array with size > 64bitsBen Krieger
2024-11-13reflect: add Value.Clear; support anytype->interface{}, Slice->(*)Array in Va...Ben Krieger
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