aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/errors/errors_test.go
AgeCommit message (Expand)Author
2022-06-25cmd/go: prepend builtin prolog when checking for preamble errorsqmuntal
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-06-05misc/cgo/errors: use expected column numbersIan Lance Taylor
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2019-07-12cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor
2019-05-21misc/cgo/errors: consolidate test workRuss Cox
2019-02-22misc/cgo/errors: fix tests in module modeBryan C. Mills
2018-12-12cmd/cgo: set correct column for user-written codeIan Lance Taylor
2018-12-05cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka
2018-12-03cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-09-14misc/cgo/errors: don't pass -C to compilerIan Lance Taylor
2017-09-14misc/cgo/errors: test that the Go rune type is not identical to C.intBryan C. Mills
2017-09-14misc/cgo/errors: fix erroneous regexp detectionBryan C. Mills
2017-09-13misc/cgo/errors: port test.bash to GoBryan C. Mills