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
/
misc
/
cgo
/
test
Age
Commit message (
Expand
)
Author
2023-05-12
misc/cgo: move registerCgoTests tests to cmd/cgo/internal
Austin Clements
2023-05-12
misc/cgo/test: add cgo build constraints
Austin Clements
2023-05-12
misc/cgo/test: fix vet error
Austin Clements
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-10
misc/cgo: remove +build lines, add go:build where needed
Ian Lance Taylor
2023-04-10
misc/cgo: gofmt
Ian Lance Taylor
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2022-11-30
cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields
Matthew Dempsky
2022-11-07
misc/cgo/test: skip Test9400 on Alpine
Austin Clements
2022-11-04
misc/cgo/test: simplify for module mode
Austin Clements
2022-08-22
misc/cgo/test: disable setgid tests with musl
Michael Pratt
2022-08-02
all: disable tests that fail on Alpine
Russ Cox
2022-07-27
misc/cgo/test: use fewer threads in TestSetgidStress in long mode
Cherry Mui
2022-07-06
misc/cgo/test: make TestSetgidStress cheaper
Cherry Mui
2022-06-29
cmd/internal/obj/arm64: save LR and SP in one instruction for small frames
Cherry Mui
2022-06-22
cmd/cgo: dont override declared struct type
kkHAIKE
2022-05-20
misc, test: fix test error for loong64
Xiaodong Liu
2022-04-21
misc/cgo/test: remove timing dependency from TestParallelSleep
Ian Lance Taylor
2022-02-03
misc/cgo/test: disable unhelpful GCC warning
Ian Lance Taylor
2021-12-07
runtime: fix comments on the behavior of SetGCPercent
Michael Anthony Knyszek
2021-11-30
misc/cgo/test: further reduce likeliness of hang in Test9400
Paul E. Murphy
2021-11-30
misc/cgo/test: reduce likeliness of hang in Test9400
Paul E. Murphy
2021-11-22
misc/cgo/test: remove unnecessary forward declaration
Bryan C. Mills
2021-11-20
runtime/cgo: add example of Handle with void* parameter
Alan Donovan
2021-10-07
cmd/cgo: update to handle ast.IndexListExpr
Matthew Dempsky
2021-09-22
cmd/cgo: add go:notinheap annotation to Windows handle types
Elias Naur
2021-08-16
cmd/cgo: fix unused parameter warnings in generated _cgo_main.c
Hans
2021-08-13
all: gofmt more (but vendor, testdata, and top-level test directories)
Dmitri Shuralyov
2021-05-17
syscall: some containers may fail syscall.TestSetuidEtc
Andrew G. Morgan
2021-04-23
misc/cgo/test: do not redeclare exported Go functions
Russ Cox
2021-04-13
all: simplify the spelling of Linux
Brad Fitzpatrick
2021-04-10
all: fix spellings
Naman Gera
2021-04-09
reflect: panic on New of go:notinheap type
Ian Lance Taylor
2021-04-06
runtime/cgo: add Handle for managing (c)go pointers
Changkun Ou
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2021-02-23
all: use more precise build tags
Tamir Duberstein
2021-02-19
runtime: unify asmcgocall and systemstack traceback setup
Russ Cox
2020-12-30
misc/cgo/test: enable TestCrossPackageTests on darwin/arm64
Cherry Zhang
2020-11-13
cmd/cgo: fix initialization of empty argument types
Austin Clements
2020-11-11
syscall: improve TestSetuidEtc() /proc/ parsing against races
Andrew G. Morgan
2020-11-03
cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64
Joel Sing
2020-10-27
misc/cgo/test: test C.enum_*
HowJMay
2020-10-26
runtime,cmd/cgo: simplify C -> Go call path
Austin Clements
2020-10-23
syscall: support POSIX semantics for Linux syscalls
Andrew G. Morgan
2020-10-20
cmd/link: support cgo internal/linking on darwin/arm64
Cherry Zhang
2020-10-14
cmd/link: support PIE internal linking on darwin/amd64
Cherry Zhang
[next]