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
/
export_windows_test.go
Age
Commit message (
Expand
)
Author
2025-09-12
runtime: move Windows types and consts to internal/runtime/syscall/windows
qmuntal
2025-08-01
runtime: deduplicate Windows stdcall
qmuntal
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2024-09-17
runtime: move getcallersp to internal/runtime/sys
Michael Pratt
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-04-19
runtime: track frame pointer while in syscall
Michael Anthony Knyszek
2023-05-22
runtime: fix TestSehUnwind
qmuntal
2023-05-22
runtime: rename getcallerfp to getfp
Felix Geisendörfer
2023-05-02
cmd/link: generate .pdata PE section
qmuntal
2023-04-10
runtime: support GOTRACEBACK=wer on Windows
qmuntal
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
2021-08-19
syscall: add SyscallN
Changkun Ou
2016-04-09
runtime: revert "do not call timeBeginPeriod on windows"
Dmitry Vyukov
2016-04-04
runtime: change osyield to use Windows SwitchToThread
Alex Brainman
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-24
runtime: do not call timeBeginPeriod on windows
Alex Brainman
2015-10-23
runtime: account for cpu affinity in windows NumCPU
Alex Brainman
2015-09-23
runtime: test that timeBeginPeriod succeeds
Alex Brainman
2015-01-06
runtime: do not display Windows Error Reporting dialogue
Alex Brainman