summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc/android: don't let the Android exec wrapper hang indefinitelyElias Naur2017-05-011-1/+10
* misc/ios: increase iOS test harness timeoutElias Naur2017-04-271-1/+1
* 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
* misc/ios: fix the Test386EndToEnd test on iOSElias Naur2017-04-171-6/+19
* cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder2017-04-121-0/+2
* 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
* misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again)Elias Naur2017-03-041-19/+9
* Revert "cmd/go, misc: switch from breakpoint to SIGUSR2"Elias Naur2017-03-041-3/+4
* Revert "cmd/go, misc: rework cwd handling for iOS tests"Elias Naur2017-03-041-5/+9
* Revert "all: test adjustments for the iOS builder"Elias Naur2017-03-041-2/+4
* cmd/pprof: vendor pprof from github.com/google/pprofRaul Silvera2017-02-241-0/+20
* 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
* misc/ios: allow exit code 0 to mean test successElias Naur2017-02-021-1/+3
* misc/ios: use the default go test timeoutElias Naur2017-02-011-1/+1
* misc/ios: include the bundle id in the GOIOS_APP_ID env variableElias Naur2017-02-012-31/+50
* misc/ios: ignore stderr from iOS toolsElias Naur2017-02-011-4/+4
* 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
* all: test adjustments for the iOS builderDavid Crawshaw2017-01-141-4/+2
* cmd/go, misc: rework cwd handling for iOS testsDavid Crawshaw2017-01-131-9/+5
* misc/cgo/testplugin: test that types and itabs are uniqueKeith Randall2017-01-135-2/+105
* cmd/go, misc: switch from breakpoint to SIGUSR2David Crawshaw2017-01-121-4/+3
* 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
* build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0Koichi Shiraishi2016-12-211-1/+1
* 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