aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/errors
AgeCommit message (Expand)Author
2015-12-02cmd/cgo: error, not panic, if not enough arguments to functionIan Lance Taylor
2015-11-25cmd/cgo: handle another Clang DWARF quirkMatthew Dempsky
2015-11-19cmd/cgo, runtime: exported Go functions can't return a Go pointerIan Lance Taylor
2015-11-16runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-10-05cmd/cgo: fix panic on references to non-existing C typesDidier Spezia
2015-03-03build: convert run.bash, run.bat, and run.rc into a Go programBrad Fitzpatrick
2014-08-14cmd/cgo: check for compiler errors in the C preambleMatthew Dempsky
2014-08-12cmd/cgo: make C function pointers non-assignableMatthew Dempsky
2014-03-27cmd/cgo: enforce typing of 0-sized typesDaniel Morsing
2013-10-18cmd/cgo: fix line number in an error messageRuss Cox
2013-09-03cmd/cgo: don't let #cgo directives mess up line numberingIan Lance Taylor