summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* test: demo for issue 7695Russ Cox2014-04-163-0/+35
* misc/emacs: ignore backquote in comment or stringRui Ueyama2014-04-091-1/+13
* benchcmp: leave a forwarding scriptRuss Cox2014-03-311-0/+5
* misc/emacs: do not highlight built-in function if not followed by '('Rui Ueyama2014-03-271-1/+1
* cmd/cgo: enforce typing of 0-sized typesDaniel Morsing2014-03-272-0/+19
* misc/emacs: handle backslash in raw string in Emacs 23Rui Ueyama2014-03-271-1/+13
* misc/bash, misc/zsh: fix completion rulesRui Ueyama2014-03-272-13/+4
* misc/vim: Disable automatic line wrapping by textwidth.David Barnett2014-03-261-1/+3
* misc/nacl: add Native Client support scripts and documentationDave Cheney2014-03-243-0/+85
* misc/bash/go: remove "doc" subcommand autocompletionRui Ueyama2014-03-181-4/+1
* misc/bash/go: Add a completion rule for "go env".Rui Ueyama2014-03-171-1/+1
* misc/emacs: correctly fontify methods when go-fontify-function-calls is nilDominik Honnef2014-03-121-1/+1
* misc/makerelease: use windows installer resources from local gorootAndrew Gerrand2014-03-031-5/+1
* go/misc/makerelease: pin go-tour repo to a specific revisionAndrew Gerrand2014-02-281-29/+44
* misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD.Shenghou Ma2014-02-232-1/+5
* cmd/ld: don't emit unreachable dynimport symbols in ELF symtab.Shenghou Ma2014-02-232-0/+21
* misc/emacs: add support for ff-find-other-fileDominik Honnef2014-02-181-0/+10
* misc/emacs: actually use point argument that is passed to godef--callDominik Honnef2014-02-181-1/+1
* runtime: more precise mprof samplingDmitriy Vyukov2014-02-121-0/+1
* misc/pprof: support web profiles on windowsDmitriy Vyukov2014-02-101-0/+7
* cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmpJosh Bleecher Snyder2014-02-041-124/+0
* cmd/ld: fix bug with "runtime/cgo" in external link modeIan Lance Taylor2014-01-301-0/+21
* misc/cgo/testtls: make test less flakyRuss Cox2014-01-211-6/+8
* runtime: co-exist with NPTL's pthread_cancel.Rowan Worth2014-01-093-0/+67
* misc/emacs: fontify type switch correctlyDominik Honnef2014-01-061-2/+2
* misc/emacs: minor cleanupsDominik Honnef2014-01-061-7/+10
* misc/vim: Fix broken quoteYasuhiro Matsumoto2013-12-241-1/+1
* misc/notepadplus: Fix Function List in Notepad++ 6.5ChaiShushan2013-12-181-0/+7
* misc/vim: use shiftwidth() instead of &sw if available.Shenghou Ma2013-12-161-4/+16
* misc/dist: rename to makereleaseAndrew Gerrand2013-12-1113-9/+9
* misc/cgo/testcdefs: rm correct file in test.bashAlex Brainman2013-12-101-1/+1
* cmd/cgo: use __gcc_struct__ for go exported functionsAlex Brainman2013-12-103-0/+38
* misc/vim: send Fmt errors to the quickfix list instead of the location list.David Symonds2013-11-271-1/+1
* misc/vim: describe how to get gofmt-on-save behaviour.David Symonds2013-11-251-0/+5
* misc/dist: fix file regexpAndrew Gerrand2013-11-181-2/+1
* misc/vim: add a gofmt_command flag for :FmtDavid Crawshaw2013-11-121-2/+8
* misc/emacs: various cleanupsDominik Honnef2013-11-081-24/+27
* emacs: allow users to customize the gofmt command, in particular, to use goim...Sameer Ajmani2013-11-081-1/+7
* cmd/cgo: fix handling of array of pointers when using clangRuss Cox2013-11-073-4/+57
* undo CL 19010044 / dbcd720e5396Alan Donovan2013-10-291-23/+23
* misc/emacs: various cleanupsDominik Honnef2013-10-291-23/+23
* misc/emacs: support godef-jump on import statementsDominik Honnef2013-10-291-2/+5
* misc/linkcheck: better redirect handling, use meaningful exit codeAndrew Gerrand2013-10-251-32/+58
* misc/dist: use go.tools release branchAndrew Gerrand2013-10-231-1/+1
* misc/emacs: handle empty "import ()" in go-goto-importsDominik Honnef2013-10-221-0/+5
* cmd/cgo: fix line number in an error messageRuss Cox2013-10-183-14/+43
* cmd/cgo: stop using compiler error message text to analyze C namesRuss Cox2013-10-182-0/+94
* misc/dist: build race packages when os suffix presentAndrew Gerrand2013-10-181-1/+1
* misc/dist: set default go.tools tagAndrew Gerrand2013-10-181-1/+1
* cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox2013-10-151-0/+20