summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.12] cmd/link: put shlib ".type" functions in internal ABIIan Lance Taylor2019-07-163-0/+40
* [release-branch.go1.12] cmd/cgo: fix inappropriate array copyIan Lance Taylor2019-06-262-0/+23
* [release-branch.go1.12] cmd/cgo: simplify and fix handling of untyped constantsRémy Oudompheng2019-03-133-0/+44
* cmd/cgo: don't copy a simple variable x in &x[0]Ian Lance Taylor2019-02-042-0/+39
* cmd/cgo: don't replace newlines with semicolons in expressionsIan Lance Taylor2019-01-181-0/+17
* cmd/cgo: don't replace newlines with semicolons in composite literalsIan Lance Taylor2019-01-151-0/+22
* misc/sortac: delete sortac commandDmitri Shuralyov2019-01-141-79/+0
* runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor2019-01-041-13/+20
* cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall2018-12-281-4/+0
* cmd/cgo: don't let inserted /*line*/ become a // commentIan Lance Taylor2018-12-221-0/+19
* cmd/cgo: ensure the command passed to run retains a trailing dashIan Lance Taylor2018-12-191-1/+2
* cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur2018-12-152-0/+24
* syscall/js: rename js.Callback to js.FuncRichard Musiol2018-12-131-17/+17
* cmd/cgo: set correct column for user-written codeIan Lance Taylor2018-12-122-0/+18
* cmd/cgo: preserve type information across loadDWARF loopIan Lance Taylor2018-12-113-1/+55
* cmd/compile: emit a symbol for a method expression when using -dynlinkIan Lance Taylor2018-12-112-0/+26
* all: move cmd/internal/xcoff to internal/xcoffClément Chigot2018-12-101-3/+3
* cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka2018-12-052-0/+30
* misc/cgo/testcshared: skip TestGo2C2Go on AndroidIan Lance Taylor2018-12-031-1/+4
* cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor2018-12-032-1/+32
* misc/cgo/testcshared: don't run TestGo2C2Go on DarwinIan Lance Taylor2018-12-031-0/+6
* cmd/cgo: use preprocessor macros to avoid prolog redefinitionsIan Lance Taylor2018-12-015-0/+108
* cmd/cgo: use field alignment when setting field offsetIan Lance Taylor2018-11-292-0/+84
* cmd/cgo: recognize untyped constants defined in different filesIan Lance Taylor2018-11-292-1/+13
* cmd/trace: revert internal/traceparserHana Kim2018-11-221-3/+0
* misc/wasm: add stub for fs.read on browsersRichard Musiol2018-11-201-0/+5
* misc/wasm: use temporary directory provided by Node.jsRichard Musiol2018-11-201-1/+1
* cmd/cgo: recognized untyped Go constants as untyped constantsIan Lance Taylor2018-11-161-0/+6
* misc/cgo/testsanitizers: gofmtTobias Klauser2018-11-161-1/+1
* all: add support for synchronous callbacks to js/wasmRichard Musiol2018-11-101-39/+43
* runtime: never call into race detector with retaken PNikhil Benesch2018-11-092-0/+55
* cmd/vendor: update github.com/google/pprofHana (Hyang-Ah) Kim2018-11-071-0/+3
* cmd/cgo: accept expressions as untyped constantsIan Lance Taylor2018-11-021-0/+20
* cmd/cgo: don't update each call in placeIan Lance Taylor2018-11-021-0/+22
* cmd/cgo: rewrite pointer checking to use more function literalsIan Lance Taylor2018-11-011-0/+49
* misc/wasm: improve detection of Node.jsRichard Musiol2018-10-251-9/+11
* misc/ios: remove note from output of detect.goElias Naur2018-10-241-3/+3
* internal/traceparser: provide parser that uses less space and parses segments...Peter Weinberger2018-10-232-2/+5
* misc/wasm: fix panic on os.Stdout.Sync() in the browserNick Craig-Wood2018-10-201-0/+3
* cmd/internal/xcoff: add new debug package for cmdClément Chigot2018-10-191-0/+3
* syscall/js: make zero js.Value represent "undefined"Richard Musiol2018-10-181-5/+12
* misc/wasm: fix fs operations in browserRichard Musiol2018-10-081-2/+9
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-064-4/+4
* misc/wasm: add mention of polyfill for Edge supportRichard Musiol2018-10-021-0/+5
* Revert "misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge support"Brad Fitzpatrick2018-10-021-5/+0
* Revert "compress: move benchmark text from src/testdata to src/compress/testd...Katie Hockman2018-10-011-0/+2
* misc/wasm: add polyfill for TextEncoder/TextDecoder for Edge supportJake B2018-09-291-0/+5
* compress: move benchmark text from src/testdata to src/compress/testdataKatie Hockman2018-09-281-2/+0
* compress: reduce copies of new text for compression testingKatie Hockman2018-09-241-0/+2
* misc/cgo/testplugin: disable DWARF tests on darwinAlessandro Arzilli2018-09-052-5/+9