aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-02-05cpu/internal: provide runtime detection of RISC-V extensions on LinuxMark Ryan
2025-02-05cmd/go: add rva23u64 as a valid value for GORISCV64Mark Ryan
2025-02-03all: run gofmtIan Lance Taylor
2025-02-03runtime: fix GODEBUG=gccheckmark=1 and add smoke testMichael Anthony Knyszek
2025-01-28runtime: mapiter linkname compatibility layerMichael Pratt
2025-01-28runtime: rename mapiterinit and mapiternextMichael Pratt
2025-01-27Revert "runtime: Check LSE support on ARM64 at runtime init"Cherry Mui
2025-01-22runtime: fix the equality check in AddCleanupCarlos Amedee
2025-01-20runtime: delete out of date commentBill Morgan
2025-01-16cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...Cherry Mui
2025-01-14internal/runtime/maps: re-enable some testsKeith Randall
2025-01-09runtime/pprof: hide map runtime frames from heap profilesMichael Pratt
2025-01-08runtime: hold traceAcquire across casgstatus in injectglistMichael Anthony Knyszek
2024-12-23cmd/link, runtime: apply a delta to RODATA->DATA relocationsCherry Mui
2024-12-19runtime/pprof: continued attempt to deflake the VMInfo test.Cosmos Nicolaou
2024-12-19runtime: test trap panic parsing in TestTracebackSystemMichael Pratt
2024-12-16runtime: usleep in TestWeakToStrongMarkTerminationMichael Anthony Knyszek
2024-12-13runtime: migrate missing map linkname allowlistsMichael Pratt
2024-12-10runtime: avoid panic in expired synctest timer chan readDamien Neil
2024-12-09runtime: make special offset a uintptrMichael Anthony Knyszek
2024-12-09runtime: remove datadog-agent from prof labels hall of shamePaul Cacheux
2024-12-07runtime: improve AddCleanup documentationAustin Clements
2024-12-06runtime: add note that Callers never returns an entry PCMichael Pratt
2024-12-04runtime: remove "hall of shame" comment from public documentationAlexey Palazhchenko
2024-12-03runtime: avoid defer on system stack in synctestidle_cDamien Neil
2024-11-30crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKeyFilippo Valsorda
2024-11-25runtime: using ABIInternal on syscall for riscv64Meng Zhuo
2024-11-22runtime: properly search for cleanups in cleanup.stopCarlos Amedee
2024-11-22runtime, internal/synctest, syscall/js: keep bubble membership in syscallsDamien Neil
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo Valsorda
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-21runtime: utilize EVFILT_USER more effectivelyMaksym Sobolyev
2024-11-20runtime: clean up new lock2 structureRhys Hiltner
2024-11-20internal/byteorder: use canonical Go casing in namesRuss Cox
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-20runtime: keep cleanup closure alive across adding the cleanup specialMichael Anthony Knyszek
2024-11-20runtime: explicitly keep handle alive during getOrAddWeakHandleMichael Anthony Knyszek
2024-11-20crypto/x509: remove x509sha1 GODEBUGRoland Shoemaker
2024-11-20runtime: remove unused casgcopystack functionDamien Neil
2024-11-20runtime: avoid deadlock in synctest changegstatus when copying stacksDamien Neil
2024-11-19internal/synctest: new package for testing concurrent codeDamien Neil
2024-11-19runtime: use indirect call in adjustSignalStack to avoid nosplit overflowDamien Neil
2024-11-19crypto/subtle: add DIT closureRoland Shoemaker
2024-11-19cmd/go: re-enable build JSON from go test -json, now with GODEBUGAustin Clements
2024-11-19cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64Guoqi Chen
2024-11-19crypto/rand: move OS interaction to crypto/internal/sysrandFilippo Valsorda
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-11-18internal/sync: move sync.Mutex implementation into new packageMichael Anthony Knyszek
2024-11-18cmd/compile: remove gc programs from stack frame objectsKeith Randall