aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2019-03-13[release-branch.go1.12] cmd/cgo: simplify and fix handling of untyped constantsRémy Oudompheng
2019-02-04cmd/cgo: don't copy a simple variable x in &x[0]Ian Lance Taylor
2019-01-18cmd/cgo: don't replace newlines with semicolons in expressionsIan Lance Taylor
2019-01-15cmd/cgo: don't replace newlines with semicolons in composite literalsIan Lance Taylor
2019-01-14misc/sortac: delete sortac commandDmitri Shuralyov
2019-01-04runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-22cmd/cgo: don't let inserted /*line*/ become a // commentIan Lance Taylor
2018-12-19cmd/cgo: ensure the command passed to run retains a trailing dashIan Lance Taylor
2018-12-15cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur
2018-12-13syscall/js: rename js.Callback to js.FuncRichard Musiol
2018-12-12cmd/cgo: set correct column for user-written codeIan Lance Taylor
2018-12-11cmd/cgo: preserve type information across loadDWARF loopIan Lance Taylor
2018-12-11cmd/compile: emit a symbol for a method expression when using -dynlinkIan Lance Taylor
2018-12-10all: move cmd/internal/xcoff to internal/xcoffClément Chigot
2018-12-05cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka
2018-12-03misc/cgo/testcshared: skip TestGo2C2Go on AndroidIan Lance Taylor
2018-12-03cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor
2018-12-03misc/cgo/testcshared: don't run TestGo2C2Go on DarwinIan Lance Taylor
2018-12-01cmd/cgo: use preprocessor macros to avoid prolog redefinitionsIan Lance Taylor
2018-11-29cmd/cgo: use field alignment when setting field offsetIan Lance Taylor
2018-11-29cmd/cgo: recognize untyped constants defined in different filesIan Lance Taylor
2018-11-22cmd/trace: revert internal/traceparserHana Kim
2018-11-20misc/wasm: add stub for fs.read on browsersRichard Musiol
2018-11-20misc/wasm: use temporary directory provided by Node.jsRichard Musiol
2018-11-16cmd/cgo: recognized untyped Go constants as untyped constantsIan Lance Taylor
2018-11-16misc/cgo/testsanitizers: gofmtTobias Klauser
2018-11-10all: add support for synchronous callbacks to js/wasmRichard Musiol
2018-11-09runtime: never call into race detector with retaken PNikhil Benesch
2018-11-07cmd/vendor: update github.com/google/pprofHana (Hyang-Ah) Kim
2018-11-02cmd/cgo: accept expressions as untyped constantsIan Lance Taylor
2018-11-02cmd/cgo: don't update each call in placeIan Lance Taylor
2018-11-01cmd/cgo: rewrite pointer checking to use more function literalsIan Lance Taylor
2018-10-25misc/wasm: improve detection of Node.jsRichard Musiol
2018-10-24misc/ios: remove note from output of detect.goElias Naur
2018-10-23internal/traceparser: provide parser that uses less space and parses segments...Peter Weinberger
2018-10-20misc/wasm: fix panic on os.Stdout.Sync() in the browserNick Craig-Wood
2018-10-19cmd/internal/xcoff: add new debug package for cmdClément Chigot
2018-10-18syscall/js: make zero js.Value represent "undefined"Richard Musiol
2018-10-08misc/wasm: fix fs operations in browserRichard Musiol
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-02misc/wasm: add mention of polyfill for Edge supportRichard Musiol
2018-10-02Revert "misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge support"Brad Fitzpatrick
2018-10-01Revert "compress: move benchmark text from src/testdata to src/compress/testd...Katie Hockman
2018-09-29misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge supportJake B
2018-09-28compress: move benchmark text from src/testdata to src/compress/testdataKatie Hockman
2018-09-24compress: reduce copies of new text for compression testingKatie Hockman
2018-09-05misc/cgo/testplugin: disable DWARF tests on darwinAlessandro Arzilli
2018-09-04cmd/link: move dwarf part of DWARF generation before type name manglingAlessandro Arzilli
2018-09-04misc/wasm: handle error during instantiateStreamingAgniva De Sarker