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
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
2022-09-01
runtime: convert ncgocall to atomic type
cuiweixie
2022-08-31
runtime: convert extram and extraMWaiters to internal atomic type
Andy Pan
2022-08-16
runtime: redo heap bitmap
Keith Randall
2022-08-09
Revert "runtime: redo heap bitmap"
Keith Randall
2022-08-08
runtime: redo heap bitmap
Keith Randall
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
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-27
runtime: profile with per-thread timers on Linux
Rhys Hiltner
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-07-29
runtime: avoid possible preemption when returning from Go to C
Ian Lance Taylor
2021-06-30
[dev.typeparams] all: merge master (4711bf3) into dev.typeparams
Matthew Dempsky
2021-06-25
runtime: make ncgocall a global counter
Tao Qingyun
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-04-01
runtime: fix uses of ABIInternal PCs in assembly
Austin Clements
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2020-11-03
cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64
Joel Sing
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
2020-10-02
runtime: update and tidy cgo callback description
Austin Clements
2020-08-27
runtime: framepointers are no longer an experiment - hard code them
Keith Randall
2020-08-17
runtime: move checkmarks to a separate bitmap
Austin Clements
2020-01-09
runtime: protect against external code calling ExitProcess
Austin Clements
2019-10-03
runtime: use efaceOf where applicable
Matthew Dempsky
2019-10-02
cmd/cgo: optimize cgoCheckPointer call
Egon Elbre
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-03-25
runtime: remove kindNoPointers
Keith Randall
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-09
runtime: never call into race detector with retaken P
Nikhil Benesch
2018-08-29
build: support frame-pointer for arm64
Zheng Xu
2018-04-26
runtime: remove the dummy arg of getcallersp
Cherry Zhang
2018-02-15
runtime: eliminate most uses of mheap_.arena_*
Austin Clements
2018-02-15
runtime: split object finding out of heapBitsForObject
Austin Clements
2017-09-22
runtime: don't call lockOSThread for every cgo call
Ian Lance Taylor
2017-09-15
all: fix article typos
Kunpei Sakai
[next]