aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2019-10-23misc: delete benchcmp forwarding scriptDmitri Shuralyov
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-08syscall: on wasm, do not panic if "process" global is not definedRichard Musiol
2019-10-05cmd/cgo: build unique C type cache keys from parent namesTai
2019-10-02cmd/cgo: optimize cgoCheckPointer callEgon Elbre
2019-09-30syscall/js: add Value.Delete for deleting JavaScript propertiesRichard Musiol
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-09-18all: remove trailing whitespace from HTML filesDaniel Martí
2019-09-15misc/wasm: fix argv/envp layoutAustin Clements
2019-09-06misc/cgo/test: use __atomic intrinsics instead of __syncIan Lance Taylor
2019-09-06test: tweak test to avoid unpreemptible loop with gccgoThan McIntosh
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements
2019-08-31runtime: don't forward SIGPIPE on macOSElias Naur
2019-08-29Revert "runtime: don't forward SIGPIPE on macOS"Daniel Martí
2019-08-29runtime: don't forward SIGPIPE on macOSElias Naur
2019-08-28runtime,syscall/js: reuse wasm memory DataViewAgniva De Sarker
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