aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2017-12-06misc/cgo/testplugin: unskip testRuss Cox
2017-12-04misc/ios: dump logs for failing lldb sessions to stdoutElias Naur
2017-12-01cmd/cgo: for C bitfields use only valid Go integer typesIan Lance Taylor
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-29cmd/cgo: fix for function taking pointer typedefJess Frazelle
2017-11-17cmd/cgo: special case C ptr types to use uintptrKeith Randall
2017-11-16cmd/go: fix swig support and run swig tests during run.bashRuss Cox
2017-11-15cmd/cgo: permit passing string values directly between Go and CIan Lance Taylor
2017-11-13cmd/compile: record original and absolute file names for line directivesgriesemer
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-11-03cmd/go: do not install dependencies during "go install"Russ Cox
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-11-03cmd/go: cache successful test resultsRuss Cox
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-10-31test/run: use go tool compile + link instead of go run when possibleRuss Cox
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-30misc/cgo/testshared: don't assume mtimes trigger rebuildsRuss Cox
2017-10-28misc/cgo/testshared: disable TestTwoGopathShlibsGccgoRuss Cox
2017-10-26cmd/link, plugin: always encode pathDavid Crawshaw
2017-10-21misc/cgo/testplugin: speed up testsDavid Crawshaw
2017-10-16cmd/cover: preserve compiler directives in floating commentsJay Conrod
2017-10-13cmd/link, runtime: put hasmain bit in moduledataDavid Crawshaw
2017-10-11misc/cgo/testcarchive: use -no-pie where neededLynn Boger
2017-10-11cmd/buildid: add new tool factoring out code needed by go commandRuss Cox
2017-10-11cmd/go: clean up compile vs link vs shared library actionsRuss Cox
2017-10-09misc/cgo/testcarchive: skip flaky SIGPROF test on darwinElias Naur
2017-10-09misc/cgo/testcshared: don't overwrite cc in parallel runsIan Lance Taylor
2017-10-08misc/cgo/testcshared: use correct install directory on windowsAlex Brainman
2017-10-07misc/cgo/testcshared: delete testp0.exe not testp0 fileAlex Brainman
2017-10-05misc/cgo/testcshared: skip all but TestExportedSymbols on windowsAlex Brainman
2017-10-05cmd/link: type symbol name mangling for pluginsDavid Crawshaw
2017-10-04cmd/link: support -X values for main.* in pluginsDavid Crawshaw
2017-10-03go/printer: fix formatting of three-index slice expressiongriesemer
2017-10-03misc/ios: always kill lldb process when it hangsElias Naur
2017-09-29misc/cgo/testplugin: add test for issue 18584David Crawshaw
2017-09-29cmd/go: use -importcfg to invoke compiler, linkerRuss Cox
2017-09-20cmd/compile: fix large global variables in -linkshared mode on s390xMichael Munday
2017-09-14misc/cgo/errors: don't pass -C to compilerIan Lance Taylor
2017-09-14misc/cgo/errors: test that the Go rune type is not identical to C.intBryan C. Mills
2017-09-14misc/cgo/errors: fix erroneous regexp detectionBryan C. Mills
2017-09-13misc/cgo/errors: port test.bash to GoBryan C. Mills
2017-09-13misc/cgo/test: set the traceback level instead of failing the testBryan C. Mills
2017-09-11misc/cgo/testcshared: actually run test executable on androidAlex Brainman
2017-09-11misc/cgo/testcshared: simlpify cshared_test.goAlex Brainman
2017-09-11cmd/cgo: treat simple C typedefs as go aliasesAnthony Sottile
2017-09-10misc/cgo/testcshared: run tests in parallelAlex Brainman
2017-09-10misc/cgo/testplugin: pass GO_GCFLAGSDavid Crawshaw
2017-09-10cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64Hiroshi Ioka
2017-09-10misc/cgo/testcshared: use TestMainAlex Brainman
2017-09-09runtime, plugin: error not throw on duplicate openDavid Crawshaw