| Age | Commit message (Expand) | Author |
| 2026-03-24 | runtime: zero-extend Windows error code in syscall_syscalln | Christian Hoeppner |
| 2026-03-18 | syscall: remove the 42 args limit in SyscallN | qmuntal |
| 2026-03-18 | runtime: return the error code as a return value in asmstdcall | qmuntal |
| 2025-08-21 | runtime: remove remaining windows/arm files and comments | qmuntal |
| 2025-08-06 | all: remove support for windows/arm | qiulaidongfeng |
| 2025-08-01 | runtime: deduplicate Windows stdcall | qmuntal |
| 2025-08-01 | runtime,syscall: move loadlibrary and getprocaddress to syscall | qmuntal |
| 2025-07-29 | internal/abi: move direct/indirect flag from Kind to TFlag | Keith Randall |
| 2025-07-28 | runtime,syscall: move SyscallX implementations from runtime to syscall | qmuntal |
| 2025-07-28 | internal/runtime/syscall/windows: factor out code from runtime | qmuntal |
| 2024-10-11 | runtime: reduce syscall.SyscallX stack usage | qmuntal |
| 2024-05-22 | all: document legacy //go:linkname for modules with ≥100,000 dependents | Russ Cox |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 2024-03-26 | runtime: don't call lockOSThread for every syscall call on Windows | qmuntal |
| 2024-03-18 | runtime: remove nosplit directives from several Windows syscall helpers | qmuntal |
| 2024-02-19 | runtime: use the right number of parameters in syscall_SyscallX on Windows | qmuntal |
| 2023-05-11 | runtime: move per-type types to internal/abi | David Chase |
| 2023-05-11 | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase |
| 2023-05-10 | internal/reflectlite, runtime: move more constants and types into internal/abi | David Chase |
| 2023-05-10 | internal/abi: common up ArrayType | David Chase |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 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 |