aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
17 hoursall: prealloc slice with possible minimum capabilitiesShulhan
39 hoursruntime/pprof: using buffer writer instead of original writerWeixie Cui
5 daysruntime: fix AIX library initializationqmuntal
8 daysruntime: remove gopanicFP field from panic recordKeith Randall
8 daysruntime: save and restore fcsr0 registers in async preempt on loong64Guoqi Chen
9 daysruntime: fix timespec definition on 32bits systemsJorropo
12 daysruntime: add sysUnreserve to undo sysReserveMichael Pratt
12 daysruntime: clarify sysFree documentationMichael Pratt
12 daysall: add export linknames for assembly symbols accessed from other packageCherry Mui
13 daysruntime: use asmcgocall_no_g in libInitMichael Pratt
13 daysruntime: mention linknamestd in HACKING.mdCherry Mui
13 daysruntime: rename _mkmalloc's module to avoid GOROOT conflictMichael Matloob
14 daysruntime/secret: replace stub reference in test assemblyCherry Mui
14 dayscmd/compile, cmd/link: add linknamestd directive for std-only linknamesCherry Mui
2026-03-31runtime/cgo: remove SIGSEGV emulation on iOSqmuntal
2026-03-31runtime: unix: sane exit in dieFromSignal for pid 1Kir Kolyshkin
2026-03-31cmd/link, runtime: record size of itabsIan Lance Taylor
2026-03-30runtime/race: allow TestOutput output in either orderMichael Pratt
2026-03-30runtime/cgo: remove unused _cgo_openbsd_try_pthread_create prototypeTobias Klauser
2026-03-28runtime: remove redundant fields from memory profile recordsNick Ripley
2026-03-27runtime/race: use subtests for TestOutputMichael Pratt
2026-03-26reflect, runtime: replace reflect.typelinks to return types, not offsetsIan Lance Taylor
2026-03-26runtime: truncate trace strings before inserting into trace mapTobias Grieger
2026-03-26runtime, cmd/link: remove itablinksIan Lance Taylor
2026-03-26runtime: std FDs are always opened, not only when AT_SECURE is setMateusz Poliwczak
2026-03-25runtime: use uname version check for 64-bit time on 32-bit arch codepathsBrad Fitzpatrick
2026-03-24runtime: zero-extend Windows error code in syscall_syscallnChristian Hoeppner
2026-03-24internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot orderJake Bailey
2026-03-24cmd/link: raise minimum windows version to 10Jason A. Donenfeld
2026-03-24runtime: return the error code as a return value in syscallN_trampolineqmuntal
2026-03-23runtime/race: apply LLVM zero-initialization fixMichael Pratt
2026-03-20Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c...Michael Pratt
2026-03-20Revert "runtime: fix memclrNoHeapPointersPreemptible"Michael Pratt
2026-03-18syscall: remove the 42 args limit in SyscallNqmuntal
2026-03-18runtime: return the error code as a return value in asmstdcallqmuntal
2026-03-18runtime,runtime/cgo: do cgo thread initialization in Go on Windowsqmuntal
2026-03-18runtime: implement part of library initialization in Goqmuntal
2026-03-18runtime: make asmcgocall more robust to missing Gqmuntal
2026-03-17runtime: fix memclrNoHeapPointersPreemptibleKeith Randall
2026-03-11runtime/cgo: clarify pinning requirement in Handle examplekovan
2026-03-10syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on So...qmuntal
2026-03-10runtime: GODEBUG=tracebacklabels=1 for 1.27+David Finkel
2026-03-06runtime: when panicking, skip ahead to previous panicKeith Randall
2026-03-05html/template: properly escape URLs in meta content attributesRoland Shoemaker
2026-03-04runtime, cmd/compile: use preemptible memclr for large pointer-free clears“Muhammad
2026-03-04runtime: fix value of ENOSYS on mips from 38 to 89Jorropo
2026-03-02runtime: fix printfloat, printcomplex buffer sizesMichael Pratt
2026-03-02runtime: skip futex_time64 and timer_settime64 on 32-bit Androiddyhkwong
2026-02-28runtime/cgo: build with C compiler option -std=gnu90Ian Lance Taylor
2026-02-28test: skip TestScanAllocIssue77573 with asan modeWang Deyu