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
/
internal
Age
Commit message (
Expand
)
Author
2024-10-04
cmd/cgo: avoid endless recursion on recursive type
Ian Lance Taylor
2024-10-01
all: use slices.Delete
Tobias Klauser
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
Alan Donovan
2024-08-30
cmd/cgo: correct padding required by alignment
Ian Lance Taylor
2024-08-20
src: fix typos
Alexander Cyon
2024-08-16
cmd/cgo: enable #cgo noescape/nocallback
doujiang24
2024-07-30
cmd/cgo/internal/testsanitizers: avoid clang error in msan8.go
Ian Lance Taylor
2024-07-23
cmd/cgo: error on multiple incompatible function declarations
Keith Randall
2024-07-17
cmd/cgo/internal/testcarchive: remove 1-minute timeout
Cherry Mui
2024-06-22
cmd/link: handle dynamic import variables on Darwin in plugin mode
Cherry Mui
2024-06-21
cmd/cgo: fail on v, err := C.fn when fn is a builtin function
Ian Lance Taylor
2024-06-07
cmd/link: don't include deadcoded function symbols in shared build mode
Cherry Mui
2024-05-31
cmd/cgo/internal/testsanitizers: make the libfuzzer tests all short
Michael Anthony Knyszek
2024-05-30
cmd/cgo/internal/swig: force use of lld for LTO tests on the builders
Michael Anthony Knyszek
2024-05-30
cmd/cgo/internal/testsanitizers: skip some libfuzzer tests in short mode
Michael Anthony Knyszek
2024-05-30
cmd/cgo/internal/swig,cmd/go: reenable swig tests on 386
Michael Anthony Knyszek
2024-05-29
cmd/cgo/internal/swig,cmd/go: skip swig tests on 386
Michael Anthony Knyszek
2024-05-20
cmd/cgo: don't force rewritten code onto a single line
Ian Lance Taylor
2024-05-20
cmd/link: add runtime.text.N symbols to macho symbol table in dynlink mode
Cherry Mui
2024-05-06
cmd/cgo/internal/testsanitizers: add test case for #66427
Cherry Mui
2024-04-23
cmd/cgo/internal/test: don't skip some tests on musl
Ian Lance Taylor
2024-02-20
cmd/cgo/internal/test: disable issue8694 and issue9510 on ppc64x with interna...
Paul E. Murphy
2024-02-09
cmd/cgo/internal/testsanitizers: disable location checking for clang
Michael Anthony Knyszek
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-14
cmd/cgo/internal/testcshared: remove an arbitrary timeout in TestSignalHandle...
Bryan C. Mills
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-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-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
[prev]
[next]