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