- 062e0e5 cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflag by Ian Lance Taylor · 4 years, 4 months ago
- e831719 cmd/cgo: do not rewrite call if there are more args than parameters by Ian Lance Taylor · 6 years ago
- 84fce98 cmd/cgo: fix check for conversion of ptr to struct field by Gernot Vormayr · 6 years ago
- 0d4de70 misc/cgo/errors: align code snippets in ptr_test.go by Bryan C. Mills · 6 years ago
- 9acd2d6 misc/cgo/errors: fix TestPointerChecks when GO111MODULE=on by Bryan C. Mills · 6 years ago
- d53f380 misc/cgo/errors: limit number of parallel executions by Ian Lance Taylor · 6 years ago
- 9e22992 misc/cgo/errors: remove debugging println by Ian Lance Taylor · 6 years ago
- 798e0b3 misc/cgo/errors: consolidate test work by Russ Cox · 6 years ago
- 8ea27e1 misc/cgo/errors: fix tests in module mode by Bryan C. Mills · 6 years ago
- 0d6a2d5 runtime: skip writes to persistent memory in cgo checker by Ian Lance Taylor · 6 years ago
- 12c0f1b cmd/cgo: set correct column for user-written code by Ian Lance Taylor · 6 years ago
- 5e17278 cmd/cgo: reject names that are likely to be mangled C name by Hiroshi Ioka · 6 years ago
- 54cbc5b cmd/cgo: use a plausible position for typedef error messages by Ian Lance Taylor · 6 years ago
- 90df377 cmd/cgo: rewrite pointer checking to use more function literals by Ian Lance Taylor · 6 years ago
- 1dcb583 cmd/go: accept only limited compiler and linker flags in #cgo directives by Russ Cox · 7 years ago
- 4b3a3bd runtime: don't issue cgocheck error for timer bucket source pointer by Ian Lance Taylor · 7 years ago
- ca2a886 cmd/compile: record original and absolute file names for line directives by griesemer · 7 years ago
- 2a2e4da misc/cgo/errors: don't pass -C to compiler by Ian Lance Taylor · 8 years ago
- 107744e misc/cgo/errors: test that the Go rune type is not identical to C.int by Bryan C. Mills · 8 years ago
- 814d922 misc/cgo/errors: fix erroneous regexp detection by Bryan C. Mills · 8 years ago
- d02477e misc/cgo/errors: port test.bash to Go by Bryan C. Mills · 8 years ago
- b88e532 cmd/cgo: use first error position instead of last one by Hiroshi Ioka · 8 years ago
- 4fa2674 misc/cgo/errors: update ptr.go comment by Ian Lance Taylor · 8 years ago
- f096b5b runtime: mark activeModules nosplit/nowritebarrier by Ian Lance Taylor · 8 years ago
- e5d2104 cmd/cgo: show pos info in undefined name errors by Alberto Donizetti · 8 years ago
- 2463a49 cmd/cgo: reject references to builtin functions other than calls by Alexander Menzhinsky · 8 years ago
- 2a5cf48 cmd/compile: print columns (not just lines) in error messages by Robert Griesemer · 8 years ago
- 27b6847 cmd/cgo: run cgo pointer checks for pointer to union by Ian Lance Taylor · 8 years ago
- e24ccfc misc/cgo/errors: fix malloc test for dragonfly by Ian Lance Taylor · 8 years ago
- b4ce38e cmd/cgo: throw if C.malloc returns nil by Ian Lance Taylor · 8 years ago
- a16954b cmd/cgo: always use a function literal for pointer checking by Ian Lance Taylor · 8 years ago
- d282427 cmd/cgo: error, not panic, if not enough arguments to function by qeed · 9 years ago
- 837984f cmd/cgo: use function arg type for _cgoCheckPointerN function by Ian Lance Taylor · 9 years ago
- 7b48020c cmd/cgo: check pointers for deferred C calls at the right time by Ian Lance Taylor · 9 years ago
- b5d18b5 cmd/cgo: remove -O options when generating compiler errors by Ian Lance Taylor · 9 years ago
- 538537a runtime: check only up to ptrdata bytes for pointers by Ian Lance Taylor · 9 years ago
- 53fd522 all: make copyright headers consistent with one space after period by Emmanuel Odeke · 9 years ago
- 71cc445 cmd/cgo: recognize known C typedefs as types by Ian Lance Taylor · 9 years ago
- e970966 runtime: handle kindString in cgoCheckArg by Ian Lance Taylor · 9 years ago
- d91ec5b cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checks by Ian Lance Taylor · 9 years ago
- a766d8e cmd/cgo: map C unsigned char back to _Ctype_uchar in error messages by Shenghou Ma · 9 years ago
- 5a049aa cmd/cgo: error, not panic, if not enough arguments to function by Ian Lance Taylor · 9 years ago
- de640d3 cmd/cgo: handle another Clang DWARF quirk by Matthew Dempsky · 9 years ago
- 0e2c635 cmd/cgo, runtime: exported Go functions can't return a Go pointer by Ian Lance Taylor · 9 years ago
- be1ef46 runtime: add optional expensive check for invalid cgo pointer passing by Ian Lance Taylor · 9 years ago
- 9dcc58c cmd/cgo, runtime: add checks for passing pointers from Go to C by Ian Lance Taylor · 9 years ago
- 9c258c6 cmd/cgo: fix panic on references to non-existing C types by Didier Spezia · 9 years ago
- d5f6906 build: convert run.bash, run.bat, and run.rc into a Go program by Brad Fitzpatrick · 10 years ago
- ba30c08 cmd/cgo: check for compiler errors in the C preamble by Matthew Dempsky · 11 years ago
- 11016f6 cmd/cgo: make C function pointers non-assignable by Matthew Dempsky · 11 years ago
- 0f82cfd cmd/cgo: enforce typing of 0-sized types by Daniel Morsing · 11 years ago
- dbe2eac cmd/cgo: fix line number in an error message by Russ Cox · 11 years ago
- f68c23e cmd/cgo: don't let #cgo directives mess up line numbering by Ian Lance Taylor · 12 years ago