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
/
syscall_windows.go
Age
Commit message (
Expand
)
Author
2018-07-27
syscall: improve NewCallback documentation and panic message
Jeet Parekh
2018-07-11
doc: update the minimum support Windows version
Brad Fitzpatrick
2017-09-27
syscall: make Exit call runtime.exit
Alex Brainman
2017-09-22
runtime: don't call lockOSThread for every cgo call
Ian Lance Taylor
2017-06-08
syscall: make windows Exit call runtime.exit
Alex Brainman
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-03-09
cmd/compile: remove slices from rtype.funcType
David Crawshaw
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-10-21
runtime: change functype's in and out fields to []*_type
Matthew Dempsky
2015-06-29
runtime: store syscall parameters in m not on stack
Alex Brainman
2015-06-19
runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall
Alex Brainman
2015-04-09
runtime: do not calculate asmstdcall address every time we make syscall
Alex Brainman
2014-12-28
runtime: rename gothrow to throw
Keith Randall
2014-12-23
runtime: remove thunk_windows.s
Alex Brainman
2014-11-20
[dev.cc] runtime: convert remaining windows C code to Go
Alex Brainman
2014-09-15
runtime: fix parameter checking in syscall.NewCallback
Alex Brainman
2014-09-14
runtime: convert syscall_windows.c to Go
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]