summaryrefslogtreecommitdiff
path: root/misc/cgo/test/cgo_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: do not assume that only pe section names start with '.'Alex Brainman2014-10-111-0/+1
* misc/cgo/test: add Test8517Alex Brainman2014-10-091-0/+1
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-251-48/+50
* debug/dwarf: correct name for clang-generated complex typeRuss Cox2014-09-241-0/+1
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-241-0/+1
* runtime: remove untyped allocation of ParForRuss Cox2014-09-161-0/+1
* cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-271-0/+1
* cmd/cgo: fix default alignment for empty structsMatthew Dempsky2014-08-111-0/+1
* cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox2014-05-121-0/+1
* cmd/gc: disable link-time copying of un-Go-initialized globalsRuss Cox2014-05-091-0/+1
* cmd/cgo: use __gcc_struct__ for go exported functionsAlex Brainman2013-12-101-0/+1
* cmd/cgo: stop using compiler error message text to analyze C namesRuss Cox2013-10-181-0/+1
* runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor2013-10-091-0/+1
* cmd/go: fix missing __mingw_fprintf symbol for cgo on windowsShenghou Ma2013-09-191-0/+1
* cmd/cgo: allow C.malloc(0) alwaysRuss Cox2013-09-161-0/+1
* misc/cgo/test: test of issue 4339Russ Cox2013-09-111-0/+1
* cmd/cgo: Add support for C function pointersAlberto Garc?a Hierro2013-08-131-0/+1
* misc/cgo/test: add test for cgo callbacks with different amount of stack spac...Dmitriy Vyukov2013-07-221-0/+1
* runtime: correctly handle signals received on foreign threadsShenghou Ma2013-07-121-0/+1
* cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.Shenghou Ma2013-06-091-0/+1
* cmd/cgo: use intgo, not int, for string and slice structuresIan Lance Taylor2013-05-231-0/+1
* misc/cgo/test: test for issue 5337.Shenghou Ma2013-05-151-0/+1
* cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins2013-04-101-0/+1
* cmd/ld: fix inconsistency in internal linking of common symbols.R?my Oudompheng2013-04-101-0/+1
* runtime: store asmcgocall return PC where the ARM unwind expects itCarl Shapiro2013-03-251-0/+1
* runtime: allow cgo callbacks on non-Go threadsRuss Cox2013-02-201-0/+1
* runtime: cgo-related fixesRuss Cox2013-02-011-0/+1
* cmd/cgo: access errno from void C functionShenghou Ma2012-12-181-0/+1
* cmd/cgo: fix alignment of bool.Vladimir Nikishenko2012-11-211-0/+1
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for DarwinShenghou Ma2012-10-101-0/+1
* cgo: process DWARF info even when debug data is used for valueJoel Sing2012-09-201-0/+1
* runtime: increase stack frame during cgo call on windows/amd64Alex Brainman2012-09-031-0/+1
* cmd/ld: handle a special case of scattered relocation 2/1 on Darwin/386Shenghou Ma2012-08-291-0/+1
* cmd/go: new cgo build procedureShenghou Ma2012-08-171-0/+1
* misc/cgo/test: only run setgid test on GNU/LinuxIan Lance Taylor2012-07-281-1/+0
* misc/cgo/test: add test for issue 3871: cgo setgid hang on GNU/LinuxIan Lance Taylor2012-07-261-0/+1
* cgo: fix GoBytesGustavo Niemeyer2011-08-301-0/+1
* runtime: speed up cgo callsAlex Brainman2011-08-181-0/+2
* os: make Setenv update C environment variablesBrad Fitzpatrick2011-05-021-0/+1
* misc/cgo/test: run testsRuss Cox2011-05-021-3/+25
* go/printer, gofmt: simplify struct formatting and respect line breaksRobert Griesemer2011-03-221-1/+0
* runtime: scheduler, cgo reorganizationRuss Cox2011-03-071-0/+6