| Age | Commit message (Expand) | Author |
| 2025-07-28 | internal/runtime/syscall/windows: factor out code from runtime | qmuntal |
| 2023-09-21 | runtime: implement usleep in Go instead of assembly on Windows | qmuntal |
| 2023-09-20 | runtime: implement osyield in Go instead of assembly on Windows | qmuntal |
| 2023-09-07 | runtime: support nil libcall.args when calling stdcall on Windows | qmuntal |
| 2023-09-07 | runtime: remove slow time compatibility hacks for wine | qmuntal |
| 2023-04-25 | runtime: fallback to TEB arbitrary pointer when TLS slots are full | qmuntal |
| 2023-04-21 | runtime: tidy _Stack* constant naming | Austin Clements |
| 2023-04-20 | Revert "runtime: tidy _Stack* constant naming" | Austin Clements |
| 2023-04-20 | runtime: tidy _Stack* constant naming | Austin Clements |
| 2023-03-23 | all: replace leading spaces with tabs in assembly | Michael Pratt |
| 2023-03-13 | runtime: implement high resolution timer on windows arm/arm64 | qmuntal |
| 2023-03-01 | runtime: remove unnecessary NOFRAME flags on windows | qmuntal |
| 2023-01-25 | runtime: delete unused cbctxts variable on windows assembly | qmuntal |
| 2023-01-24 | runtime: remove unused badsignal2 on windows | qmuntal |
| 2023-01-24 | runtime: factor out windows sigtramp | qmuntal |
| 2023-01-23 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal |
| 2021-05-21 | [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse... | Cherry Mui |
| 2021-05-04 | runtime: abort when receiving a signal on a non-Go thread on Windows | Michael Anthony Knyszek |
| 2021-04-28 | runtime: move Windows time.now implementations into separate files | Ian Lance Taylor |
| 2021-04-28 | runtime: consolidate Windows time constants into single copy | Ian Lance Taylor |
| 2021-04-13 | runtime: eliminate externalthreadhandler | Austin Clements |
| 2021-04-13 | runtime: use newm for profileloop | Austin Clements |
| 2021-04-13 | runtime: use compileCallback for ctrlhandler | Austin Clements |
| 2021-04-12 | runtime: replace outdated documentation link in Windows' nanotime | Paschalis Tsilias |
| 2021-03-19 | runtime: mark Windows' address-taken asm routines as ABIInternal | Michael Anthony Knyszek |
| 2021-02-19 | runtime: use TOPFRAME to identify top-of-frame functions | Russ Cox |
| 2021-02-19 | runtime: unify asmcgocall and systemstack traceback setup | Russ Cox |
| 2021-02-19 | runtime: delete windows setlasterror (unused) | Russ Cox |
| 2021-02-19 | runtime: clean up system calls during cgo callback init | Russ Cox |
| 2020-11-24 | runtime: allow for usleep2HighRes to run without TLS setup | Alex Brainman |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-10-18 | runtime: use CreateWaitableTimerEx to implement usleep | Alex Brainman |
| 2019-09-04 | runtime: wrap nanotime, walltime, and write | Austin Clements |
| 2019-09-02 | Revert "runtime: remove slow time compatibility hacks for wine" | Daniel Martà |
| 2019-08-29 | runtime: remove slow time compatibility hacks for wine | Jason A. Donenfeld |
| 2019-05-09 | runtime, crypto/x509: fix vet complaints for all windows | Russ Cox |
| 2019-05-09 | runtime: fix vet complaints for linux/386 | Russ Cox |
| 2018-11-02 | runtime, time: refactor startNano handling | Dmitry Vyukov |
| 2018-10-03 | all: this big patch remove whitespace from assembly files | Zhou Peng |
| 2018-07-02 | runtime: query thread stack size from OS on Windows | Austin Clements |
| 2018-07-02 | runtime: initialize g0 stack bounds on Windows to full stack | Austin Clements |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2017-04-25 | runtime: make time correctly update on Wine | Evgeniy Polyakov |
| 2017-02-21 | runtime: update assembly var names after monotonic time changes | Josh Bleecher Snyder |
| 2017-02-09 | time: optimize Now on darwin, windows | Russ Cox |
| 2017-02-03 | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox |
| 2016-10-28 | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers | Austin Clements |
| 2016-09-30 | runtime, syscall: use FP instead of SP for parameters | Matthew Dempsky |
| 2016-04-04 | runtime: change osyield to use Windows SwitchToThread | Alex Brainman |
| 2016-01-07 | runtime: increase assumed stack size in externalthreadhandler | Austin Clements |