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
/
runtime1.go
Age
Commit message (
Expand
)
Author
2026-03-26
reflect, runtime: replace reflect.typelinks to return types, not offsets
Ian Lance Taylor
2026-03-10
runtime: GODEBUG=tracebacklabels=1 for 1.27+
David Finkel
2026-02-04
reflect, runtime: adjust user-created GCData on AIX
Ian Lance Taylor
2026-01-27
cmd/link, runtime: remove typelinks
Ian Lance Taylor
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-24
runtime: respect GOTRACEBACK for user-triggered runtime panics
Joe Tsai
2025-10-30
runtime: delete timediv
Russ Cox
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-09-30
runtime: initialise debug settings much earlier in startup process
Steve Muir
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-20
runtime: mark and identify tiny blocks in checkfinalizers mode
Michael Anthony Knyszek
2025-05-20
runtime: add new GODEBUG checkfinalizer
Michael Anthony Knyszek
2025-05-19
runtime: move atoi to internal/runtime/strconv
Michael Pratt
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-03-10
internal/godebugs: add decoratemappings as an opaque godebug setting
Michael Pratt
2025-02-03
runtime: fix GODEBUG=gccheckmark=1 and add smoke test
Michael Anthony Knyszek
2024-11-20
all: rename crypto/internal/fips to crypto/internal/fips140
Russ Cox
2024-11-19
crypto/subtle: add DIT closure
Roland Shoemaker
2024-10-28
crypto/internal/fips: add service indicator mechanism
Filippo Valsorda
2024-09-06
runtime: remove cloudwego/frugal unused linkname from comment
Kyle Xiao
2024-05-30
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
Rhys Hiltner
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥2,000 dependents
Russ Cox
2024-05-22
all: document legacy //go:linkname for modules with ≥50,000 dependents
Russ Cox
2024-05-22
all: document legacy //go:linkname for modules with ≥100,000 dependents
Russ Cox
2024-05-21
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2024-05-21
runtime: make profstackdepth a GODEBUG option
Felix Geisendörfer
2024-05-08
runtime: add traceallocfree GODEBUG for alloc/free events in traces
Michael Anthony Knyszek
2024-05-08
runtime: remove allocfreetrace
Michael Anthony Knyszek
2024-04-05
runtime: take a stack trace during tracing only when we own the stack
Michael Anthony Knyszek
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-13
time: garbage collect unstopped Tickers and Timers
Russ Cox
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-06
runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacks
Michael Pratt
2023-12-05
runtime: add the disablethp GODEBUG setting
Michael Anthony Knyszek
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-05-11
runtime: move per-type types to internal/abi
David Chase
2023-05-11
runtime: redefine _type to abi.Type; add rtype for methods.
David Chase
2023-05-02
runtime/trace: enable frame pointer unwinding by default for amd64 and arm64
Nick Ripley
2023-04-21
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-20
runtime: turn frame pointer unwinding for tracing off by default
Nick Ripley
2023-04-20
Revert "runtime: tidy _Stack* constant naming"
Austin Clements
2023-04-20
runtime: tidy _Stack* constant naming
Austin Clements
2023-04-10
runtime: support GOTRACEBACK=wer on Windows
qmuntal
2023-03-30
runtime/trace: enable frame pointer unwinding on amd64
Felix Geisendörfer
2023-03-24
runtime: add GODEBUG=dontfreezetheworld=1
Michael Pratt
[next]