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
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
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-28
runtime: use os.TempDir instead of hard-coding /tmp
Bryan C. Mills
2023-02-02
runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExit
Bryan C. Mills
2023-01-24
runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64
qmuntal
2022-11-01
runtime: fix missing error print in TestCgoSigfwd
Austin Clements
2022-10-20
runtime: fix TestVectoredHandlerExceptionInNonGoThread
qmuntal
2022-10-19
runtime: ignore exceptions from non-Go threads on windows arm/arm64
qmuntal
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-10-02
all: use time.Since instead of time.Now().Sub
hopehook
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
2022-09-30
runtime/trace: skip tests if parsing fails with timestamp error
doujiang24
2022-09-27
runtime: using bytes.CutPrefix
cuiweixie
2022-09-27
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-09-27
runtime: add cgo guard for exit hooks test
Than McIntosh
2022-09-26
runtime: add an exit hook facility
Than McIntosh
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-31
cmd/compile: add support for unsafe.{String,StringData,SliceData}
cuiweixie
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
2022-08-12
runtime: run "gofmt -s -w"
Cuong Manh Le
2022-08-08
cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0
cuiweixie
2022-07-30
runtime: fix typos
hopehook
2022-06-08
runtime: gofmt
Michael Pratt
2022-05-17
runtime: deflake TestCgoPprofThread
Cherry Mui
2022-05-03
runtime/debug: export SetMemoryLimit
Michael Anthony Knyszek
2022-04-15
runtime: don't discard value from panic while panicking
hopehook
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
[prev]
[next]