aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_windows_test.go
AgeCommit message (Expand)Author
2025-09-12runtime: move Windows types and consts to internal/runtime/syscall/windowsqmuntal
2025-08-01runtime: deduplicate Windows stdcallqmuntal
2025-07-28internal/runtime/syscall/windows: factor out code from runtimeqmuntal
2024-09-17runtime: move getcallersp to internal/runtime/sysMichael Pratt
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-04-19runtime: track frame pointer while in syscallMichael Anthony Knyszek
2023-05-22runtime: fix TestSehUnwindqmuntal
2023-05-22runtime: rename getcallerfp to getfpFelix Geisendörfer
2023-05-02cmd/link: generate .pdata PE sectionqmuntal
2023-04-10runtime: support GOTRACEBACK=wer on Windowsqmuntal
2023-01-31runtime: always use LoadLibraryEx to load system librariesqmuntal
2021-08-19syscall: add SyscallNChangkun Ou
2016-04-09runtime: revert "do not call timeBeginPeriod on windows"Dmitry Vyukov
2016-04-04runtime: change osyield to use Windows SwitchToThreadAlex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-24runtime: do not call timeBeginPeriod on windowsAlex Brainman
2015-10-23runtime: account for cpu affinity in windows NumCPUAlex Brainman
2015-09-23runtime: test that timeBeginPeriod succeedsAlex Brainman
2015-01-06runtime: do not display Windows Error Reporting dialogueAlex Brainman