aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2023-11-28cmd/compile: use correct type for slice pointerKeith Randall
2023-11-27all: fix field namescui fliter
2023-11-22runtime: throw from the systemstack in wirepMichael Anthony Knyszek
2023-11-22runtime: hold sched.lock over traceThreadDestroy in dropmMichael Anthony Knyszek
2023-11-22runtime: move the wakeableSleep lock under sched in the lock rankMichael Anthony Knyszek
2023-11-22runtime: don't hold trace.lock over semrelease in readTrace0Michael Anthony Knyszek
2023-11-22runtime: don't hold the table lock in (*traceStackTable).dumpMichael Anthony Knyszek
2023-11-22runtime/internal/atomic: deduplicate And/Or code on wasmMauri de Souza Meneguzzo
2023-11-22internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abiqiulaidongfeng
2023-11-22runtime: change the name of variables in asan-related assembly functionsfanzha02
2023-11-21runtime: disable trace v2 optimistic deadlock debuggerMichael Anthony Knyszek
2023-11-21runtime: emit a ProcSteal from entersyscall_gcwaitMichael Anthony Knyszek
2023-11-21runtime: add lock partial order edge between wakeableSleep and hchanMichael Anthony Knyszek
2023-11-21runtime: profile contended lock callsRhys Hiltner
2023-11-21runtime/internal/syscall: use ABIInternal for Syscall6 on loong64Guoqi Chen
2023-11-21runtime: add regABI support in memclr and memmove functions on loong64Guoqi Chen
2023-11-21reflect, runtime: add reflect support for regABI on loong64Guoqi Chen
2023-11-21runtime: support regABI and add spill functions in runtime for loong64Guoqi Chen
2023-11-21runtime: make duff device as ABIInternal for loong64Guoqi Chen
2023-11-21runtime/internal/atomic: deduplicate And/Or code on armMauri de Souza Meneguzzo
2023-11-21cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l...WANG Xuerui
2023-11-21cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI...Guoqi Chen
2023-11-21cmd/compile, cmd/internal, runtime: change the registers used by the duff dev...Guoqi Chen
2023-11-21sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va...Carlo Alberto Ferraris
2023-11-21crypto/tls: disable ExportKeyingMaterial without EMSFilippo Valsorda
2023-11-21runtime: disable crash stack on WindowsCherry Mui
2023-11-20runtime: add crash stack support for wasmMauri de Souza Meneguzzo
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-20runtime/race: update race syso for PPC64LECherry Mui
2023-11-20Revert "runtime: profile contended lock calls"Matthew Dempsky
2023-11-20runtime/internal/atomic: add generic implementation for And/OrMauri de Souza Meneguzzo
2023-11-19runtime: add support for crash stack on ppc64/ppc64leJoel Sing
2023-11-17all: add missing copyright headerJes Cok
2023-11-17runtime: use span.elemsize for accounting in mallocgcMichael Anthony Knyszek
2023-11-17runtime: profile contended lock callsRhys Hiltner
2023-11-17runtime: put allocation headers back at the start the objectMichael Anthony Knyszek
2023-11-17runtime: optimize aeshashbody with PCALIGN in amd64Max Riveiro
2023-11-17runtime: remove unused _CTL_KERN on openbsdTobias Klauser
2023-11-17runtime: gofmt -w -sJes Cok
2023-11-16runtime: disable automatic GC for STW metric testsRhys Hiltner
2023-11-16runtime: print g pointer in crash stack dumpCherry Mui
2023-11-16cmd/compile: don't devirtualize calls to runtime.memhash_varlenMichael Pratt
2023-11-16runtime/race: update race syso files to support atomic And, OrCherry Mui
2023-11-16runtime: optimize bulkBarrierPreWrite with allocheadersMichael Anthony Knyszek
2023-11-16runtime: fix liveness issue in test-only getgcmaskMichael Anthony Knyszek
2023-11-15cmd/compile: check for iteration after range func loop exitDavid Chase
2023-11-15internal/cpu: detect support of AVX512Achille Roussel
2023-11-15runtime/metrics: add STW stopping and total time metricsMichael Pratt
2023-11-14runtime: prevent send on closed channel in wakeableSleepMichael Anthony Knyszek