aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2017-06-14cmd/cgo: match note following error in compiler errorsIan Lance Taylor
2017-06-13go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor
2017-06-03cmd/cgo: show pos info in undefined name errorsAlberto Donizetti
2017-05-24misc/cgo/testcarchive: fix `go env` error messageIan Lance Taylor
2017-05-23cmd/cgo: support indirect macro expansion for stringHiroshi Ioka
2017-05-17cmd/cgo: support large unsigned macrosHiroshi Ioka
2017-05-09cmd/internal/obj, cmd/link: fix st_other field on PPC64Ian Lance Taylor
2017-05-01misc/android: don't let the Android exec wrapper hang indefinitelyElias Naur
2017-04-27misc/ios: increase iOS test harness timeoutElias Naur
2017-04-26plugin: resolve plugin import path issueTodd Neal
2017-04-18cmd/cgo: reject references to builtin functions other than callsAlexander Menzhinsky
2017-04-17cmd/link: only include the version info and export data in ABI hashMichael Hudson-Doyle
2017-04-17misc/ios: fix the Test386EndToEnd test on iOSElias Naur
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
2017-04-12plugin: properly handle recursively defined typesTodd Neal
2017-04-11runtime: use hardware divider to improve performanceBen Shi
2017-04-07cmd/cgo: support floating point #define macrosHiroshi Ioka
2017-03-30cmd/link: make mach-o dwarf segment properly alignedRuss Cox
2017-03-29misc/cgo/testcshared: use the gold linker on android/arm64Elias Naur
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2017-03-09cmd/compile: print columns (not just lines) in error messagesRobert Griesemer
2017-03-09runtime/cgo: return correct sa_flagsBryan C. Mills
2017-03-09runtime: fix _cgo_yield usage with sysmon and on BSDBryan C. Mills
2017-03-09misc/cgo/testcarchive: add missing headerElias Naur
2017-03-08runtime: poll libc to deliver signals under TSANBryan C. Mills
2017-03-04misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again)Elias Naur
2017-03-04Revert "cmd/go, misc: switch from breakpoint to SIGUSR2"Elias Naur
2017-03-04Revert "cmd/go, misc: rework cwd handling for iOS tests"Elias Naur
2017-03-04Revert "all: test adjustments for the iOS builder"Elias Naur
2017-02-24cmd/pprof: vendor pprof from github.com/google/pprofRaul Silvera
2017-02-09runtime: enable/disable SIGPROF if needed when profilingIan Lance Taylor
2017-02-03runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2017-02-02misc/cgo/testshared: remove unused flag.Parse()Daniel Martí
2017-02-02misc/ios: allow exit code 0 to mean test successElias Naur
2017-02-01misc/ios: use the default go test timeoutElias Naur
2017-02-01misc/ios: include the bundle id in the GOIOS_APP_ID env variableElias Naur
2017-02-01misc/ios: ignore stderr from iOS toolsElias Naur
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