aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/wincallback.go
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-03-19runtime: mark Windows' address-taken asm routines as ABIInternalMichael Anthony Knyszek
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19runtime: generate windows/arm64 callback asmRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-09-18runtime: support windows/armJordan Rhee
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-12-19runtime: use go generate for zcallback_windows.goAlex Brainman
2014-12-05runtime: generate windows callback list with go generateRuss Cox