- 0ce6af9 [release-branch.go1.9] misc/cgo/testcshared: use file descriptor 30 for TestUnexportedSymbols by Ian Lance Taylor · 7 years ago
- 867fb18 [release-branch.go1.9] cmd/go: accept only limited compiler and linker flags in #cgo directives by Russ Cox · 7 years ago
- dffc931 [release-branch.go1.9] cmd/cgo: support large unsigned macro again by Hiroshi Ioka · 7 years ago
- 33ce168 [release-branch.go1.9] cmd/cgo: avoid using common names for sniffing by Hiroshi Ioka · 7 years ago
- f096b5b runtime: mark activeModules nosplit/nowritebarrier by Ian Lance Taylor · 7 years ago
- b01db02 misc/cgo/testsanitizers: also skip tsan11/tsan12 when using GCC by Ian Lance Taylor · 7 years ago
- b63db76 testsanitizers: check that tsan program runs, skip tsan10 on gcc by Ian Lance Taylor · 7 years ago
- f5eb871 misc/cgo/testsanitizers: add regression test for change 50251 by Bryan C. Mills · 8 years ago
- 289a871 cmd/cgo: unwrap typedef-chains before type checking by Hiroshi Ioka · 8 years ago
- dcaac4b cmd/cgo: match note following error in compiler errors by Ian Lance Taylor · 8 years ago
- b488073 go/build: make -I/-L options in cgo flags absolute by Ian Lance Taylor · 8 years ago
- e5d2104 cmd/cgo: show pos info in undefined name errors by Alberto Donizetti · 8 years ago
- 994b7ee misc/cgo/testcarchive: fix `go env` error message by Ian Lance Taylor · 8 years ago
- dd61aa5 cmd/cgo: support indirect macro expansion for string by Hiroshi Ioka · 8 years ago
- 7555a45 cmd/cgo: support large unsigned macros by Hiroshi Ioka · 8 years ago
- 5331e7e cmd/internal/obj, cmd/link: fix st_other field on PPC64 by Ian Lance Taylor · 8 years ago
- 00f8277 misc/android: don't let the Android exec wrapper hang indefinitely by Elias Naur · 8 years ago
- 6e54fe4 misc/ios: increase iOS test harness timeout by Elias Naur · 8 years ago
- 7a92395 plugin: resolve plugin import path issue by Todd Neal · 8 years ago
- 2463a49 cmd/cgo: reject references to builtin functions other than calls by Alexander Menzhinsky · 8 years ago
- 533ed96 cmd/link: only include the version info and export data in ABI hash by Michael Hudson-Doyle · 8 years ago
- 6918288 misc/ios: fix the Test386EndToEnd test on iOS by Elias Naur · 8 years ago
- ce3ee7c cmd/internal/obj: stop storing Text flags in From3 by Josh Bleecher Snyder · 8 years ago
- e49627d plugin: properly handle recursively defined types by Todd Neal · 8 years ago
- 69261ec runtime: use hardware divider to improve performance by Ben Shi · 8 years ago
- 89ff0b1 cmd/cgo: support floating point #define macros by Hiroshi Ioka · 8 years ago
- b28f2f7 cmd/link: make mach-o dwarf segment properly aligned by Russ Cox · 8 years ago
- 23f56c1 misc/cgo/testcshared: use the gold linker on android/arm64 by Elias Naur · 8 years ago
- a9824cd *.bash: always use the same string equality operator by Daniel Martí · 8 years ago
- 2a5cf48 cmd/compile: print columns (not just lines) in error messages by Robert Griesemer · 8 years ago
- 4210930 runtime/cgo: return correct sa_flags by Bryan C. Mills · 8 years ago
- e57350f runtime: fix _cgo_yield usage with sysmon and on BSD by Bryan C. Mills · 8 years ago
- 3b68922 misc/cgo/testcarchive: add missing header by Elias Naur · 8 years ago
- 29edf0f runtime: poll libc to deliver signals under TSAN by Bryan C. Mills · 8 years ago
- 7523bae misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again) by Elias Naur · 8 years ago
- fec40bd Revert "cmd/go, misc: switch from breakpoint to SIGUSR2" by Elias Naur · 8 years ago
- 3ce5371 Revert "cmd/go, misc: rework cwd handling for iOS tests" by Elias Naur · 8 years ago
- 2b780af Revert "all: test adjustments for the iOS builder" by Elias Naur · 8 years ago
- 7844ef4 cmd/pprof: vendor pprof from github.com/google/pprof by Raul Silvera · 8 years ago
- e24228a runtime: enable/disable SIGPROF if needed when profiling by Ian Lance Taylor · 8 years ago
- 78074f6 runtime: handle SIGPIPE in c-archive and c-shared programs by Elias Naur · 8 years ago
- 329fff0 misc/cgo/testshared: remove unused flag.Parse() by Daniel Martí · 8 years ago
- 312ea5b misc/ios: allow exit code 0 to mean test success by Elias Naur · 8 years ago
- 90de5e8 misc/ios: use the default go test timeout by Elias Naur · 8 years ago
- 7d889af misc/ios: include the bundle id in the GOIOS_APP_ID env variable by Elias Naur · 8 years ago
- ade6bcf misc/ios: ignore stderr from iOS tools by Elias Naur · 8 years ago
- b531eb3 runtime: reorder modules so main.main comes first by David Crawshaw · 8 years ago
- 1be957d misc/cgo/test: pass current environment to syscall.Exec by Ian Lance Taylor · 8 years ago
- ec654e2 misc/cgo/test: fix test when using GCC 7 by Ian Lance Taylor · 8 years ago
- ea7d9e6 runtime: check for nil g and m in msanread by Bryan C. Mills · 8 years ago
- 81a61a9 runtime: for plugins, don't add duplicate itabs by Keith Randall · 8 years ago
- 467109b all: test adjustments for the iOS builder by David Crawshaw · 8 years ago
- 593ea3b cmd/go, misc: rework cwd handling for iOS tests by David Crawshaw · 8 years ago
- 4c4c5fc misc/cgo/testplugin: test that types and itabs are unique by Keith Randall · 8 years ago
- 333f764 cmd/go, misc: switch from breakpoint to SIGUSR2 by David Crawshaw · 8 years ago
- 08da820 misc/cgo/testshared: test that types and itabs are unique by Keith Randall · 8 years ago
- d2512af misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROC by Ian Lance Taylor · 8 years ago
- 0ef4815 build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0 by Koichi Shiraishi · 8 years ago
- 860c9c0 misc/cgo/testcshared: wait up to 1 second in main2.c by Ian Lance Taylor · 8 years ago
- 1ec64e9 cmd/compile, runtime: a different approach to duplicate itabs by Michael Hudson-Doyle · 8 years ago
- 115e9ca misc/cgo/testsanitizer: don't run msan tests if msan doesn't work by Ian Lance Taylor · 8 years ago
- 29cb721 runtime: preserve callee-saved C registers in sigtramp by Bryan C. Mills · 8 years ago
- 92fb0a0 misc/cgo/test: add mipsx test case for #9400 by Vladimir Stefanovic · 8 years ago
- 96414ca cmd/link: do not export plugin C symbols by David Crawshaw · 8 years ago
- 10f3b09 cmd/cgo: don't strip qualifiers from C void* pointer by Ian Lance Taylor · 8 years ago
- 990cda5 misc/cgo/test: skip test18146 on mips{,64} by Vladimir Stefanovic · 8 years ago
- fded5db runtime: don't crash if signal delivered on g0 stack by Ian Lance Taylor · 8 years ago
- ab5a217 cmd/link: limit darwin dynlink symbol exports by David Crawshaw · 8 years ago
- 67b2927 cmd/link: do not mark go.plugin.tabs as reachable in non-plugins by Michael Hudson-Doyle · 8 years ago
- 2641cff misc/cgo/test: skip test18146 on Darwin by Ian Lance Taylor · 8 years ago
- 6c9f600 misc/cgo/test: ignore "too many open files" in issue 18146 test by Ian Lance Taylor · 8 years ago
- 80acfe9 runtime/cgo: retry pthread_create on EAGAIN for OpenBSD by Ian Lance Taylor · 8 years ago
- a303f05 misc/cgo/test: skip Test18146 on DragonFly by Ian Lance Taylor · 8 years ago
- 7cba779 runtime/cgo: retry pthread_create on EAGAIN by Ian Lance Taylor · 8 years ago
- 0b2daa5 Revert "runtime: handle SIGPIPE in c-archive and c-shared programs" by Elias Naur · 8 years ago
- d4b704e cmd/cgo: fix cgo checking when fetching errno value by Ian Lance Taylor · 8 years ago
- f6bff1d runtime: fix undead arguments in cgocall by Austin Clements · 8 years ago
- 7dc97d9 misc/cgo/testcshared: add explicit ./ to shared library argument by Ian Lance Taylor · 8 years ago
- d24b57a runtime: handle SIGPIPE in c-archive and c-shared programs by Elias Naur · 8 years ago
- 7061dc3 cmd/cgo: ignore top-level qualifiers in function args/results by Ian Lance Taylor · 8 years ago
- 4ca3a8f misc/cgo: decrease test failure timeouts by Elias Naur · 8 years ago
- 7ee7936 cmd/link: handle R_GOTPCREL separately on darwin by David Crawshaw · 8 years ago
- 1f60517 runtime/cgo: use libc for sigaction syscalls when possible by Bryan C. Mills · 8 years ago
- 27b6847 cmd/cgo: run cgo pointer checks for pointer to union by Ian Lance Taylor · 8 years ago
- fab3fca cmd/go: use build ID as plugin symbol prefix by David Crawshaw · 8 years ago
- 03da269 cmd/link, runtime, plugin: versioning by David Crawshaw · 8 years ago
- b687d6a misc/cgo/testcarchive, misc/cgo/testcshared: sleep instead of sched_yield by Ian Lance Taylor · 8 years ago
- fb8c896 cmd/cgo: don't ignore qualifiers, don't cast to void* by Ian Lance Taylor · 8 years ago
- ced137f misc/cgo/testsanitizers: skip tests when vm.overcommit_memory=2 by Russ Cox · 8 years ago
- 8eb9fda cmd/compile: write type symbols referenced in ptabs by David Crawshaw · 8 years ago
- 689947d cmd/cgo: only record typedef name for pointer to struct by Ian Lance Taylor · 8 years ago
- d0e4083 cmd/link: support plugins with no exported symbols by David Crawshaw · 8 years ago
- 8380de4 runtime: align stack pointer in sigfwd by Bryan C. Mills · 8 years ago
- 9da7058 cmd/link, plugin: use full plugin path for symbols by David Crawshaw · 8 years ago
- f135106 cmd/cgo: add -srcdir option by Ian Lance Taylor · 8 years ago
- 8b07ec2 cmd/compile, runtime: make the go.itab.* symbols module-local by Michael Hudson-Doyle · 8 years ago
- e24ccfc misc/cgo/errors: fix malloc test for dragonfly by Ian Lance Taylor · 8 years ago
- b4ce38e cmd/cgo: throw if C.malloc returns nil by Ian Lance Taylor · 8 years ago
- b7c7949 cmd/cgo: preserve original call arguments when pointer checking by Ian Lance Taylor · 8 years ago
- a16954b cmd/cgo: always use a function literal for pointer checking by Ian Lance Taylor · 8 years ago