aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/errors/test.bash
AgeCommit message (Expand)Author
2017-09-13misc/cgo/errors: port test.bash to GoBryan C. Mills
2017-08-14cmd/cgo: use first error position instead of last oneHiroshi Ioka
2017-06-03cmd/cgo: show pos info in undefined name errorsAlberto Donizetti
2017-04-18cmd/cgo: reject references to builtin functions other than callsAlexander Menzhinsky
2017-03-09cmd/compile: print columns (not just lines) in error messagesRobert Griesemer
2016-10-25misc/cgo/errors: fix malloc test for dragonflyIan Lance Taylor
2016-10-25cmd/cgo: throw if C.malloc returns nilIan Lance Taylor
2016-10-19cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor
2016-06-21cmd/cgo: error, not panic, if not enough arguments to functionqeed
2016-06-09cmd/cgo: use function arg type for _cgoCheckPointerN functionIan Lance Taylor
2016-05-27cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor
2015-12-16cmd/cgo: map C unsigned char back to _Ctype_uchar in error messagesShenghou Ma
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-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