aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
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
2018-05-07misc/ios: uninstall app before installing itElias Naur
2018-05-04misc/ios: improve detection of missing developer imageElias Naur
2018-05-03syscall/js: add packageRichard Musiol
2018-05-03misc/ios: retry lldb launch if the iOS app is busyElias Naur
2018-05-03misc/ios: clean up debugger instance on failureElias Naur
2018-05-03misc/ios: ensure deferred cleanup functions are run even on errorElias Naur
2018-05-03misc/ios: retry app installElias Naur
2018-05-02misc/ios: don't override TMPDIR on ideviceElias Naur
2018-05-01cmd/cgo: visit cgo type inside ellipsis nodeHiroshi Ioka
2018-04-30misc/ios: script lldb directly with PythonElias Naur
2018-04-27misc/wasm: wasm_exec: non-zero exit code on compile errorRichard Musiol
2018-04-26misc/trace: update trace_viewer_full.htmlHana Kim
2018-04-25misc/cgo/test: log error value in testSigprocmaskIan Lance Taylor
2018-04-25cmd/go: fix go list .Stale computationRuss Cox
2018-04-25cmd/cgo: don't use absolute paths in the export header fileIan Lance Taylor
2018-04-21misc/cgo/testcshared: use file descriptor 30 for TestUnexportedSymbolsIan Lance Taylor
2018-04-12misc/ios: speed up the iOS exec wrapperElias Naur
2018-04-11misc/ios: don't wait for response to lldb run in the exec wrapperElias Naur
2018-04-10misc/ios: make detect.go more robustElias Naur
2018-04-10misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapperElias Naur
2018-03-30misc/wasm: add scripts for running WebAssembly binariesRichard Musiol