]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/syscall_windows_test.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / runtime / syscall_windows_test.go
2023-08-31 qmuntalruntime: remove unnecessary timeout in TestCallbackInAn...
2023-05-08 qmuntalruntime: remove TestCrashExitCode
2023-05-05 qmuntalruntime: don't check the exit code in TestWERDialogue
2023-04-10 qmuntalruntime: support GOTRACEBACK=wer on Windows
2023-01-31 qmuntalruntime: always use LoadLibraryEx to load system libraries
2022-11-29 Than McIntoshtesting: remove stale builder names from windows tests
2022-11-21 Than McIntoshtesting: skip flaky TestRaiseException on windows-amd64...
2022-09-29 hopehookall: use strings.Builder where appropriate
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-13 Patrik Nyblomtesting: skip flaky TestRaiseException on windows-amd64...
2021-12-14 Bryan C. Millstesting: retry spurious errors from RemoveAll for temp...
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-30 Changkun Ouruntime: avoid run TestSyscallN in parallel
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-19 Changkun Ousyscall: add SyscallN
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-24 Michael Anthony... runtime: account for spill slots in Windows callback...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-14 El Mostafa Idrassiruntime: increase maxargs to avoid syscall18 crash...
2021-04-08 ianwoolfruntime: replace os.MkdirTemp with T.TempDir
2021-03-31 Michael Anthony... runtime: support register ABI Go functions from Windows...
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-11-27 Jason A. Donenfeldruntime: return 0 from C function in test
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-31 Emmanuel T Odekedatabase/sql, runtime: correct *.Fatal inside goroutine...
2020-10-26 Austin Clementsruntime: fix sub-uintptr-sized Windows callback arguments
2020-10-26 Austin Clementsruntime: tidy Windows callback test
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-25 Richard Wilkesruntime: allow float syscall return values on windows...
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Alex Brainmanruntime: fix syscall.NewCallback to return all bits...
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-30 Jordan Rheeruntime: use EnumTimeFormatsEx instead of EnumWindows...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-02 Austin Clementsruntime: query thread stack size from OS on Windows
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-05 Bill Zissimopoulosruntime: handle windows callback on non-go thread
2018-05-26 Alex Brainmanruntime: implement TestCallbackInAnotherThread
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-14 Alex Brainmanruntime: make TestWindowsStackMemory build even with...
2017-11-03 Alex Brainmancmd/link: restore windows stack commit size back to 4KB
2017-09-20 Hiroshi Iokaall: correct location of go tool
2017-04-03 Eric Lagergrenall: fix minor misspellings
2017-03-21 Alex Brainmanruntime: import os package in BenchmarkRunningGoProgram
2016-10-28 David Crawshawruntime: pass windows float syscall args via XMM
2016-09-28 Alex Brainmanruntime: use RtlGenRandom instead of CryptGenRandom
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-09 Dmitry Vyukovruntime: revert "do not call timeBeginPeriod on windows"
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-05 Alex Brainmanruntime: leave directory before removing it in TestDLLP...
2016-04-05 Alex Brainmanruntime: remove race out of BenchmarkChanToSyscallPing1ms
2016-04-04 Alex Brainmanruntime: change osyield to use Windows SwitchToThread
2016-04-01 Brad Fitzpatrickruntime, syscall: only search for Windows DLLs in the...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-01 Brad Fitzpatrickall: make copyright headers consistent with one space...
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-29 Russ Coxruntime: move test programs out of source code, coalesce
2015-11-24 Alex Brainmanruntime: do not call timeBeginPeriod on windows
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-23 Alex Brainmanruntime: account for cpu affinity in windows NumCPU
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-23 Alex Brainmanruntime: test that timeBeginPeriod succeeds
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-18 Alex Brainmanruntime: skip TestReturnAfterStackGrowInCallback if...
2015-07-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-29 Alex Brainmanruntime: store syscall parameters in m not on stack
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-15 Shenghou Maruntime: skip TestStdcallAndCDeclCallbacks when gcc...
2015-01-06 Alex Brainmanruntime: do not display Windows Error Reporting dialogue
2014-12-22 Alex Brainmansyscall: clean up TestStdcallAndCDeclCallbacks to have...
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-10-16 Russ Coxall: merge default branch into dev.garbage
2014-10-15 Alex Brainmanruntime: handle all windows exception (second attempt)
2014-10-09 Alex Brainmanundo CL 145150043 / 8b3d26697b8d
2014-10-09 Alex Brainmanruntime: handle all windows exception
2014-10-03 Russ Cox[dev.garbage] merge default into dev.garbage
2014-09-19 Alex Brainmanruntime: allow OutputDebugString to be sent to debugger
2014-09-15 Alex Brainmanruntime: fix parameter checking in syscall.NewCallback
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src