summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc/cgo/testshared: do not write to GOROOTBryan C. Mills2019-11-251-49/+127
* misc: log 'ok' from 'go run' tests on successBryan C. Mills2019-11-252-0/+8
* misc: remove use of relative directories in overlayDir functionsBryan C. Mills2019-11-2510-68/+39
* misc/cgo/testshared: make -v output less verboseBryan C. Mills2019-11-221-10/+14
* misc/cgo/testcshared: avoid writing to GOROOT in testsBryan C. Mills2019-11-221-15/+28
* misc/cgo/testcarchive: avoid writing to GOROOT in testsBryan C. Mills2019-11-221-82/+157
* misc/cgo/testplugin: avoid writing to GOROOTBryan C. Mills2019-11-201-1/+1
* misc/cgo/fortran: avoid writing to $PWDBryan C. Mills2019-11-201-1/+1
* misc/chrome/gophertool: replace deprecated tabs.getSelected methodramenjuniti2019-11-181-1/+1
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-1/+1
* cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on AndroidElias Naur2019-11-141-1/+1
* misc/cgo/testgodefs: convert test from bash to GoBryan C. Mills2019-11-132-24/+83
* misc: ensure that test overlay directories are writableBryan C. Mills2019-11-1110-10/+10
* cmd/go: remove -w workaround for -buildmode=plugin on DarwinThan McIntosh2019-11-111-6/+1
* misc/ios: bump -mios-version-minElias Naur2019-11-051-1/+1
* syscall/js: garbage collect references to JavaScript valuesRichard Musiol2019-11-041-14/+35
* misc/cgo/testcarchive: add missing exit(0) in main7.cIan Lance Taylor2019-11-041-0/+1
* runtime: clear preemptStop in dropmIan Lance Taylor2019-11-023-0/+83
* misc: delete benchcmp forwarding scriptDmitri Shuralyov2019-10-231-5/+0
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-0911-2172/+0
* syscall: on wasm, do not panic if "process" global is not definedRichard Musiol2019-10-081-14/+46
* cmd/cgo: build unique C type cache keys from parent namesTai2019-10-054-1/+38
* cmd/cgo: optimize cgoCheckPointer callEgon Elbre2019-10-021-5/+77
* syscall/js: add Value.Delete for deleting JavaScript propertiesRichard Musiol2019-09-301-0/+5
* misc, runtime, test: extra tests and benchmarks for deferDan Scales2019-09-252-2/+14
* all: remove trailing whitespace from HTML filesDaniel Martí2019-09-181-10/+10
* misc/wasm: fix argv/envp layoutAustin Clements2019-09-151-1/+2
* misc/cgo/test: use __atomic intrinsics instead of __syncIan Lance Taylor2019-09-061-23/+5
* test: tweak test to avoid unpreemptible loop with gccgoThan McIntosh2019-09-061-0/+9
* runtime: wrap nanotime, walltime, and writeAustin Clements2019-09-041-4/+4
* runtime: don't forward SIGPIPE on macOSElias Naur2019-08-313-23/+69
* Revert "runtime: don't forward SIGPIPE on macOS"Daniel Martí2019-08-291-21/+0
* runtime: don't forward SIGPIPE on macOSElias Naur2019-08-291-0/+21
* runtime,syscall/js: reuse wasm memory DataViewAgniva De Sarker2019-08-281-46/+45
* cmd/go: include GOEXPERIMENT flags in tool id for cache keyJay Conrod2019-07-171-0/+101
* cmd/link: put shlib ".type" functions in internal ABIIan Lance Taylor2019-07-153-0/+40
* cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor2019-07-122-0/+18
* cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr2019-07-091-0/+9
* misc/cgo/errors: align code snippets in ptr_test.goBryan C. Mills2019-06-271-35/+35
* misc/cgo/errors: fix TestPointerChecks when GO111MODULE=onBryan C. Mills2019-06-261-0/+3
* misc/cgo/test: use char, not int, so test works on big-endian systemsIan Lance Taylor2019-06-251-1/+1
* cmd/cgo: fix inappropriate array copykawakami2019-06-242-0/+13
* misc/ios: add missing CGO_ENABLED=1 for running standalone testsElias Naur2019-06-151-1/+1
* misc/cgo/test: add test for issue 31093Ian Lance Taylor2019-06-051-0/+10
* cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor2019-06-053-18/+0
* runtime: save/restore callee saved registers in arm64's sigtrampBen Shi2019-06-031-4/+0
* misc/cgo/errors: limit number of parallel executionsIan Lance Taylor2019-05-311-11/+14
* misc/cgo/errors: remove debugging printlnIan Lance Taylor2019-05-301-1/+0
* syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJSRichard Musiol2019-05-241-1/+28
* misc/cgo/test: consolidate tests into fewer cgo source filesRuss Cox2019-05-2297-3328/+2636