aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
6 hoursruntime: remove unused code in (*pallocBits).findLargeNHEADmasterMichael Mitchell
23 hoursruntime: skip coro cgo test on platforms without cgoAustin Clements
25 hoursinternal/runtime/atomic: fix missing linknamesAustin Clements
25 hoursruntime: fix coro interactions with thread-locked goroutinesMichael Anthony Knyszek
26 hoursinternal/trace: move v2 tracer into trace directoryCarlos Amedee
26 hourssync/atomic: public And/Or ops and race instrumentationMauri de Souza Meneguzzo
27 hoursinternal/trace: remove remnanats of v1 tracerCarlos Amedee
28 hoursall: add push linknames to allow legacy pull linknamesCherry Mui
29 hoursruntime: make use of stringslite.{HasPrefix, HasSuffix}Jes Cok
47 hoursruntime: cleanup crashstack codeMauri de Souza Meneguzzo
2 daysruntime/debug: eliminate temporary variadicity from SetCrashOutputAlan Donovan
3 daysruntime: always update stack bounds on cgocallbackMichael Pratt
3 daysruntime/debug: add SetCrashOutput(...CrashOptions) parameterAlan Donovan
3 dayscmd/link: disallow pull-only linknamesCherry Mui
3 daysruntime: make convTstring write barrier unreachable from throwAlan Donovan
5 daysruntime: use frame pointer unwinding for block and mutex profilersNick Ripley
5 daysruntime: refactor fpunwindExpand to use provided bufferNick Ripley
5 daysall: delete loong64 non-register ABI fallback pathGuoqi Chen
5 daysruntime: remove unused codeqiulaidongfeng
7 daysruntime: add runtime.debugPinnerV1Alessandro Arzilli
8 daysruntime: crash asap and extend total sleep time for slow machine in testzzkcode
9 daysruntime: add workaround to "throw" pending resolution of issue #67274Than McIntosh
10 daysruntime: fix eagerly typoMichael Pratt
10 daysruntime: properly frame panic values in tracebacksAlan Donovan
10 daysruntime: update large object stats before freeSpan in sweepMichael Anthony Knyszek
10 daysruntime: delete pagetrace GOEXPERIMENTMichael Anthony Knyszek
10 daysruntime: move profiling pc buffers to mFelix Geisendörfer
10 daysruntime: add traceallocfree GODEBUG for alloc/free events in tracesMichael Anthony Knyszek
10 daysruntime: remove allocfreetraceMichael Anthony Knyszek
12 daysruntime: don't re-raise ignored signalCherry Mui
12 daysruntime: delete dead code in the tracerMichael Anthony Knyszek
12 daysruntime: parallel run testqiulaidongfeng
12 daysruntime: add crash stack support for mips/mipsleMauri de Souza Meneguzzo
2024-05-03runtime,reflect: move zeroVal to internal/abiqiulaidongfeng
2024-05-02runtime: remove note about goid reuseRuss Cox
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-04-25runtime: fix mcall unwinding on Windowsqmuntal
2024-04-24runtime: test mutex contention stacks and countsRhys Hiltner
2024-04-23runtime: switch to systemstack before throw in casgstatusMichael Anthony Knyszek
2024-04-22runtime: reduce stack usage for asmcgocall on PPC64Cherry Mui
2024-04-22runtime: reduced struct sizes found via paholeSabyrzhan Tasbolatov
2024-04-22runtime: set gp.syscallbp from entersyscallblock_handoffMichael Anthony Knyszek
2024-04-22runtime: move zeroVal out of map.goMichael Pratt
2024-04-22unique: add unique package and implement Make/HandleMichael Anthony Knyszek
2024-04-22runtime: always acquire M when acquiring locks by rankRhys Hiltner
2024-04-19runtime: for fallback hash, get rid of constant xorsKeith Randall
2024-04-19runtime: remove odd-forcing of hash constantskhr@golang.org
2024-04-19runtime: make it harder to find collisions in the 64-bit fallback hashkhr@golang.org
2024-04-19runtime: track frame pointer while in syscallMichael Anthony Knyszek
2024-04-19runtime: use bootstrapRand to initialize hashkeyMichael Pratt