aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/runtime/ffi.go
AgeCommit message (Expand)AuthorFilesLines
2022-09-27runtime: synchronize empty struct field handlingmelonedo1-4/+10
2019-09-17runtime: for FFI, treat directIface types as pointersIan Lance Taylor1-0/+6
2019-08-31compiler, runtime: support and use single argument go:linknameIan Lance Taylor1-1/+1
2019-01-15runtime: add padding to FFI type of struct ending with zero-sized fieldIan Lance Taylor1-0/+10
2018-07-13runtime: skip zero-sized fields in structs when converting to FFIIan Lance Taylor1-3/+45
2016-11-18runtime, reflect: rewrite Go to FFI type conversion in GoIan Lance Taylor1-0/+315