aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/cgo_test.go
AgeCommit message (Expand)Author
2022-04-21misc/cgo/test: remove timing dependency from TestParallelSleepIan Lance Taylor
2021-11-20runtime/cgo: add example of Handle with void* parameterAlan Donovan
2021-09-22cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur
2021-04-09reflect: panic on New of go:notinheap typeIan Lance Taylor
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2020-10-27misc/cgo/test: test C.enum_*HowJMay
2019-10-05cmd/cgo: build unique C type cache keys from parent namesTai
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-06-24cmd/cgo: fix inappropriate array copykawakami
2019-06-05cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor
2019-03-18cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani
2019-02-24misc/cgo/test: fix tests in module modeBryan C. Mills
2019-02-04cmd/cgo: don't copy a simple variable x in &x[0]Ian Lance Taylor
2018-11-29cmd/cgo: use field alignment when setting field offsetIan Lance Taylor
2018-11-09runtime: never call into race detector with retaken PNikhil Benesch
2018-07-17cmd/cgo: update JNI's jobject to uintptr check for newer Android NDKsSteeve Morin
2018-06-29cmd/cgo: handle GCC 8 change in errors about constant initializersIan Lance Taylor
2018-06-18cmd/cgo: avoid name confliction for C functionsHiroshi Ioka
2018-05-01cmd/cgo: visit cgo type inside ellipsis nodeHiroshi Ioka
2018-03-09runtime: use bytes.IndexByte in findnullIlya Tocar
2018-03-01Revert "runtime: use bytes.IndexByte in findnull"Brad Fitzpatrick
2018-03-01runtime: use bytes.IndexByte in findnullJosh Bleecher Snyder
2017-12-08cmd/cgo: make JNI's jobject type map to uintptr in GoKeith Randall
2017-11-17cmd/cgo: special case C ptr types to use uintptrKeith Randall
2017-11-15cmd/cgo: permit passing string values directly between Go and CIan Lance Taylor
2017-09-11cmd/cgo: treat simple C typedefs as go aliasesAnthony Sottile
2017-09-01cmd/cgo: support large unsigned macro againHiroshi Ioka
2017-08-16cmd/cgo: unify cgo output for gc and gccgoMichael Steinert
2017-06-27cmd/cgo: unwrap typedef-chains before type checkingHiroshi Ioka
2017-06-13go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor
2017-05-23cmd/cgo: support indirect macro expansion for stringHiroshi Ioka
2017-05-17cmd/cgo: support large unsigned macrosHiroshi Ioka
2016-12-01cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor
2016-11-11cmd/cgo: don't ignore qualifiers, don't cast to void*Ian Lance Taylor
2016-10-21cmd/cgo: preserve original call arguments when pointer checkingIan Lance Taylor
2016-10-13misc/cgo/test: add test that gccgo failsXia Bin
2016-09-11misc/cgo/test: add skipped test for issue 17065Josh Bleecher Snyder
2016-08-31cmd/link, cmd/go: delay linking of mingwex and mingw32 until very endAlex Brainman
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-03-16cmd/cgo: add C.CBytesJames Bardin
2015-11-29cmd/cgo: make the char * pointer in GoString constIan Lance Taylor
2015-11-14cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for internal linkingIan Lance Taylor
2015-11-10cmd/go: always use --whole-archive for gccgo packagesIan Lance Taylor
2015-09-12runtime/cgo: explicitly link msvcrt on windowsShenghou Ma
2015-07-30cmd/cgo: discard trailing zero-sized fields in a non-empty C structIan Lance Taylor
2015-06-15cmd/cgo: make sure pointers passed to C escape to heapRuss Cox
2015-04-17runtime: delete cgo_allocateRuss Cox
2015-01-12cmd/cgo: also rewrite C.var in selector expressionsShenghou Ma
2014-10-30cmd/cgo: avoid worklist nondeterminism.Alan Donovan
2014-10-11cmd/ld: do not assume that only pe section names start with '.'Alex Brainman