aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
29 hoursall: prealloc slice with possible minimum capabilitiesShulhan
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/cgo: use objdir consistently, create it as neededIan Lance Taylor
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
2026-01-08cmd/go: remove user-content from doc strings in cgo ASTs.Neal 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-12-08cmd/cgo: use doc link for cgo.HandleAriel Otilibili
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-05cmd/cgo: skip escape checks if call site has no argumentAriel Otilibili
2025-11-04cmd/cgo: drop pre-1.18 supportIan Lance Taylor
2025-11-03cmd/cgo: use the export'ed file/line in error messagesAriel Otilibili
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-09-09cmd/cgo: run gcc to get errors and debug info in parallelmatloob
2025-09-08cmd/cgo: run recordTypes for each of the debugs at the end of Translatematloob
2025-08-29cmd/cgo: split loadDWARF into two partsmatloob
2025-08-29cmd/cgo: move typedefs and typedefList out of Packagematloob
2025-08-27cmd/cgo: make it safe to run gcc in parallelmatloob
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-24cmd/cgo: compare malloc return value to NULL instead of literal 0Tobias Klauser
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