summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* misc/vim: Autocompletion for :Godoc commandYasuhiro Matsumoto2013-10-031-2/+20
* misc/dist: support building statically linked toolchain.Shenghou Ma2013-10-021-0/+21
* misc/vim: Separate package and package members.Yasuhiro Matsumoto2013-10-022-16/+26
* misc/vim: "PACKAGE DOCUMENTATION" is not hilightedYasuhiro Matsumoto2013-09-271-1/+1
* misc/vim: godoc is optional. so should point installation instruction.Yasuhiro Matsumoto2013-09-271-0/+7
* misc/pprof: support block profileDmitriy Vyukov2013-09-231-2/+3
* misc/notepadplus: fix some number syntax highlight issueChaiShushan2013-09-231-3/+3
* misc/dist: add 'label' part of distro name, include blog contentAndrew Gerrand2013-09-191-16/+49
* cmd/go: fix missing __mingw_fprintf symbol for cgo on windowsShenghou Ma2013-09-192-0/+33
* cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma2013-09-183-0/+33
* cmd/cgo: fix build (missing file from earlier CL)Russ Cox2013-09-161-0/+23
* cmd/cgo: allow C.malloc(0) alwaysRuss Cox2013-09-161-0/+1
* misc/dist: include cover and vet, add -tool flag to specify go.tools tagAndrew Gerrand2013-09-131-10/+34
* misc/cgo/test: test of issue 4339Russ Cox2013-09-114-0/+44
* misc/dist: Specify a version for the darwin package.Emil Hessman2013-09-091-1/+1
* misc/emacs: use built-in buffer-base-buffer instead of own variableDominik Honnef2013-09-061-5/+1
* misc/notepadplus: add interface to function list and use clang color in commentsChaiShushan2013-09-062-2/+19
* cgo: enable cgo on dragonflyAulus Egnatius Varialus2013-09-042-1/+2
* cmd/cgo: don't let #cgo directives mess up line numberingIan Lance Taylor2013-09-032-0/+33