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
/
testprogcgo
Age
Commit message (
Expand
)
Author
2025-06-27
runtime: remove arbitrary 5-second timeout in TestNeedmDeadlock
Cherry Mui
2025-05-19
runtime: check for gsignal in asancall/msancall/racecall
Michael Pratt
2025-03-14
runtime: only set isExtraInC if there are no Go frames left
Michael Pratt
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-17
runtime: fix coro interactions with thread-locked goroutines
Michael Anthony Knyszek
2024-05-17
internal/trace: remove remnanats of v1 tracer
Carlos Amedee
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-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-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-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-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
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-30
runtime/trace: use regular unwinding for cgo callbacks
Felix Geisendörfer
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-07
runtime: allow for 5 more threads in TestWindowsStackMemory*
Alex Brainman
2023-02-02
runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExit
Bryan C. Mills
2022-11-01
runtime: fix missing error print in TestCgoSigfwd
Austin Clements
2022-10-17
runtime: run TestCgoSigfwd on all Unix platforms
Austin Clements
2022-10-17
runtime: improve coverage of TestCgoSigfwd
Austin Clements
2022-10-17
misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
Austin Clements
2022-09-30
runtime/trace: skip tests if parsing fails with timestamp error
doujiang24
2022-09-27
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-09-21
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-09-19
Revert "runtime: treat SI_TKILL like SI_USER on Linux"
Cuong Manh Le
2022-09-17
runtime: treat SI_TKILL like SI_USER on Linux
Ian Lance Taylor
2022-08-15
Revert "runtime/trace: add missing events for the locked g in extra M."
Cuong Manh Le
2022-08-12
runtime/trace: add missing events for the locked g in extra M.
doujiang24
[next]