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
/
errors_test.go
Age
Commit message (
Expand
)
Author
2022-06-25
cmd/go: prepend builtin prolog when checking for preamble errors
qmuntal
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-06-05
misc/cgo/errors: use expected column numbers
Ian Lance Taylor
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2019-07-12
cmd/cgo: do not rewrite call if there are more args than parameters
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
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
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