index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
runtime2.go
Age
Commit message (
Expand
)
Author
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-15
runtime: unify lock2, allow deeper sleep
Rhys Hiltner
2024-11-15
runtime: allow futex OSes to use sema-based mutex
Rhys Hiltner
2024-11-13
runtime: prevent weak->strong conversions during mark termination
Michael Anthony Knyszek
2024-10-30
runtime: update and restore g0 stack bounds at cgocallback
Cherry Mui
2024-10-28
crypto/internal/fips: add service indicator mechanism
Filippo Valsorda
2024-08-01
runtime: don't use maps in js note implementation
Michael Pratt
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-30
Revert "runtime: prepare for extensions to waiting M list"
Rhys Hiltner
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-21
runtime: prepare for extensions to waiting M list
Rhys Hiltner
2024-05-17
internal/runtime/atomic: fix missing linknames
Austin Clements
2024-05-08
runtime: delete pagetrace GOEXPERIMENT
Michael Anthony Knyszek
2024-05-08
runtime: move profiling pc buffers to m
Felix Geisendörfer
2024-04-22
runtime: reduced struct sizes found via pahole
Sabyrzhan Tasbolatov
2024-04-19
runtime: track frame pointer while in syscall
Michael Anthony Knyszek
2024-04-08
runtime: account for _Pgcstop in GC CPU pause time in a fine-grained way
Michael Anthony Knyszek
2024-04-05
runtime: take a stack trace during tracing only when we own the stack
Michael Anthony Knyszek
2024-03-26
runtime: don't call lockOSThread for every syscall call on Windows
qmuntal
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-13
runtime: clean up timer state
Russ Cox
2024-03-08
runtime: avoid pp.timers.lock in updateTimerPMask
Russ Cox
2024-02-29
runtime: move per-P timers state into its own struct
Russ Cox
2024-02-08
cmd/compile: move runtime.itab to internal/abi.ITab
Keith Randall
2024-01-03
pagetrace: fix build when experiment is on
John Howard
2023-12-06
iter, runtime: add coroutine support
Russ Cox
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-11-27
all: fix field names
cui fliter
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-20
all: add floating point option for ARM targets
Ludi Rehak
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-15
runtime/metrics: add STW stopping and total time metrics
Michael Pratt
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-11-09
runtime: make it harder to introduce deadlocks with forEachP
Michael Anthony Knyszek
2023-10-18
runtime: fix comments for itab
bestgopher
2023-09-19
runtime: set stackguard1 on extra M g0
Michael Pratt
2023-09-11
Revert "runtime: set stackguard1 on extra M g0"
Michael Pratt
2023-09-11
runtime: set stackguard1 on extra M g0
Michael Pratt
2023-08-25
cmd/cgo: add #cgo noescape/nocallback annotations
doujiang24
2023-08-21
runtime: move pcvalue cache to M
Austin Clements
2023-08-21
runtime: document maxStack and m.createstack in more details
Andy Pan
2023-08-17
runtime: change mutex profile to count every blocked goroutine
Russ Cox
2023-08-16
cmd/compile, runtime: make room for rangefunc defers
Russ Cox
2023-08-07
Revert "runtime: move pcvalue cache to M"
Austin Clements
2023-08-07
runtime: move pcvalue cache to M
Austin Clements
2023-08-07
runtime: avoid relying on the unwinder in deferreturn
Matthew Dempsky
2023-08-07
runtime, cmd/compile: optimize open-coded defers
Matthew Dempsky
2023-08-07
runtime, cmd/compile: prune unused _defer fields
Matthew Dempsky
2023-07-31
runtime: refactor defer processing
Matthew Dempsky
[prev]
[next]