aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2019-07-17cmd/go: include GOEXPERIMENT flags in tool id for cache keyJay Conrod
2019-07-15cmd/link: put shlib ".type" functions in internal ABIIan Lance Taylor
2019-07-12cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor
2019-07-09cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr
2019-06-27misc/cgo/errors: align code snippets in ptr_test.goBryan C. Mills
2019-06-26misc/cgo/errors: fix TestPointerChecks when GO111MODULE=onBryan C. Mills
2019-06-25misc/cgo/test: use char, not int, so test works on big-endian systemsIan Lance Taylor
2019-06-24cmd/cgo: fix inappropriate array copykawakami
2019-06-15misc/ios: add missing CGO_ENABLED=1 for running standalone testsElias Naur
2019-06-05misc/cgo/test: add test for issue 31093Ian Lance Taylor
2019-06-05cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor
2019-06-03runtime: save/restore callee saved registers in arm64's sigtrampBen Shi
2019-05-31misc/cgo/errors: limit number of parallel executionsIan Lance Taylor
2019-05-30misc/cgo/errors: remove debugging printlnIan Lance Taylor
2019-05-24syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol
2019-05-22misc/cgo/test: consolidate tests into fewer cgo source filesRuss Cox
2019-05-21misc/cgo/errors: consolidate test workRuss Cox
2019-05-17misc/android: fix a typo in READMEBen Shi
2019-05-16misc/cgo: disable testcarchive, testplugin during -short test (including all....Russ Cox
2019-05-09misc/android: silence adb output unless an error occursElias Naur
2019-05-07cmd/cgo: fix unexpected semicolon in rewritten lineRuss Cox
2019-05-06crypto/ed25519: promote from golang.org/x/crypto/ed25519Filippo Valsorda
2019-05-03misc/ios: don't refer to iostest.bashElias Naur
2019-05-01misc/cgo/testcarchive: skip TestExtar on self-hosted iOSElias Naur
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-29misc/wasm: fix command line arguments containing multi-byte charactersRichard Musiol
2019-04-16misc/cgo/testcshared: support testing on self-hosted androidElias Naur
2019-04-08misc/cgo/testcshared: use adb exec-out instead of adb shellElias Naur
2019-04-08misc/cgo/test: skip Setgid test on AndroidElias Naur
2019-04-02misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64Ian Lance Taylor
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-29cmd/link: permit duplicate weak symbolsJoel Sing
2019-03-27misc/cgo: enable testso and testsovar on aix/ppc64Clément Chigot
2019-03-25cmd/compile: use existing instructions instead of nops for inline marksKeith Randall
2019-03-25misc/wasm: exit with code 1 if WebAssembly.instantiate failsRichard Musiol
2019-03-22cmd/compile, misc/cgo: fix fortran tests on aix/ppc64Clément Chigot
2019-03-22misc/cgo: gofmt testdata filesTobias Klauser
2019-03-21misc/ios: don't override GOCACHE on the deviceElias Naur
2019-03-21misc/android: pass on GOPROXY to device environmentElias Naur
2019-03-20cmd/dist, misc/cgo: enable tests for aix/ppc64Clément Chigot
2019-03-18cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani
2019-03-17cmd/go,misc/ios: fix tests on iOSElias Naur
2019-03-15misc/android: copy go.mod and go.sum filesElias Naur
2019-03-14misc/wasm: add workaround for missed timeout eventsRichard Musiol
2019-03-13cmd/dist: add a test in misc/reboot to verify that the toolchain can self-boo...Bryan C. Mills
2019-03-12misc/android: fix detection of GOROOT testsElias Naur
2019-03-11misc/android: copy less from GOROOT to the deviceElias Naur
2019-03-11cmd: refresh cmd/vendor to match 'go mod vendor'Bryan C. Mills
2019-03-08misc/android: enable many more tests on GOOS=androidElias Naur
2019-03-07misc: fix typos in various docsalkesh26