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
2025-02-28
cmd/cgo: update generated headers for compatibility with latest MSVC C++ stan...
KangJi
2025-02-25
all: use testenv.GoToolPath instead of hardcoding go
qmuntal
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-02-18
cmd/cgo: explicitly use void for functions with no parameters
Mauri de Souza Meneguzzo
2025-02-13
cmd: use cmd/internal/hash.New32 and Sum32 only
Russ Cox
2025-02-06
cmd/cgo: use strings.Builder to build long strings
Ian Lance Taylor
2025-02-03
cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.h
Ian Lance Taylor
2025-02-03
cmd/cgo: add C declaration parameter unused attribute
Ian Lance Taylor
2024-12-11
cmd/cgo: use full prototype for main in C code
Ian Lance Taylor
2024-11-21
cmd/cgo/internal/testsanitizers: use t.TempDir
Ian Lance Taylor
2024-11-21
cmd/cgo/internal/testsanitizers: don't create fuzz corpus
Ian Lance Taylor
2024-11-20
cmd/cgo: improve error message for unknown name
Ian Lance Taylor
2024-11-20
cmd/cgo/internal/testsanitizers: fix TSAN tests using setarch
qmuntal
2024-11-19
cmd/compile: strongly favor closure inlining
David Chase
2024-11-01
cmd/cgo/internal/testsanitizers: disable ASLR for TSAN tests
Michael Anthony Knyszek
2024-10-30
runtime: update and restore g0 stack bounds at cgocallback
Cherry Mui
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-10-25
cmd/link: for asan align coverage counter section to 8 bytes
Ian Lance Taylor
2024-10-24
runtime: support cgo index into pointer-to-array
Ian Lance Taylor
2024-10-14
cmd/cgo/internal/testsanitizers: correct comment in tsan test
zhangjian
2024-10-14
cmd/cgo,cmd/go: preallocate slices if they have known fixed capacities
apocelipes
2024-10-04
cmd/cgo: avoid endless recursion on recursive type
Ian Lance Taylor
2024-10-01
cmd/cgo: add srcdir & trimpath docs, sort options
Ian Lance Taylor
2024-10-01
cmd/cgo: document errno value semantics
Brian Palmer
2024-10-01
all: use slices.Delete
Tobias Klauser
2024-09-26
cmd/cgo: add missing args for fatalf
Jes Cok
2024-09-18
cmd/cgo: use strings.CutPrefix
Tobias Klauser
2024-09-13
cmd: make use of maps.{Copy, Clone}
Jes Cok
2024-09-11
cmd/cgo: use slices.ContainsFunc
Tobias Klauser
2024-09-05
cmd/cgo: use slices.Index
Tobias Klauser
2024-09-04
cmd: use 16 bytes hash when possible
Cuong Manh Le
2024-09-04
cmd: do not use notsha256
Cuong Manh Le
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
Alan Donovan
2024-09-03
cmd/cgo: parallelize loadDefines calls
Michael Podtserkovskii
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-08-12
cmd/cgo: clarify that strings and slices may contain C pointers
Ian Lance Taylor
2024-07-31
cmd/cgo: document workaround for C struct_stat function
Ian Lance Taylor
2024-07-30
cmd/cgo/internal/testsanitizers: avoid clang error in msan8.go
Ian Lance Taylor
2024-07-29
cmd,log,net,runtime: simplify string prefix and suffix processing
apocelipes
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-07-03
cmd/cgo: read CGO_LDFLAGS environment variable
Ian Lance Taylor
2024-06-22
cmd/link: handle dynamic import variables on Darwin in plugin mode
Cherry Mui
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-21
cmd/cgo: fail on v, err := C.fn when fn is a builtin function
Ian Lance Taylor
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
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
[prev]
[next]