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
/
misc
/
cgo
/
testgodefs
Age
Commit message (
Expand
)
Author
2023-05-12
misc/cgo: move easy tests to cmd/cgo/internal
Austin Clements
2023-04-10
misc/cgo: remove +build lines, add go:build where needed
Ian Lance Taylor
2023-04-10
misc/cgo: gofmt
Ian Lance Taylor
2022-04-03
cmd/cgo: retain original file paths in godefs generated comment
Tobias Klauser
2021-09-16
cmd/cgo: for godefs, don't let field prefix removal cause duplicates
Ian Lance Taylor
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2020-09-16
cmd/cgo: don't translate bitfields into Go fields
Ian Lance Taylor
2020-06-11
cmd/cgo: in -godefs mode, don't change constant to type
Ian Lance Taylor
2020-05-01
cmd/cgo: use type aliases for #define type macros
Matthew Dempsky
2020-03-30
cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent name
Tobias Klauser
2019-11-13
misc/cgo/testgodefs: convert test from bash to Go
Bryan C. Mills
2019-02-26
misc/cgo/testgodefs: move source files into testdata
Bryan C. Mills
2018-07-27
cmd/cgo: don't resolve typedefs in -godefs mode
Ian Lance Taylor
2016-10-30
cmd/cgo: add -srcdir option
Ian Lance Taylor
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2015-03-03
build: convert run.bash, run.bat, and run.rc into a Go program
Brad Fitzpatrick
2014-08-06
cmd/cgo: consistently map void* to *byte under -{c,go}defs
Matthew Dempsky
2014-08-05
cmd/cgo: for -godefs, promote first field of anonymous union
Ian Lance Taylor