aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-22compiler: conform to latest iteration of wasm types proposal (#4501)Randy Reddig
2024-10-22Add sponsor button to key repositoriesDaniel Esteban
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-21goenv: parse patch version, add func Compare to compare two Go version string...Randy Reddig
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-19wasm: add test for js.FuncOfAyke van Laethem
2024-10-19ci: use macos-13 instead of macos-12 for amd64 buildsAyke van Laethem
2024-10-19compiler: mark stringFromRunes as nocapture/readonlyDamian Gryski
2024-10-19compiler: mark stringFromBytes as nocapture/readonly to help escape analysisDamian Gryski
2024-10-18os/file_unix: add runtime function net.NewFile stubleongross
2024-10-18builder: check for Go toolchain version used to compile TinyGoAyke van Laethem
2024-10-18loader: make sure we always return an error even without type errorsAyke van Laethem
2024-10-18main: make sure typecheck errors are correctly reportedAyke van Laethem
2024-10-18loader: don't panic when main package is not named 'main'Ayke van Laethem
2024-10-18transform: optimize range over []byte(string)Elias Naur
2024-10-18runtime: disallow defer in interruptsAyke van Laethem
2024-10-18builder: remove environment variables when invoking ClangAyke van Laethem
2024-10-18wasm: add //go:wasmexport support to js/wasmAyke van Laethem
2024-10-18main_test: refactor output comparison into separate functionAyke 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-17internal/wasm-tools: update wasm-tools-go to v0.3.0Randy Reddig
2024-10-17nix: use LLVM 18 instead of LLVM 17Ayke van Laethem
2024-10-09runtime: add HeapAlloc to gc_leakingDamian Gryski
2024-10-09targets: add bulk memory flags to wasm-unknown target since basically every r...deadprogram
2024-10-08crypto/x509/internal/macos: add package stub to build crypto/x509 on macOSElias Naur
2024-10-07builder: fix sizesDamian Gryski
2024-10-07runtime: track Memstats.HeapAlloc for gc_blocksDamian Gryski
2024-10-07Added mstats fieldsBCG
2024-10-05Truly ignore `//export` when `//go:wasmexport` is used (#4500)Ayke
2024-10-04compiler, runtime: enable go:wasmexport for wasip2 (#4499)Randy Reddig
2024-10-04wasm: add `//go:wasmexport` support (#4451)Ayke
2024-10-04GNUmakefile: more stdlib packagesDamian Gryski
2024-10-03GNUmakefile: add some more passing stdlib tests (#4492)Damian Gryski
2024-10-03builder: keep wasm temporary filesAyke van Laethem
2024-10-02TestWebAssembly: use wasm-unknown for panic=trap testDamian Gryski
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-28main: rework usage (#4467)leongross
2024-09-24builder: nitsleongross
2024-09-23compiler: support pragmas on generic functionsAyke van Laethem