summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] misc/vim: describe how to get gofmt-on-save behaviour.Andrew Gerrand2013-11-291-0/+5
* [release-branch.go1.2] misc/vim: add a gofmt_command flag for :FmtAndrew Gerrand2013-11-131-2/+8
* [release-branch.go1.2] misc/emacs: various cleanupsAndrew Gerrand2013-11-131-24/+27
* [release-branch.go1.2] emacs: allow users to customize the gofmt command, in ...Andrew Gerrand2013-11-131-1/+7
* [release-branch.go1.2] cmd/cgo: fix handling of array of pointers when using ...Andrew Gerrand2013-11-133-4/+57
* [release-branch.go1.2] misc/emacs: support godef-jump on import statementsAndrew Gerrand2013-11-011-2/+5
* [release-branch.go1.2] misc/linkcheck: better redirect handling, use meaningf...Andrew Gerrand2013-11-011-32/+58
* [release-branch.go1.2] misc/dist: use go.tools release branchAndrew Gerrand2013-11-011-1/+1
* [release-branch.go1.2] misc/emacs: handle empty "import ()" in go-goto-importsAndrew Gerrand2013-11-011-0/+5
* [release-branch.go1.2] cmd/cgo: fix line number in an error messageAndrew Gerrand2013-11-013-14/+43
* [release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...Andrew Gerrand2013-11-012-0/+94
* [release-branch.go1.2] misc/dist: build race packages when os suffix presentAndrew Gerrand2013-11-011-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
* misc/dist: remove Xcode files from the darwin binary distributionEmil Hessman2013-08-301-21/+0
* misc/pprof: work with either LWP::UserAgent or curlBrad Fitzpatrick2013-08-291-37/+62
* misc: add linkcheck toolBrad Fitzpatrick2013-08-291-0/+167
* misc/pprof: pprof http used with net/http/pprof not working on windows/amd64Shivakumar GN2013-08-271-47/+50
* misc/emacs: allow users to customize path of 'go' tool.Alan Donovan2013-08-271-4/+14