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
29 hours
all: prealloc slice with possible minimum capabilities
Shulhan
2026-04-01
cmd/cgo/internal/testcarchive: unskip a test on darwin/arm64
Cherry Mui
2026-03-06
cmd/link: sort .pdata by function start address
qmuntal
2026-03-04
cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwin
George Adams
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2026-02-19
cmd/cgo/internal/test: add a test for C calling into Go before init done
Cherry Mui
2026-02-04
cmd/cgo: use objdir consistently, create it as needed
Ian Lance Taylor
2026-02-04
cmd/go: rewrite cgo names to "C." in compiler error messages
Ian Lance Taylor
2026-01-22
cmd/cgo: add test for sanitizing smuggled doc comment code
Neal Patel
2026-01-08
cmd/go: remove user-content from doc strings in cgo ASTs.
Neal Patel
2025-12-16
cmd/cgo: don't emit C local if it is not used
Ian Lance Taylor
2025-12-11
runtime: make goroutines inherit DIT state, don't lock to OS thread
Roland Shoemaker
2025-12-08
cmd/cgo: use doc link for cgo.Handle
Ariel Otilibili
2025-11-24
runtime/cgo: add support for `any` param and return type
Alexandre Daubois
2025-11-21
cmd/cgo: strip top-level const qualifier from argument frame struct
Ian Lance Taylor
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-11-07
runtime/cgo: improve error messages after pointer panic
Ariel Otilibili
2025-11-05
cmd/link: support weak binding on darwin
qmuntal
2025-11-05
cmd/cgo: skip escape checks if call site has no argument
Ariel Otilibili
2025-11-04
cmd/cgo: drop pre-1.18 support
Ian Lance Taylor
2025-11-03
cmd/cgo: use the export'ed file/line in error messages
Ariel Otilibili
2025-11-03
all: remove extra space in the comments
cuishuang
2025-10-21
all: gofmt -w
Jes Cok
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-03
cmd/cgo: fix unaligned arguments typedmemmove crash on iOS
Tim Cooijmans
2025-09-29
cmd/link: use a .def file to mark exported symbols on Windows
qmuntal
2025-09-25
runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker
Michael Pratt
2025-09-23
cmd/cgo: don't hardcode section name in TestNumberOfExportedFunctions
qmuntal
2025-09-22
cmd/cgo/internal/test: skip TestMultipleAssign when using UCRT on Windows
qmuntal
2025-09-15
all: replace strings.Split with strings.SplitSeq
1911860538
2025-09-15
all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests
Michael Anthony Knyszek
2025-09-09
cmd/cgo: run gcc to get errors and debug info in parallel
matloob
2025-09-08
cmd/cgo: run recordTypes for each of the debugs at the end of Translate
matloob
2025-08-29
cmd/cgo: split loadDWARF into two parts
matloob
2025-08-29
cmd/cgo: move typedefs and typedefList out of Package
matloob
2025-08-27
cmd/cgo: make it safe to run gcc in parallel
matloob
2025-08-25
runtime: skip doInit of plugins in runtime.main
Wang Deyu
2025-08-04
cmd/cgo/internal/test: use (syntactic) constant for C array bound
Cherry Mui
2025-07-24
cmd/cgo: compare malloc return value to NULL instead of literal 0
Tobias Klauser
2025-07-02
cmd/cgo/internal/testsanitizers: skip asan tests when FIPS140 mode is on
qmuntal
2025-06-26
cmd/link: permit a larger size BSS reference to a smaller DATA symbol
Cherry Mui
2025-05-20
cmd/compile: don't instrument counter globals in internal/fuzz
Mateusz Poliwczak
2025-04-24
runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64
limeidan
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-03-20
cmd/cgo/internal/testshared: log stdout when go command fails
qmuntal
2025-03-10
cmd/cgo/internal/testsanitizers: bump GCC version for asan location checking
Than McIntosh
2025-03-06
cmd/cgo/internal/testsanitizers: for "leak", use -fsanitize=address
Ian Lance Taylor
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2025-03-05
runtime: in asan mode call __lsan_do_leak_check when exiting
Ian Lance Taylor
[next]