aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2018-07-19syscall/js: show goroutine stack traces on deadlockRichard Musiol
2018-07-18cmd/cgo: don't report inconsistency error for incomplete typedefIan Lance Taylor
2018-07-17cmd/cgo: update JNI's jobject to uintptr check for newer Android NDKsSteeve Morin
2018-07-17cmd/go: fix handling of vet.cfg with buggyInstallIan Lance Taylor
2018-07-16misc/cgo: fix darwin test, againKeith Randall
2018-07-15misc/cgo: fix test on iOSKeith Randall
2018-07-13misc/cgo/test: fix issue 24161 test for 1.11 and earlierKeith Randall
2018-07-12cmd/cgo: fix cgo bad typedefsKeith Randall
2018-07-11misc/wasm: free up memory on exitRichard Musiol
2018-07-09syscall/js: add Value.TypeRichard Musiol
2018-07-09cmd/cgo: check function argument/return types for bad C pointer typesKeith Randall
2018-07-06misc/cgo/testcarchive: increase timeout duration in TestOsSignalMichael Munday
2018-07-06testshared/src/depBase: conform build tag comment to conventionDan Kortschak
2018-07-05cmd/cgo: mark C result as written for msanIan Lance Taylor
2018-07-05misc/wasm: use "self" instead of "window" in web worker contextsJohn Leidegren
2018-07-03misc/wasm: use single map for string, symbol and object id mapping.Paul Jolly
2018-07-02cmd/cgo: permit missing dynamic symbol sectionPeter Gonda
2018-07-01misc/wasm: make sure value ref id is uniqueCherry Zhang
2018-06-29cmd/cgo: handle GCC 8 change in errors about constant initializersIan Lance Taylor
2018-06-27misc/cgo/test: add retry loop around pthread_create in TestSigprocmaskIan Lance Taylor
2018-06-27misc/cgo/test: skip Test18146 in short modeIan Lance Taylor
2018-06-26syscall/js: use stable references to JavaScript valuesRichard Musiol
2018-06-25syscall.js: add Value.InstanceOfRichard Musiol
2018-06-23cmd/link: never coalesce type descriptors when dynamically linking GoMichael Hudson-Doyle
2018-06-21misc/wasm: fix permissions on wasm_exec.jsPaul Jolly
2018-06-20misc/cgo/test: avoid duplicate definition with gccgoIan Lance Taylor
2018-06-18cmd/cgo: avoid name confliction for C functionsHiroshi Ioka
2018-06-15cmd/dist: run msan test only in testsanitizer on arm64Fangming.Fang
2018-06-15syscall/js: improve import functionsRichard Musiol
2018-06-15misc/wasm: add stub for fs.openSync for browsersRichard Musiol
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-06-13cmd/cgo: add import path to hashIan Lance Taylor
2018-06-13misc/cgo/test: add test for passing compatible typedefsIan Lance Taylor
2018-06-13misc/wasm: remove use of performance.timeOriginRichard Musiol
2018-06-11runtime: restore r2 when restoring state from gobuf in gogo on ppc64xLynn Boger
2018-06-08misc/wasm: set non-empty default for os.ArgsRichard Musiol
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-31test: remove rundircmpout and cmpout actionsYury Smolsky
2018-05-23misc/android: forward SIGQUIT to the process running on the deviceElias Naur
2018-05-23misc/android: add a NL at the of READMEBen Shi
2018-05-18misc/wasm: make wasm_exec.js more flexibleRichard Musiol
2018-05-15misc/wasm: fix passing large negative integers from JS to GoRichard Musiol
2018-05-15misc/wasm: pollute global JS namespace lessRichard Musiol
2018-05-11misc/ios: forward SIGQUIT to the iOS programElias Naur
2018-05-10misc/ios: update documentation for running iOS programs and testsElias Naur
2018-05-10misc/android: add more information to READMEBen Shi
2018-05-09misc/ios: inject the -u device_id option before any other argumentsElias Naur
2018-05-08misc/ios: retry iOS launch even if no device app path was foundElias Naur
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-05-07cmd/link: add wasm architectureRichard Musiol