aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2024-09-30runtime, internal/syscall/unix: mark getrandom vDSO as non-escapingMateusz Poliwczak
2024-09-30runtime: use canonical wireguard-go repo for procyield() linkname usageJason A. Donenfeld
2024-09-30runtime: align vgetrandom states to cache lineJason A. Donenfeld
2024-09-28runtime: use vDSO for getrandom() on linuxJason A. Donenfeld
2024-09-27runtime: fix TestGdbAutotmpTypes on gdb version 15Shulhan
2024-09-26runtime: if stop/reset races with running timer, return correct resultIan Lance Taylor
2024-09-26runtime: properly compute whether PC is inside vDSO pagesJason A. Donenfeld
2024-09-26os: ignore SIGSYS in checkPidfdcions
2024-09-25runtime: fix GoroutineProfile stacks not getting null terminatedFelix Geisendörfer
2024-09-25runtime: fix MutexProfile missing root framesFelix Geisendörfer
2024-09-25runtime: print fatal messages without interleavingKeith Randall
2024-09-24runtime: disable epipe check for wasm platformZxilly
2024-09-23cmd/trace,internal/trace,runtime: refactor to access frames via range over funcFelix Geisendörfer
2024-09-23internal/trace: refactor Stack.Frames to return iter.SeqFelix Geisendörfer
2024-09-18reflect: remove calling mapiterkey, mapiterelemKyle Xiao
2024-09-17runtime: move getclosureptr to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-09-16runtime: remove go:noescape from getcallerpc/spMichael Pratt
2024-09-16cmd/preprofile, runtime/coverage: add package commentDmitri Shuralyov
2024-09-12runtime: switch cputicks and switchToCrashStack0 on loong64 to regabiGuoqi Chen
2024-09-12runtime/pprof: use slices.ContainsTobias Klauser
2024-09-11runtime: optimize the function memmove on loong64Xiaolin Zhao
2024-09-11runtime: Goexit on C-created thread report more useful error messageCuong Manh Le
2024-09-11runtime: add asm_riscv64.hMark D Ryan
2024-09-10Revert "runtime: Goexit on C-created thread report more useful error message"Tim King
2024-09-10runtime, reflect: avoid allocation in structType.Field common casesIan Lance Taylor
2024-09-10runtime: update documentation for ios addr bitsWuGuangyao
2024-09-10cmd/compile: optimize []byte(string1 + string2)Paschalis Tsilias
2024-09-10runtime: Goexit on C-created thread report more useful error messageqiulaidongfeng
2024-09-06runtime: remove cloudwego/frugal unused linkname from commentKyle Xiao
2024-09-05runtime: use regabi for riscv64 cputicksMeng Zhuo
2024-09-05runtime: optimize the function memclrNoHeapPointers on loong64Xiaolin Zhao
2024-09-04internal/weak: shade pointer in weak-to-strong conversionMichael Anthony Knyszek
2024-09-04runtime: size maps.Clone destination bucket array safelyKeith Randall
2024-09-04runtime: update comment for golinknameWei Fu
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-08-29internal/cpu, runtime: make linux/loong64 HWCAP data availableWANG Xuerui
2024-08-27runtime: store bp on cgocallback as unsafe.PointerMichael Anthony Knyszek
2024-08-22runtime: fix nanotime1 on windows/armqmuntal
2024-08-20runtime: deprecate GOROOTDmitri Shuralyov
2024-08-20src: fix typosAlexander Cyon
2024-08-20runtime: on AIX, fix call to _cgo_sys_thread_create in _rt0_ppc64_aix_libPaul E. Murphy
2024-08-19math/rand: make calls to Seed no-opPaschalis T
2024-08-19runtime: store zero-delay mutex contention eventsRhys Hiltner
2024-08-16cmd/cgo: enable #cgo noescape/nocallbackdoujiang24
2024-08-16runtime: use .Pointers() instead of .PtrBytes != 0zhangyunhao
2024-08-14runtime: record all sampled mutex profile eventsRhys Hiltner
2024-08-13runtime/cgo: create C pthreads in detached stateIan Lance Taylor
2024-08-13cmd/link, runtime: support library mode on wasip1Cherry Mui