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
/
errors
/
test.bash
Age
Commit message (
Expand
)
Author
2017-09-13
misc/cgo/errors: port test.bash to Go
Bryan C. Mills
2017-08-14
cmd/cgo: use first error position instead of last one
Hiroshi Ioka
2017-06-03
cmd/cgo: show pos info in undefined name errors
Alberto Donizetti
2017-04-18
cmd/cgo: reject references to builtin functions other than calls
Alexander Menzhinsky
2017-03-09
cmd/compile: print columns (not just lines) in error messages
Robert Griesemer
2016-10-25
misc/cgo/errors: fix malloc test for dragonfly
Ian Lance Taylor
2016-10-25
cmd/cgo: throw if C.malloc returns nil
Ian Lance Taylor
2016-10-19
cmd/cgo: always use a function literal for pointer checking
Ian Lance Taylor
2016-06-21
cmd/cgo: error, not panic, if not enough arguments to function
qeed
2016-06-09
cmd/cgo: use function arg type for _cgoCheckPointerN function
Ian Lance Taylor
2016-05-27
cmd/cgo: remove -O options when generating compiler errors
Ian Lance Taylor
2015-12-16
cmd/cgo: map C unsigned char back to _Ctype_uchar in error messages
Shenghou Ma
2015-12-02
cmd/cgo: error, not panic, if not enough arguments to function
Ian Lance Taylor
2015-11-25
cmd/cgo: handle another Clang DWARF quirk
Matthew Dempsky
2015-11-10
cmd/cgo, runtime: add checks for passing pointers from Go to C
Ian Lance Taylor
2015-10-05
cmd/cgo: fix panic on references to non-existing C types
Didier Spezia
2015-03-03
build: convert run.bash, run.bat, and run.rc into a Go program
Brad Fitzpatrick
2014-08-14
cmd/cgo: check for compiler errors in the C preamble
Matthew Dempsky
2014-08-12
cmd/cgo: make C function pointers non-assignable
Matthew Dempsky
2014-03-27
cmd/cgo: enforce typing of 0-sized types
Daniel Morsing
2013-10-18
cmd/cgo: fix line number in an error message
Russ Cox
2013-09-03
cmd/cgo: don't let #cgo directives mess up line numbering
Ian Lance Taylor