aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/internal
AgeCommit message (Expand)Author
2026-04-01cmd/cgo/internal/testcarchive: unskip a test on darwin/arm64Cherry Mui
2026-03-06cmd/link: sort .pdata by function start addressqmuntal
2026-03-04cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwinGeorge Adams
2026-03-02all: test: remove unneeded loop variablesAriel Otilibili
2026-02-19cmd/cgo/internal/test: add a test for C calling into Go before init doneCherry Mui
2026-02-04cmd/go: rewrite cgo names to "C." in compiler error messagesIan Lance Taylor
2026-01-22cmd/cgo: add test for sanitizing smuggled doc comment codeNeal Patel
2025-12-16cmd/cgo: don't emit C local if it is not usedIan Lance Taylor
2025-12-11runtime: make goroutines inherit DIT state, don't lock to OS threadRoland Shoemaker
2025-11-24runtime/cgo: add support for `any` param and return typeAlexandre Daubois
2025-11-21cmd/cgo: strip top-level const qualifier from argument frame structIan Lance Taylor
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-07runtime/cgo: improve error messages after pointer panicAriel Otilibili
2025-11-05cmd/link: support weak binding on darwinqmuntal
2025-11-03all: remove extra space in the commentscuishuang
2025-10-21all: gofmt -wJes Cok
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-03cmd/cgo: fix unaligned arguments typedmemmove crash on iOSTim Cooijmans
2025-09-29cmd/link: use a .def file to mark exported symbols on Windowsqmuntal
2025-09-25runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebackerMichael Pratt
2025-09-23cmd/cgo: don't hardcode section name in TestNumberOfExportedFunctionsqmuntal
2025-09-22cmd/cgo/internal/test: skip TestMultipleAssign when using UCRT on Windowsqmuntal
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in testsMichael Anthony Knyszek
2025-08-25runtime: skip doInit of plugins in runtime.mainWang Deyu
2025-08-04cmd/cgo/internal/test: use (syntactic) constant for C array boundCherry Mui
2025-07-02cmd/cgo/internal/testsanitizers: skip asan tests when FIPS140 mode is onqmuntal
2025-06-26cmd/link: permit a larger size BSS reference to a smaller DATA symbolCherry Mui
2025-05-20cmd/compile: don't instrument counter globals in internal/fuzzMateusz Poliwczak
2025-04-24runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64limeidan
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-03-20all: use exec.Command.String in test logsqmuntal
2025-03-20cmd/cgo/internal/testshared: log stdout when go command failsqmuntal
2025-03-10cmd/cgo/internal/testsanitizers: bump GCC version for asan location checkingThan McIntosh
2025-03-06cmd/cgo/internal/testsanitizers: for "leak", use -fsanitize=addressIan Lance Taylor
2025-03-06cmd/compile: remove no-longer-necessary recursive inlining checksDavid Chase
2025-03-05runtime: in asan mode call __lsan_do_leak_check when exitingIan Lance Taylor
2025-02-25all: use testenv.GoToolPath instead of hardcoding goqmuntal
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-18cmd/cgo: explicitly use void for functions with no parametersMauri de Souza Meneguzzo
2024-11-21cmd/cgo/internal/testsanitizers: use t.TempDirIan Lance Taylor
2024-11-21cmd/cgo/internal/testsanitizers: don't create fuzz corpusIan Lance Taylor
2024-11-20cmd/cgo/internal/testsanitizers: fix TSAN tests using setarchqmuntal
2024-11-19cmd/compile: strongly favor closure inliningDavid Chase
2024-11-01cmd/cgo/internal/testsanitizers: disable ASLR for TSAN testsMichael Anthony Knyszek
2024-10-30runtime: update and restore g0 stack bounds at cgocallbackCherry Mui
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-25cmd/link: for asan align coverage counter section to 8 bytesIan Lance Taylor
2024-10-24runtime: support cgo index into pointer-to-arrayIan Lance Taylor
2024-10-14cmd/cgo/internal/testsanitizers: correct comment in tsan testzhangjian