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-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
2022-03-31
runtime: remove use of -mnop-fun-dllimport from cgotest win.go
Than McIntosh
2022-03-18
runtime: allow TestCtrlHandler to run in ConPTY
Nuno Cruces
2022-02-19
testdata: fix typo in comment
hopehook
2022-02-03
runtime: regression test for issue 50936
Michael Pratt
2022-01-24
runtime: call fflush before exiting in C test
Austin Clements
2022-01-20
runtime: remove -tags=threadprof in tests
Ian Lance Taylor
2021-12-21
runtime: check the correct environment variable in TestCgoCallbackGC
Cherry Mui
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-08
runtime: fix flake in TestCgoPprofThread
Rhys Hiltner
2021-12-07
runtime: fix comments on the behavior of SetGCPercent
Michael Anthony Knyszek
2021-12-06
runtime: call runtime.GC in several tests that disable GC
Michael Anthony Knyszek
2021-11-22
runtime: in TestSpuriousWakeupsNeverHangSemasleep, wait for the runtime to re...
Bryan C. Mills
2021-11-12
runtime: drop cgoTraceback call assumptions from CgoPprof tests
Michael Pratt
2021-11-11
runtime: adjust TestPhysicalMemoryUtilization to handle large page sizes
Michael Anthony Knyszek
2021-11-11
runtime: fix C compilation error in TestCgoTracebackGoroutineProfile
Cherry Mui
[prev]
[next]