summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc/cgo/test: cut out non-standard functionsRuss Cox2013-10-151-17/+0
* misc/cgo/test: fix build (define prototype for alloca)Russ Cox2013-10-151-0/+1
* cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox2013-10-151-0/+52
* misc/cgo/test: fix C panic test to work with gccgoIan Lance Taylor2013-10-113-14/+38
* go.tools/misc/dist: copy doc.go from go.tools to go rootAndrew Gerrand2013-10-111-2/+27
* misc/vim: complete packages in src directoryYasuhiro Matsumoto2013-10-111-0/+1
* misc/emacs: send correct content-length to the playgroundDominik Honnef2013-10-101-1/+4
* misc/emacs: don't treat (foo)(bar) as a function call when preceded by a word...Dominik Honnef2013-10-101-1/+1
* cmd/go: add any .c/.cc files to the SWIG shared libraryIan Lance Taylor2013-10-092-5/+16
* runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor2013-10-093-0/+29
* debug/dwarf: handle surprising clang encodingRuss Cox2013-10-091-0/+22
* misc/emacs: find unused imports where path and package name differDominik Honnef2013-10-071-2/+2