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
/
src
/
cmd
/
cgo
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-23
cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking
qmuntal
2023-12-18
Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16"
Than McIntosh
2023-12-18
cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16
Mauri de Souza Meneguzzo
2023-12-15
all: fix copyright headers
Jes Cok
2023-12-12
cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msa...
Mauri de Souza Meneguzzo
2023-11-29
cmd/cgo/internal/test: only test specific frames in testCallbackCallersSEH
qmuntal
2023-11-27
Revert "testing: simplify concurrency and cleanup logic"
Lasse Folger
2023-11-21
testing: simplify concurrency and cleanup logic
Bryan C. Mills
2023-11-17
all: add missing copyright header
Jes Cok
2023-11-09
cmd/internal/link: merge .pdata and .xdata sections from host object files
qmuntal
2023-11-02
cmd/cgo: disable #cgo noescape/nocallback until Go 1.23
Russ Cox
2023-10-18
cmd/cgo/internal/testfortran: relax test output
Cuong Manh Le
2023-10-12
runtime/cgo: avoid taking the address of crosscall2 in code
Cherry Mui
2023-10-11
cmd/compile: use absolute file name in isCgo check
Ian Lance Taylor
2023-09-22
cmd/cgo/internal/test: test PPC64 ELFv2 call/plt stub generation
Paul E. Murphy
2023-09-20
cmd/link, runtime: initialize packages in shared build mode
Cherry Mui
2023-09-18
cmd/cgo: silence unaligned-access
Egon Elbre
2023-09-14
cmd/cgo/internal/testcshared: remove an arbitrary timeout in TestSignalHandle...
Bryan C. Mills
2023-09-08
Revert "cmd/cgo: silence unaligned-access"
Than McIntosh
2023-09-08
cmd/cgo: silence unaligned-access
Egon Elbre
2023-09-07
cmd/link: avoid deadcode of global map vars for programs using plugins
Than McIntosh
2023-09-05
all: use ^$ instead of XXXX, NoSuchTestExists to match no tests
Dmitri Shuralyov
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-08-30
cmd/cgo: only write _cgo_flags for gccgo
Ian Lance Taylor
2023-08-29
runtime, cmd/go: enable address sanitizer on linux/loong64
Xiaolin Zhao
2023-08-28
cmd/cgo/internal/test: benchmark for #cgo noescape directive
doujiang24
2023-08-26
cmd/compile: un-hide closure func in init function
Cuong Manh Le
2023-08-25
cmd/cgo: add #cgo noescape/nocallback annotations
doujiang24
2023-08-18
cmd/link: don't mangle string symbol names
Cherry Mui
2023-08-14
cmd: fix mismatched symbols
cui fliter
2023-08-08
cmd/cgo/internal/testplugin: simplify TestForkExec and log stderr output
Bryan C. Mills
2023-08-04
cmd/go: default to PIE linking on darwin/amd64
Cherry Mui
2023-08-03
cmd/cgo/internal/testerrors: unskip TestPointerChecks on Windows
qmuntal
2023-07-28
syscall, cmd/cgo: skip tests that shouldn't run under 'unshare -n -r'
Dmitri Shuralyov
2023-07-27
cmd/cgo/internal/test: don't pass -lm on darwin
Cherry Mui
2023-07-21
cmd/cgo/internal/testshared: skip in short mode and not on builders
Cherry Mui
2023-07-18
all: fix typos
Jes Cok
2023-06-16
cmd/cgo/internal/testshared: disable gccgo tests on PPC64
Paul E. Murphy
2023-06-16
cmd/cgo/internal/testshared: strip newline from gccgo -dumpversion
Paul E. Murphy
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-09
cmd/link: mangle certain instantiated function name in plugin mode
Cherry Mui
2023-06-09
all: fix function names in comments
cui fliter
2023-06-07
cmd/cgo: error out if the source path used in line directives would contain a...
Bryan C. Mills
2023-06-06
cmd/go,cmd/cgo: in _cgo_flags use one line per flag
Ian Lance Taylor
2023-06-01
cmd/cgo/internal/testerrors: pass if GOEXPERIMENT=cgocheck2 is set
Austin Clements
2023-05-30
cmd/cgo: rewrite pointer passing rules in terms of pinning
Michael Anthony Knyszek
2023-05-22
cmd/cgo/internal: skip in tests, not in TestMain
Austin Clements
2023-05-22
cmd/cgo: merge overlayDir into one package
Austin Clements
2023-05-22
cmd/cgo/internal/testcshared: drop bespoke host test support
Austin Clements
[next]