aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2025-10-07[release-branch.go1.24] net/http: add httpcookiemaxnum GODEBUG option to limi...Nicholas Husin
2025-09-25[release-branch.go1.24] crypto/internal/fips140: make Version return latest w...Filippo Valsorda
2025-07-10[release-branch.go1.24] runtime: prevent unnecessary zeroing of large objects...Michael Anthony Knyszek
2025-07-10[release-branch.go1.24] runtime: stash allpSnapshot on the MMichael Pratt
2025-07-08[release-branch.go1.24] cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-06-27[release-branch.go1.24] runtime: set mspan limit field early and eagerlyMichael Anthony Knyszek
2025-06-27[release-branch.go1.24] runtime: prevent mutual deadlock between GC stopTheWo...Michael Anthony Knyszek
2025-06-27[release-branch.go1.24] runtime: handle system goroutines later in goroutine ...Michael Anthony Knyszek
2025-06-25[release-branch.go1.24] runtime: add missing unlock in sysReserveAlignedSbrkCherry Mui
2025-05-28[release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSettingSean Liao
2025-04-29[release-branch.go1.24] cmd/compile: remove no-longer-necessary recursive inl...David Chase
2025-04-28[release-branch.go1.24] runtime: cleanup M vgetrandom state before dropping PMichael Pratt
2025-04-28[release-branch.go1.24] runtime: fix 9-arg syscall on darwin/amd64Keith Randall
2025-03-26[release-branch.go1.24] runtime: explicitly disable async preempt for interna...Andy Pan
2025-03-25[release-branch.go1.24] runtime: skip TestCgoCallbackPprof on platforms with ...Michael Pratt
2025-03-25[release-branch.go1.24] runtime: only set isExtraInC if there are no Go frame...Michael Pratt
2025-03-17[release-branch.go1.24] runtime: Added usage example for the runtime.AddClean...Alexandr Primak
2025-02-26[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...Ian Lance Taylor
2025-02-26[release-branch.go1.24] runtime: document that cleanups can run concurrently ...Michael Anthony Knyszek
2025-02-26[release-branch.go1.24] runtime/cgo: avoid errors from -Wdeclaration-after-st...Ian Lance Taylor
2025-02-21[release-branch.go1.24] cmd/compile, runtime: use deferreturn as target PC fo...David Chase
2025-02-19[release-branch.go1.24] runtime: fix usleep on s390x/linuxPaul Murphy
2025-02-19[release-branch.go1.24] runtime: add some linknames back for `github.com/byte...段仪
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