aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2018-02-07[release-branch.go1.8] cmd/go: accept only limited compiler and linker flags ...Russ Cox
2017-04-05[release-branch.go1.8] cmd/link: make mach-o dwarf segment properly alignedRuss Cox
2017-01-25runtime: reorder modules so main.main comes firstDavid Crawshaw
2017-01-20misc/cgo/test: pass current environment to syscall.ExecIan Lance Taylor
2017-01-20misc/cgo/test: fix test when using GCC 7Ian Lance Taylor
2017-01-19runtime: check for nil g and m in msanreadBryan C. Mills
2017-01-17runtime: for plugins, don't add duplicate itabsKeith Randall
2017-01-14all: test adjustments for the iOS builderDavid Crawshaw
2017-01-13cmd/go, misc: rework cwd handling for iOS testsDavid Crawshaw
2017-01-13misc/cgo/testplugin: test that types and itabs are uniqueKeith Randall
2017-01-12cmd/go, misc: switch from breakpoint to SIGUSR2David Crawshaw
2017-01-12misc/cgo/testshared: test that types and itabs are uniqueKeith Randall
2016-12-21misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROCIan Lance Taylor
2016-12-21build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0Koichi Shiraishi
2016-12-20misc/cgo/testcshared: wait up to 1 second in main2.cIan Lance Taylor
2016-12-19cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle
2016-12-16misc/cgo/testsanitizer: don't run msan tests if msan doesn't workIan Lance Taylor
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-12-15misc/cgo/test: add mipsx test case for #9400Vladimir Stefanovic
2016-12-14cmd/link: do not export plugin C symbolsDavid Crawshaw
2016-12-14cmd/cgo: don't strip qualifiers from C void* pointerIan Lance Taylor
2016-12-13misc/cgo/test: skip test18146 on mips{,64}Vladimir Stefanovic
2016-12-12runtime: don't crash if signal delivered on g0 stackIan Lance Taylor
2016-12-10cmd/link: limit darwin dynlink symbol exportsDavid Crawshaw
2016-12-08cmd/link: do not mark go.plugin.tabs as reachable in non-pluginsMichael Hudson-Doyle
2016-12-07misc/cgo/test: skip test18146 on DarwinIan Lance Taylor
2016-12-06misc/cgo/test: ignore "too many open files" in issue 18146 testIan Lance Taylor
2016-12-05runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor
2016-12-05misc/cgo/test: skip Test18146 on DragonFlyIan Lance Taylor
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-12-01Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur
2016-12-01cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor
2016-11-30runtime: fix undead arguments in cgocallAustin Clements
2016-11-19misc/cgo/testcshared: add explicit ./ to shared library argumentIan Lance Taylor
2016-11-18runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2016-11-17cmd/cgo: ignore top-level qualifiers in function args/resultsIan Lance Taylor
2016-11-17misc/cgo: decrease test failure timeoutsElias Naur
2016-11-16cmd/link: handle R_GOTPCREL separately on darwinDavid Crawshaw
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-11-15cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor
2016-11-15cmd/go: use build ID as plugin symbol prefixDavid Crawshaw
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-15misc/cgo/testcarchive, misc/cgo/testcshared: sleep instead of sched_yieldIan Lance Taylor
2016-11-11cmd/cgo: don't ignore qualifiers, don't cast to void*Ian Lance Taylor
2016-11-03misc/cgo/testsanitizers: skip tests when vm.overcommit_memory=2Russ Cox
2016-11-03cmd/compile: write type symbols referenced in ptabsDavid Crawshaw
2016-11-01cmd/cgo: only record typedef name for pointer to structIan Lance Taylor
2016-11-01cmd/link: support plugins with no exported symbolsDavid Crawshaw
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw