aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2018-10-02[release-branch.go1.11] misc/wasm: add mention of polyfill for Edge supportRichard Musiol
2018-08-01misc/cgo/testcshared: force descriptor 30 to be closed when execing testIan Lance Taylor
2018-08-01syscall/js: move callback helper code to misc/wasm to avoid using eval()Xudong Zheng
2018-08-01cmd/cgo: don't give inconsistent typedef error for cgo-defined typesIan Lance Taylor
2018-07-31cmd/cgo: make sure we FinishType everythingKeith Randall
2018-07-31syscall: remove support for O_NONBLOCK and O_SYNC on js/wasmRichard Musiol
2018-07-27cmd/cgo: don't resolve typedefs in -godefs modeIan Lance Taylor
2018-07-23misc/cgo/test: disable some Darwin tests in cgo modeAustin Clements
2018-07-20cm/go/internal/test: make vet run when using go test -cLE Manh Cuong
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