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
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
2022-06-29
runtime: add race annotations to cbs.lock
Michael Pratt
2022-06-14
cmd/compile,runtime,reflect: move embedded bit from offset to name
Keith Randall
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-02-05
runtime: change sys.PtrSize to goarch.PtrSize in comments
Ian Lance Taylor
2021-11-30
runtime: keep //go:cgo_unsafe_args arguments alive to prevent GC
Jason A. Donenfeld
2021-08-19
syscall: add SyscallN
Changkun Ou
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-05-25
[dev.typeparams] all: merge master (f22ec51) into dev.typeparams
Matthew Dempsky
2021-05-24
runtime: account for spill slots in Windows callback compilation
Michael Anthony Knyszek
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-05-06
runtime: call unlockOSThread directly in Windows syscall functions
Cherry Mui
2021-03-31
runtime: support register ABI Go functions from Windows callbacks
Michael Anthony Knyszek
2021-03-17
cmd/compile: resurrect clobberdead mode
Cherry Zhang
2021-02-19
runtime: convert windows/arm64 assembly
Russ Cox
2021-02-19
runtime: generate windows/arm64 callback asm
Russ Cox
2021-02-19
runtime: clean up windows a bit
Russ Cox
2021-02-16
[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).Call
Michael Anthony Knyszek
2020-11-19
runtime: support new callbackasm1 calling convention on windows/arm
Jason A. Donenfeld
2020-10-26
runtime: fix sub-uintptr-sized Windows callback arguments
Austin Clements
2020-10-26
runtime: tidy compileCallback
Austin Clements
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2019-08-30
runtime: monitor for suspend/resume to kick timeouts
Jason A. Donenfeld
2019-06-10
Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""
Keith Randall
2019-06-05
Revert "cmd/compile,runtime: allocate defer records on the stack"
Keith Randall
2019-06-04
cmd/compile,runtime: allocate defer records on the stack
Keith Randall
2019-03-10
runtime: safely load DLLs
Jason A. Donenfeld
2018-11-02
syscall: add Syscall18 on Windows
Hajime Hoshi
2018-09-18
runtime: support windows/arm
Jordan Rhee
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