aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2018-04-27[release-branch.go1.10] cmd/go: fix go list .Stale computationRuss Cox
2018-03-29[release-branch.go1.10] runtime: identify special functions by flag instead o...Keith Randall
2018-02-07cmd/go: accept only limited compiler and linker flags in #cgo directivesRuss Cox
2018-02-07cmd/cgo: revert CL 49490 "fix for function taking pointer typedef"Ian Lance Taylor
2018-02-02misc/cgo/test: get uintptr, not pointer, from dlopenIan Lance Taylor
2018-01-20misc,src: add support for specifying adb flags to the android harnessElias Naur
2018-01-15runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor
2018-01-12cmd/go: make gccgo -buildmode=shared and -linkshared work againIan Lance Taylor
2018-01-11misc/cgo/test: avoid endless loop when we can't parse notesIan Lance Taylor
2018-01-11cmd/go: correct buildmode test (from "c-header" to "c-shared")Ian Lance Taylor
2018-01-10all: use Fatalf instead of Fatal if format is givenKunpei Sakai
2017-12-08cmd/cgo: make JNI's jobject type map to uintptr in GoKeith Randall
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