aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2018-08-08[release-branch.go1.10] cmd/cgo: don't give inconsistent typedef error for cg...Ian Lance Taylor
2018-08-08[release-branch.go1.10] cmd/cgo: don't resolve typedefs in -godefs modeIan Lance Taylor
2018-08-08[release-branch.go1.10] cmd/cgo: make sure we FinishType everythingKeith Randall
2018-08-08[release-branch.go1.10] misc/cgo: fix darwin test, againKeith Randall
2018-08-08[release-branch.go1.10] misc/cgo: fix test on iOSKeith Randall
2018-08-08[release-branch.go1.10] misc/cgo/test: fix issue 24161 test for 1.11 and earlierKeith Randall
2018-08-08[release-branch.go1.10] cmd/cgo: fix cgo bad typedefsKeith Randall
2018-08-08[release-branch.go1.10] cmd/cgo: check function argument/return types for bad...Keith Randall
2018-08-07[release-branch.go1.10] cmd/cgo: don't report inconsistency error for incompl...Ian Lance Taylor
2018-05-08[release-branch.go1.10] misc/cgo/testcshared: use file descriptor 30 for Test...Ian Lance Taylor
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