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
/
cgocall.go
Age
Commit message (
Expand
)
Author
2026-02-18
runtime: tell the race detector about synchronization on mainInitDone
Cherry Mui
2026-02-10
runtime: put a bool in front of initialization-done channel
Ian Lance Taylor
2025-12-11
runtime: make goroutines inherit DIT state, don't lock to OS thread
Roland Shoemaker
2025-11-24
runtime/cgo: add support for `any` param and return type
Alexandre Daubois
2025-11-21
runtime: go fmt
Michael Pratt
2025-11-07
runtime/cgo: improve error messages after pointer panic
Ariel Otilibili
2025-10-22
runtime/cgo: fix cgoCheckArg description
Ariel Otilibili
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2025-03-14
runtime: only set isExtraInC if there are no Go frames left
Michael Pratt
2024-11-19
crypto/subtle: add DIT closure
Roland Shoemaker
2024-10-30
runtime: update and restore g0 stack bounds at cgocallback
Cherry Mui
2024-10-24
runtime: support cgo index into pointer-to-array
Ian Lance Taylor
2024-08-27
runtime: store bp on cgocallback as unsafe.Pointer
Michael Anthony Knyszek
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-05-23
all: document legacy //go:linkname for modules with ≥2,000 dependents
Russ Cox
2024-05-16
runtime: always update stack bounds on cgocallback
Michael Pratt
2024-04-19
runtime: track frame pointer while in syscall
Michael Anthony Knyszek
2024-04-09
runtime: remove the allocheaders GOEXPERIMENT
Michael Anthony Knyszek
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-04
runtime: use .Pointers() instead of manual checking
Pouriya
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-11-08
runtime: clarify error when returning unpinned pointers
Richard Wang
2023-10-04
runtime: unlock OS thread after cgocallbackg1
Cherry Mui
2023-09-19
runtime: set stackguard1 on extra M g0
Michael Pratt
2023-09-12
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-09-11
Revert "runtime: allow update of system stack bounds on callback from C thread"
Michael Pratt
2023-09-11
Revert "runtime: set stackguard1 on extra M g0"
Michael Pratt
2023-09-11
runtime: set stackguard1 on extra M g0
Michael Pratt
2023-09-11
runtime: allow update of system stack bounds on callback from C thread
Michael Pratt
2023-08-25
cmd/cgo: add #cgo noescape/nocallback annotations
doujiang24
2023-07-18
all: fix typos
Jes Cok
2023-05-19
runtime: implement Pinner API for object pinning
Sven Anderson
2023-05-17
runtime/cgo: store M for C-created thread in pthread key
Cherry Mui
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-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-28
runtime/trace: avoid frame pointer unwinding for events during cgocallbackg
Nick Ripley
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-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-09-01
Revert "runtime: convert ncgocall to atomic type"
Michael Pratt
[next]