summaryrefslogtreecommitdiff
path: root/misc/cgo
Commit message (Expand)AuthorAgeFilesLines
* misc/cgo/testsanitizers: add regression test for change 50251Bryan C. Mills2017-07-202-0/+36
* cmd/cgo: unwrap typedef-chains before type checkingHiroshi Ioka2017-06-272-0/+34
* cmd/cgo: match note following error in compiler errorsIan Lance Taylor2017-06-141-0/+9
* go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor2017-06-133-0/+31
* cmd/cgo: show pos info in undefined name errorsAlberto Donizetti2017-06-032-0/+19
* misc/cgo/testcarchive: fix `go env` error messageIan Lance Taylor2017-05-241-2/+4
* cmd/cgo: support indirect macro expansion for stringHiroshi Ioka2017-05-232-0/+20
* cmd/cgo: support large unsigned macrosHiroshi Ioka2017-05-172-0/+21
* cmd/internal/obj, cmd/link: fix st_other field on PPC64Ian Lance Taylor2017-05-091-54/+80
* plugin: resolve plugin import path issueTodd Neal2017-04-263-1/+39
* cmd/cgo: reject references to builtin functions other than callsAlexander Menzhinsky2017-04-182-0/+8
* cmd/link: only include the version info and export data in ABI hashMichael Hudson-Doyle2017-04-171-2/+10
* plugin: properly handle recursively defined typesTodd Neal2017-04-122-0/+20
* runtime: use hardware divider to improve performanceBen Shi2017-04-114-0/+31
* cmd/cgo: support floating point #define macrosHiroshi Ioka2017-04-071-10/+7
* cmd/link: make mach-o dwarf segment properly alignedRuss Cox2017-03-301-0/+7
* misc/cgo/testcshared: use the gold linker on android/arm64Elias Naur2017-03-291-1/+1
* *.bash: always use the same string equality operatorDaniel Martí2017-03-143-12/+12
* cmd/compile: print columns (not just lines) in error messagesRobert Griesemer2017-03-091-1/+1
* runtime/cgo: return correct sa_flagsBryan C. Mills2017-03-092-1/+85
* runtime: fix _cgo_yield usage with sysmon and on BSDBryan C. Mills2017-03-092-7/+57
* misc/cgo/testcarchive: add missing headerElias Naur2017-03-091-0/+1
* runtime: poll libc to deliver signals under TSANBryan C. Mills2017-03-082-0/+34
* runtime: enable/disable SIGPROF if needed when profilingIan Lance Taylor2017-02-093-0/+94
* runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur2017-02-036-1/+146
* misc/cgo/testshared: remove unused flag.Parse()Daniel Martí2017-02-021-2/+0
* runtime: reorder modules so main.main comes firstDavid Crawshaw2017-01-252-0/+11
* misc/cgo/test: pass current environment to syscall.ExecIan Lance Taylor2017-01-201-1/+1
* misc/cgo/test: fix test when using GCC 7Ian Lance Taylor2017-01-201-3/+3
* runtime: check for nil g and m in msanreadBryan C. Mills2017-01-192-0/+33
* runtime: for plugins, don't add duplicate itabsKeith Randall2017-01-174-1/+62
* misc/cgo/testplugin: test that types and itabs are uniqueKeith Randall2017-01-135-2/+105
* misc/cgo/testshared: test that types and itabs are uniqueKeith Randall2017-01-125-0/+79
* misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROCIan Lance Taylor2016-12-211-0/+25
* misc/cgo/testcshared: wait up to 1 second in main2.cIan Lance Taylor2016-12-201-1/+1
* cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle2016-12-191-0/+12
* misc/cgo/testsanitizer: don't run msan tests if msan doesn't workIan Lance Taylor2016-12-161-2/+8
* runtime: preserve callee-saved C registers in sigtrampBryan C. Mills2016-12-151-2/+9
* misc/cgo/test: add mipsx test case for #9400Vladimir Stefanovic2016-12-151-0/+31
* cmd/link: do not export plugin C symbolsDavid Crawshaw2016-12-141-2/+11
* cmd/cgo: don't strip qualifiers from C void* pointerIan Lance Taylor2016-12-141-0/+16
* misc/cgo/test: skip test18146 on mips{,64}Vladimir Stefanovic2016-12-131-0/+4
* runtime: don't crash if signal delivered on g0 stackIan Lance Taylor2016-12-122-0/+61
* cmd/link: limit darwin dynlink symbol exportsDavid Crawshaw2016-12-101-1/+4
* cmd/link: do not mark go.plugin.tabs as reachable in non-pluginsMichael Hudson-Doyle2016-12-081-0/+5
* misc/cgo/test: skip test18146 on DarwinIan Lance Taylor2016-12-071-0/+4
* misc/cgo/test: ignore "too many open files" in issue 18146 testIan Lance Taylor2016-12-061-1/+1
* runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor2016-12-051-5/+13
* misc/cgo/test: skip Test18146 on DragonFlyIan Lance Taylor2016-12-051-1/+1
* runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor2016-12-052-0/+88