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
/
wincallback.go
Age
Commit message (
Expand
)
Author
2025-08-06
all: remove support for windows/arm
qiulaidongfeng
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2022-09-14
all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...
Emmanuel T Odeke
2021-10-28
all: manual fixups for //go:build vs // +build
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-05-13
all: add //go:build lines to assembly files
Tobias Klauser
2021-03-19
runtime: mark Windows' address-taken asm routines as ABIInternal
Michael Anthony Knyszek
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-19
runtime: generate windows/arm64 callback asm
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2018-09-18
runtime: support windows/arm
Jordan Rhee
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-12-19
runtime: use go generate for zcallback_windows.go
Alex Brainman
2014-12-05
runtime: generate windows callback list with go generate
Russ Cox