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
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2022-09-19
misc/cgo: replace ioutil.ReadFile with os.ReadFile
hopehook
2022-06-25
cmd/go: prepend builtin prolog when checking for preamble errors
qmuntal
2022-02-07
misc/cgo: fix aliasing bugs in parallel tests that append to shared slices
Bryan C. Mills
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-06-17
[dev.typeparams] all: add GOEXPERIMENT=unified knob
Matthew Dempsky
2021-06-05
misc/cgo/errors: use expected column numbers
Ian Lance Taylor
2021-04-05
cmd/cgo: pass end position info for C function arguments.
wolf1996
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2020-11-12
cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflag
Ian Lance Taylor
2019-07-12
cmd/cgo: do not rewrite call if there are more args than parameters
Ian Lance Taylor
2019-07-09
cmd/cgo: fix check for conversion of ptr to struct field
Gernot Vormayr
2019-06-27
misc/cgo/errors: align code snippets in ptr_test.go
Bryan C. Mills
2019-06-26
misc/cgo/errors: fix TestPointerChecks when GO111MODULE=on
Bryan C. Mills
2019-05-31
misc/cgo/errors: limit number of parallel executions
Ian Lance Taylor
2019-05-30
misc/cgo/errors: remove debugging println
Ian Lance Taylor
2019-05-21
misc/cgo/errors: consolidate test work
Russ Cox
2019-02-22
misc/cgo/errors: fix tests in module mode
Bryan C. Mills
2019-01-04
runtime: skip writes to persistent memory in cgo checker
Ian Lance Taylor
2018-12-12
cmd/cgo: set correct column for user-written code
Ian Lance Taylor
2018-12-05
cmd/cgo: reject names that are likely to be mangled C name
Hiroshi Ioka
2018-12-03
cmd/cgo: use a plausible position for typedef error messages
Ian Lance Taylor
2018-11-01
cmd/cgo: rewrite pointer checking to use more function literals
Ian Lance Taylor
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
[next]