aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/syscall_windows.go
AgeCommit message (Expand)Author
2021-05-06runtime: call unlockOSThread directly in Windows syscall functionsCherry Mui
2021-03-31runtime: support register ABI Go functions from Windows callbacksMichael Anthony Knyszek
2021-03-17cmd/compile: resurrect clobberdead modeCherry Zhang
2021-02-19runtime: convert windows/arm64 assemblyRuss Cox
2021-02-19runtime: generate windows/arm64 callback asmRuss Cox
2021-02-19runtime: clean up windows a bitRuss Cox
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2020-11-19runtime: support new callbackasm1 calling convention on windows/armJason A. Donenfeld
2020-10-26runtime: fix sub-uintptr-sized Windows callback argumentsAustin Clements
2020-10-26runtime: tidy compileCallbackAustin Clements
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2019-08-30runtime: monitor for suspend/resume to kick timeoutsJason A. Donenfeld
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-03-10runtime: safely load DLLsJason A. Donenfeld
2018-11-02syscall: add Syscall18 on WindowsHajime Hoshi
2018-09-18runtime: support windows/armJordan Rhee
2018-07-27syscall: improve NewCallback documentation and panic messageJeet Parekh
2018-07-11doc: update the minimum support Windows versionBrad Fitzpatrick
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2017-09-22runtime: don't call lockOSThread for every cgo callIan Lance Taylor
2017-06-08syscall: make windows Exit call runtime.exitAlex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-09cmd/compile: remove slices from rtype.funcTypeDavid Crawshaw
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-21runtime: change functype's in and out fields to []*_typeMatthew Dempsky
2015-06-29runtime: store syscall parameters in m not on stackAlex Brainman
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-04-09runtime: do not calculate asmstdcall address every time we make syscallAlex Brainman
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: remove thunk_windows.sAlex Brainman
2014-11-20[dev.cc] runtime: convert remaining windows C code to GoAlex Brainman
2014-09-15runtime: fix parameter checking in syscall.NewCallbackAlex Brainman
2014-09-14runtime: convert syscall_windows.c to GoRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox