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
/
cgo
/
asm_amd64.s
Age
Commit message (
Expand
)
Author
2023-10-12
runtime/cgo: avoid taking the address of crosscall2 in code
Cherry Mui
2023-10-05
runtime: support SetUnhandledExceptionFilter on Windows
qmuntal
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2021-04-15
runtime: unify C->Go ABI transitions
Austin Clements
2021-04-15
runtime,runtime/cgo: save all necessary registers on entry to Go on Windows
Austin Clements
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2018-10-03
all: this big patch remove whitespace from assembly files
Zhou Peng
2017-10-16
runtime/cgo: declare crosscall2 frame using TEXT for amd64 and 386
Alessandro Arzilli
2016-04-29
cmd/cgo, runtime, runtime/cgo: use cgo context function
Ian Lance Taylor
2016-03-25
runtime/cgo: save callee-saved xmm registers on windows/amd64
Shenghou Ma
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox