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
Age
Commit message (
Expand
)
Author
2018-02-07
cmd/go: accept only limited compiler and linker flags in #cgo directives
Russ Cox
2018-01-15
runtime: don't issue cgocheck error for timer bucket source pointer
Ian Lance Taylor
2017-11-13
cmd/compile: record original and absolute file names for line directives
griesemer
2017-09-14
misc/cgo/errors: don't pass -C to compiler
Ian Lance Taylor
2017-09-14
misc/cgo/errors: test that the Go rune type is not identical to C.int
Bryan C. Mills
2017-09-14
misc/cgo/errors: fix erroneous regexp detection
Bryan C. Mills
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-08-08
misc/cgo/errors: update ptr.go comment
Ian Lance Taylor
2017-08-05
runtime: mark activeModules nosplit/nowritebarrier
Ian Lance Taylor
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-11-15
cmd/cgo: run cgo pointer checks for pointer to union
Ian Lance Taylor
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-06-03
cmd/cgo: check pointers for deferred C calls at the right time
Ian Lance Taylor
2016-05-27
cmd/cgo: remove -O options when generating compiler errors
Ian Lance Taylor
2016-05-18
runtime: check only up to ptrdata bytes for pointers
Ian Lance Taylor
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-02-27
cmd/cgo: recognize known C typedefs as types
Ian Lance Taylor
2016-01-27
runtime: handle kindString in cgoCheckArg
Ian Lance Taylor
2016-01-08
cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checks
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-19
cmd/cgo, runtime: exported Go functions can't return a Go pointer
Ian Lance Taylor
2015-11-16
runtime: add optional expensive check for invalid cgo pointer passing
Ian Lance Taylor
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