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
/
testdata
Age
Commit message (
Expand
)
Author
2025-05-08
runtime: schedule cleanups across multiple goroutines
Michael Anthony Knyszek
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-04-04
runtime: add thread exit plus vgetrandom stress test
Michael Pratt
2025-03-24
runtime: always show runfinq in traceback
Michael Pratt
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-03-14
runtime: only set isExtraInC if there are no Go frames left
Michael Pratt
2025-02-06
runtime: don't duplicate reraised panic values in printpanics
Damien Neil
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-10-18
runtime/testdata: fix for C23 nullptr keyword
Joseph Myers
2024-09-11
runtime: Goexit on C-created thread report more useful error message
Cuong Manh Le
2024-09-10
Revert "runtime: Goexit on C-created thread report more useful error message"
Tim King
2024-09-10
runtime: Goexit on C-created thread report more useful error message
qiulaidongfeng
2024-08-16
cmd/cgo: enable #cgo noescape/nocallback
doujiang24
2024-05-24
internal/runtime/exithook: make safe for concurrent os.Exit
Russ Cox
2024-05-23
runtime: move exit hooks into internal/runtime/exithook
Russ Cox
2024-05-17
runtime: fix coro interactions with thread-locked goroutines
Michael Anthony Knyszek
2024-05-17
internal/trace: remove remnanats of v1 tracer
Carlos Amedee
2024-05-08
runtime: properly frame panic values in tracebacks
Alan Donovan
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-21
runtime: make tidExists more robust
Michael Anthony Knyszek
2023-11-17
runtime: gofmt -w -s
Jes Cok
2023-11-02
cmd/cgo: disable #cgo noescape/nocallback until Go 1.23
Russ Cox
2023-10-26
runtime: clear g0 stack bounds in dropm
Michael Pratt
2023-10-23
runtime: allow for 10 more threads in TestWindowsStackMemory*
Cuong Manh Le
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-09-12
runtime: set _XOPEN_SORUCE_EXTENDED to 1 for aix
Michael Pratt
2023-09-12
runtime: set _XOPEN_SOURCE_EXTENDED for netbsd
Michael Pratt
2023-09-12
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-11
Revert "runtime: allow update of system stack bounds on callback from C thread"
Michael Pratt
2023-09-11
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-05
runtime: don't let the tests leave core files behind
Ian Lance Taylor
2023-08-25
cmd/cgo: add #cgo noescape/nocallback annotations
doujiang24
2023-08-22
all: remove redundant string conversions when formatting []byte with %s
cui fliter
2023-08-16
runtime/testdata/testprog: use testenv.SyscallIsNotSupported to check syscall...
Bryan C. Mills
2023-07-25
runtime: enforce standard file descriptors open on init on unix
Roland Shoemaker
2023-07-18
runtime: decrement netpollWaiters in netpollunblock
Ian Lance Taylor
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-06-05
runtime: move Segv and TgkillSegv to testprog
Cherry Mui
2023-06-01
runtime: only increment extraMInUse when actually in use
Michael Pratt
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-12
runtime: remove crash_cgo_test CgoRaceSignal timeout
Ian Lance Taylor
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-25
runtime: fallback to TEB arbitrary pointer when TLS slots are full
qmuntal
2023-04-24
runtime: fix CgoRaceprof and CgoRaceSignal build failures
Bryan C. Mills
2023-04-21
runtime: in __tsan_fini tell scheduler we are entering non-Go code
Ian Lance Taylor
2023-04-18
runtime: adjust frame pointer on stack copy on ARM64
Cherry Zhang
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-17
Revert "runtime: correct GoCheckBindM's C declaration in EnsureBindM test"
Michael Pratt
2023-04-06
runtime: correct GoCheckBindM's C declaration in EnsureBindM test
Cherry Mui
[prev]
[next]