aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test
AgeCommit message (Expand)Author
2023-05-12misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements
2023-05-12misc/cgo/test: add cgo build constraintsAustin Clements
2023-05-12misc/cgo/test: fix vet errorAustin Clements
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-10misc/cgo: remove +build lines, add go:build where neededIan Lance Taylor
2023-04-10misc/cgo: gofmtIan Lance Taylor
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2022-11-30cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky
2022-11-07misc/cgo/test: skip Test9400 on AlpineAustin Clements
2022-11-04misc/cgo/test: simplify for module modeAustin Clements
2022-08-22misc/cgo/test: disable setgid tests with muslMichael Pratt
2022-08-02all: disable tests that fail on AlpineRuss Cox
2022-07-27misc/cgo/test: use fewer threads in TestSetgidStress in long modeCherry Mui
2022-07-06misc/cgo/test: make TestSetgidStress cheaperCherry Mui
2022-06-29cmd/internal/obj/arm64: save LR and SP in one instruction for small framesCherry Mui
2022-06-22cmd/cgo: dont override declared struct typekkHAIKE
2022-05-20misc, test: fix test error for loong64Xiaodong Liu
2022-04-21misc/cgo/test: remove timing dependency from TestParallelSleepIan Lance Taylor
2022-02-03misc/cgo/test: disable unhelpful GCC warningIan Lance Taylor
2021-12-07runtime: fix comments on the behavior of SetGCPercentMichael Anthony Knyszek
2021-11-30misc/cgo/test: further reduce likeliness of hang in Test9400Paul E. Murphy
2021-11-30misc/cgo/test: reduce likeliness of hang in Test9400Paul E. Murphy
2021-11-22misc/cgo/test: remove unnecessary forward declarationBryan C. Mills
2021-11-20runtime/cgo: add example of Handle with void* parameterAlan Donovan
2021-10-07cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky
2021-09-22cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur
2021-08-16cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-05-17syscall: some containers may fail syscall.TestSetuidEtcAndrew G. Morgan
2021-04-23misc/cgo/test: do not redeclare exported Go functionsRuss Cox
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-04-10all: fix spellingsNaman Gera
2021-04-09reflect: panic on New of go:notinheap typeIan Lance Taylor
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-02-23all: use more precise build tagsTamir Duberstein
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2020-12-30misc/cgo/test: enable TestCrossPackageTests on darwin/arm64Cherry Zhang
2020-11-13cmd/cgo: fix initialization of empty argument typesAustin Clements
2020-11-11syscall: improve TestSetuidEtc() /proc/ parsing against racesAndrew G. Morgan
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-27misc/cgo/test: test C.enum_*HowJMay
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-20cmd/link: support cgo internal/linking on darwin/arm64Cherry Zhang
2020-10-14cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang