aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2014-06-02[release-branch.go1.3] misc/nacl: remove cmd/link from testzip.protoAndrew Gerrand
2014-06-02misc/makerelease: report uploads to the new downloads pageAndrew Gerrand
2014-06-02misc/goplay: remove programAndrew Gerrand
2014-05-29misc/makerelease: upload files to Google Cloud StorageAndrew Gerrand
2014-05-28cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeableRuss Cox
2014-05-26misc: properly spell Chrome in docDmitriy Vyukov
2014-05-20cmd/ld: really import runtime/cgo for external linkIan Lance Taylor
2014-05-20build: make nacl passRuss Cox
2014-05-20misc/makerelease: handle update tour file layoutAndrew Gerrand
2014-05-15misc/pprof: always use go tool objdump on windowsAlex Brainman
2014-05-12cmd/cgo: omit misaligned struct fields, like we omit bitfieldsRuss Cox
2014-05-09cmd/gc: disable link-time copying of un-Go-initialized globalsRuss Cox
2014-04-28misc/vim/readme.txt: workaround weird OS X vim bug.Shenghou Ma
2014-04-26misc/cgo/test/backdoor: add gccgo version of backdoor functionIan Lance Taylor
2014-04-16test: demo for issue 7695Russ Cox
2014-04-09misc/emacs: ignore backquote in comment or stringRui Ueyama
2014-03-31benchcmp: leave a forwarding scriptRuss Cox
2014-03-27misc/emacs: do not highlight built-in function if not followed by '('Rui Ueyama
2014-03-27cmd/cgo: enforce typing of 0-sized typesDaniel Morsing
2014-03-27misc/emacs: handle backslash in raw string in Emacs 23Rui Ueyama
2014-03-27misc/bash, misc/zsh: fix completion rulesRui Ueyama
2014-03-26misc/vim: Disable automatic line wrapping by textwidth.David Barnett
2014-03-24misc/nacl: add Native Client support scripts and documentationDave Cheney
2014-03-18misc/bash/go: remove "doc" subcommand autocompletionRui Ueyama
2014-03-17misc/bash/go: Add a completion rule for "go env".Rui Ueyama
2014-03-12misc/emacs: correctly fontify methods when go-fontify-function-calls is nilDominik Honnef
2014-03-03misc/makerelease: use windows installer resources from local gorootAndrew Gerrand
2014-02-28go/misc/makerelease: pin go-tour repo to a specific revisionAndrew Gerrand
2014-02-23misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD.Shenghou Ma
2014-02-23cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma
2014-02-18misc/emacs: add support for ff-find-other-fileDominik Honnef
2014-02-18misc/emacs: actually use point argument that is passed to godef--callDominik Honnef
2014-02-12runtime: more precise mprof samplingDmitriy Vyukov
2014-02-10misc/pprof: support web profiles on windowsDmitriy Vyukov
2014-02-04cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmpJosh Bleecher Snyder
2014-01-30cmd/ld: fix bug with "runtime/cgo" in external link modeIan Lance Taylor
2014-01-21misc/cgo/testtls: make test less flakyRuss Cox
2014-01-09runtime: co-exist with NPTL's pthread_cancel.Rowan Worth
2014-01-06misc/emacs: fontify type switch correctlyDominik Honnef
2014-01-06misc/emacs: minor cleanupsDominik Honnef
2013-12-24misc/vim: Fix broken quoteYasuhiro Matsumoto
2013-12-18misc/notepadplus: Fix Function List in Notepad++ 6.5ChaiShushan
2013-12-16misc/vim: use shiftwidth() instead of &sw if available.Shenghou Ma
2013-12-11misc/dist: rename to makereleaseAndrew Gerrand
2013-12-10misc/cgo/testcdefs: rm correct file in test.bashAlex Brainman
2013-12-10cmd/cgo: use __gcc_struct__ for go exported functionsAlex Brainman
2013-11-27misc/vim: send Fmt errors to the quickfix list instead of the location list.David Symonds
2013-11-25misc/vim: describe how to get gofmt-on-save behaviour.David Symonds
2013-11-18misc/dist: fix file regexpAndrew Gerrand
2013-11-12misc/vim: add a gofmt_command flag for :FmtDavid Crawshaw