summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos detected by github.com/client9/misspellKazuhiro Sera2018-08-232-2/+2
* misc/cgo/testcarchive: make the tests work when using gccgoIan Lance Taylor2018-08-212-10/+69
* misc/cgo/testcshared: force descriptor 30 to be closed when execing testIan Lance Taylor2018-08-011-0/+10
* syscall/js: move callback helper code to misc/wasm to avoid using eval()Xudong Zheng2018-08-011-0/+22
* cmd/cgo: don't give inconsistent typedef error for cgo-defined typesIan Lance Taylor2018-08-013-0/+30
* cmd/cgo: make sure we FinishType everythingKeith Randall2018-07-311-0/+23
* syscall: remove support for O_NONBLOCK and O_SYNC on js/wasmRichard Musiol2018-07-311-1/+1
* cmd/cgo: don't resolve typedefs in -godefs modeIan Lance Taylor2018-07-272-1/+19
* misc/cgo/test: disable some Darwin tests in cgo modeAustin Clements2018-07-233-2/+19
* cm/go/internal/test: make vet run when using go test -cLE Manh Cuong2018-07-201-2/+3
* syscall/js: show goroutine stack traces on deadlockRichard Musiol2018-07-191-14/+14
* cmd/cgo: don't report inconsistency error for incomplete typedefIan Lance Taylor2018-07-183-0/+36
* cmd/cgo: update JNI's jobject to uintptr check for newer Android NDKsSteeve Morin2018-07-174-0/+91
* cmd/go: fix handling of vet.cfg with buggyInstallIan Lance Taylor2018-07-171-0/+6
* misc/cgo: fix darwin test, againKeith Randall2018-07-163-3/+3
* misc/cgo: fix test on iOSKeith Randall2018-07-153-3/+6
* misc/cgo/test: fix issue 24161 test for 1.11 and earlierKeith Randall2018-07-133-0/+18
* cmd/cgo: fix cgo bad typedefsKeith Randall2018-07-124-0/+98
* misc/wasm: free up memory on exitRichard Musiol2018-07-111-1/+5
* syscall/js: add Value.TypeRichard Musiol2018-07-091-3/+20
* cmd/cgo: check function argument/return types for bad C pointer typesKeith Randall2018-07-094-0/+78
* misc/cgo/testcarchive: increase timeout duration in TestOsSignalMichael Munday2018-07-061-2/+2
* testshared/src/depBase: conform build tag comment to conventionDan Kortschak2018-07-064-3/+15
* cmd/cgo: mark C result as written for msanIan Lance Taylor2018-07-052-0/+73
* misc/wasm: use "self" instead of "window" in web worker contextsJohn Leidegren2018-07-051-1/+7
* misc/wasm: use single map for string, symbol and object id mapping.Paul Jolly2018-07-031-28/+4
* cmd/cgo: permit missing dynamic symbol sectionPeter Gonda2018-07-023-3/+3
* misc/wasm: make sure value ref id is uniqueCherry Zhang2018-07-011-1/+1
* cmd/cgo: handle GCC 8 change in errors about constant initializersIan Lance Taylor2018-06-292-0/+20
* misc/cgo/test: add retry loop around pthread_create in TestSigprocmaskIan Lance Taylor2018-06-271-4/+17
* misc/cgo/test: skip Test18146 in short modeIan Lance Taylor2018-06-271-4/+4
* syscall/js: use stable references to JavaScript valuesRichard Musiol2018-06-261-46/+72
* syscall.js: add Value.InstanceOfRichard Musiol2018-06-251-0/+5
* cmd/link: never coalesce type descriptors when dynamically linking GoMichael Hudson-Doyle2018-06-231-0/+5
* misc/wasm: fix permissions on wasm_exec.jsPaul Jolly2018-06-211-0/+0
* misc/cgo/test: avoid duplicate definition with gccgoIan Lance Taylor2018-06-202-0/+4
* cmd/cgo: avoid name confliction for C functionsHiroshi Ioka2018-06-182-0/+20
* cmd/dist: run msan test only in testsanitizer on arm64Fangming.Fang2018-06-151-0/+4
* syscall/js: improve import functionsRichard Musiol2018-06-151-30/+30
* misc/wasm: add stub for fs.openSync for browsersRichard Musiol2018-06-151-0/+5
* runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol2018-06-141-2/+51
* cmd/cgo: add import path to hashIan Lance Taylor2018-06-133-0/+35
* misc/cgo/test: add test for passing compatible typedefsIan Lance Taylor2018-06-131-0/+22
* misc/wasm: remove use of performance.timeOriginRichard Musiol2018-06-131-7/+6
* runtime: restore r2 when restoring state from gobuf in gogo on ppc64xLynn Boger2018-06-115-1/+164
* misc/wasm: set non-empty default for os.ArgsRichard Musiol2018-06-081-1/+1
* os: add js/wasm architectureRichard Musiol2018-06-011-0/+5
* test: remove rundircmpout and cmpout actionsYury Smolsky2018-05-314-4/+4
* misc/android: forward SIGQUIT to the process running on the deviceElias Naur2018-05-231-2/+17
* misc/android: add a NL at the of READMEBen Shi2018-05-231-1/+2