aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/syscall_windows.go
AgeCommit message (Expand)Author
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