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_test.go
Age
Commit message (
Expand
)
Author
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
2022-11-29
testing: remove stale builder names from windows tests
Than McIntosh
2022-11-21
testing: skip flaky TestRaiseException on windows-amd64-2012-*
Than McIntosh
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-01-13
testing: skip flaky TestRaiseException on windows-amd64-2012
Patrik Nyblom
2021-12-14
testing: retry spurious errors from RemoveAll for temp directories
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-30
runtime: avoid run TestSyscallN in parallel
Changkun Ou
2021-08-19
syscall: add SyscallN
Changkun Ou
2021-05-24
runtime: account for spill slots in Windows callback compilation
Michael Anthony Knyszek
2021-04-14
runtime: increase maxargs to avoid syscall18 crash when called with more than...
El Mostafa Idrassi
2021-04-08
runtime: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-03-31
runtime: support register ABI Go functions from Windows callbacks
Michael Anthony Knyszek
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-27
runtime: return 0 from C function in test
Jason A. Donenfeld
2020-10-31
database/sql, runtime: correct *.Fatal inside goroutines in tests
Emmanuel T Odeke
2020-10-26
runtime: fix sub-uintptr-sized Windows callback arguments
Austin Clements
2020-10-26
runtime: tidy Windows callback test
Austin Clements
2020-02-25
runtime: allow float syscall return values on windows amd64
Richard Wilkes
2019-02-26
runtime: fix syscall.NewCallback to return all bits for uintptr values
Alex Brainman
2018-12-30
runtime: use EnumTimeFormatsEx instead of EnumWindows in callback tests
Jordan Rhee
2018-07-02
runtime: query thread stack size from OS on Windows
Austin Clements
2018-06-05
runtime: handle windows callback on non-go thread
Bill Zissimopoulos
2018-05-26
runtime: implement TestCallbackInAnotherThread
Alex Brainman
2017-11-14
runtime: make TestWindowsStackMemory build even with CGO_ENABLED=0 set
Alex Brainman
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
Alex Brainman
2017-09-20
all: correct location of go tool
Hiroshi Ioka
2017-04-03
all: fix minor misspellings
Eric Lagergren
2017-03-21
runtime: import os package in BenchmarkRunningGoProgram
Alex Brainman
2016-10-28
runtime: pass windows float syscall args via XMM
David Crawshaw
2016-09-28
runtime: use RtlGenRandom instead of CryptGenRandom
Alex Brainman
2016-04-09
runtime: revert "do not call timeBeginPeriod on windows"
Dmitry Vyukov
2016-04-05
runtime: leave directory before removing it in TestDLLPreloadMitigation
Alex Brainman
2016-04-05
runtime: remove race out of BenchmarkChanToSyscallPing1ms
Alex Brainman
2016-04-04
runtime: change osyield to use Windows SwitchToThread
Alex Brainman
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-12-29
runtime: move test programs out of source code, coalesce
Russ Cox
2015-11-24
runtime: do not call timeBeginPeriod on windows
Alex Brainman
2015-10-23
runtime: account for cpu affinity in windows NumCPU
Alex Brainman
2015-09-23
runtime: test that timeBeginPeriod succeeds
Alex Brainman
2015-07-18
runtime: skip TestReturnAfterStackGrowInCallback if gcc is not found
Alex Brainman
2015-06-29
runtime: store syscall parameters in m not on stack
Alex Brainman
2015-03-15
runtime: skip TestStdcallAndCDeclCallbacks when gcc is missing
Shenghou Ma
2015-01-06
runtime: do not display Windows Error Reporting dialogue
Alex Brainman
2014-12-22
syscall: clean up TestStdcallAndCDeclCallbacks to have no warnings
Alex Brainman
2014-10-15
runtime: handle all windows exception (second attempt)
Alex Brainman
2014-10-09
undo CL 145150043 / 8b3d26697b8d
Alex Brainman
2014-10-09
runtime: handle all windows exception
Alex Brainman
[next]