]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/cgocall.go
runtime: clarify error when returning unpinned pointers
[gostls13.git] / src / runtime / cgocall.go
2023-11-08 Richard Wangruntime: clarify error when returning unpinned pointers
2023-10-04 Cherry Muiruntime: unlock OS thread after cgocallbackg1
2023-09-19 Michael Prattruntime: set stackguard1 on extra M g0
2023-09-12 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-09-11 Michael PrattRevert "runtime: allow update of system stack bounds...
2023-09-11 Michael PrattRevert "runtime: set stackguard1 on extra M g0"
2023-09-11 Michael Prattruntime: set stackguard1 on extra M g0
2023-09-11 Michael Prattruntime: allow update of system stack bounds on callbac...
2023-08-25 doujiang24cmd/cgo: add #cgo noescape/nocallback annotations
2023-07-18 Jes Cokall: fix typos
2023-05-19 Sven Andersonruntime: implement Pinner API for object pinning
2023-05-17 Cherry Muiruntime/cgo: store M for C-created thread in pthread key
2023-05-11 David Chaseruntime: move per-type types to internal/abi
2023-05-11 David Chaseruntime: redefine _type to abi.Type; add rtype for...
2023-05-10 David Chaseinternal/reflectlite, runtime: move more constants...
2023-05-10 David Chaseinternal/abi: common up ArrayType
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-05-05 Chressie HimpelRevert "runtime/cgo: store M for C-created thread in...
2023-04-28 Nick Ripleyruntime/trace: avoid frame pointer unwinding for events...
2023-04-26 Michael Prattruntime/cgo: store M for C-created thread in pthread key
2023-04-17 Michael PrattRevert "runtime/cgo: store M for C-created thread in...
2023-04-03 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-03-31 Cherry MuiRevert "runtime/cgo: store M for C-created thread in...
2023-03-24 doujiang24runtime/cgo: store M for C-created thread in pthread key
2023-02-16 Keith Randallruntime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
2022-11-18 cui fliterall: add missing periods in comments
2022-09-01 Michael PrattRevert "runtime: convert ncgocall to atomic type"
2022-09-01 cuiweixieruntime: convert ncgocall to atomic type
2022-08-31 Andy Panruntime: convert extram and extraMWaiters to internal...
2022-08-16 Keith Randallruntime: redo heap bitmap
2022-08-09 Keith RandallRevert "runtime: redo heap bitmap"
2022-08-08 Keith Randallruntime: redo heap bitmap
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-14 Keith Randallcmd/compile,runtime,reflect: move embedded bit from...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-27 Rhys Hiltnerruntime: profile with per-thread timers on Linux
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-29 Ian Lance Taylorruntime: avoid possible preemption when returning from...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-25 Tao Qingyunruntime: make ncgocall a global counter
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Michael Anthony... [dev.typeparams] runtime: fix import sort order [generated]
2021-06-17 Michael Anthony... [dev.typeparams] runtime: replace uses of runtime/inter...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-01 Austin Clementsruntime: fix uses of ABIInternal PCs in assembly
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-19 Russ Coxruntime: document, clean up internal/sys
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-11-03 Joel Singcmd/dist,cmd/go,runtime: add support for cgo on linux...
2020-10-26 Austin Clementsruntime,cmd/cgo: simplify C -> Go call path
2020-10-23 Andrew G. Morgansyscall: support POSIX semantics for Linux syscalls
2020-10-02 Austin Clementsruntime: update and tidy cgo callback description
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-27 Keith Randallruntime: framepointers are no longer an experiment...
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-17 Austin Clementsruntime: move checkmarks to a separate bitmap
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-09 Austin Clementsruntime: protect against external code calling ExitProcess
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-03 Matthew Dempskyruntime: use efaceOf where applicable
2019-10-02 Egon Elbrecmd/cgo: optimize cgoCheckPointer call
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-30 Joshua M. Clulowall: add new GOOS=illumos, split out of GOOS=solaris
2019-03-25 Keith Randallruntime: remove kindNoPointers
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-12-02 Tobias Klauserall: use "reports whether" consistently instead of...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-09 Nikhil Beneschruntime: never call into race detector with retaken P
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-29 Zheng Xubuild: support frame-pointer for arm64
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-26 Cherry Zhangruntime: remove the dummy arg of getcallersp
next