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
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/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
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-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-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-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-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
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
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/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
[next]