aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] misc/emacs: support godef-jump on import statementsAndrew Gerrand
2013-11-01[release-branch.go1.2] misc/linkcheck: better redirect handling, use meaningf...Andrew Gerrand
2013-11-01[release-branch.go1.2] misc/dist: use go.tools release branchAndrew Gerrand
2013-11-01[release-branch.go1.2] misc/emacs: handle empty "import ()" in go-goto-importsAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: fix line number in an error messageAndrew Gerrand
2013-11-01[release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...Andrew Gerrand
2013-11-01[release-branch.go1.2] misc/dist: build race packages when os suffix presentAndrew Gerrand
2013-10-18misc/dist: set default go.tools tagAndrew Gerrand
2013-10-15cmd/cgo: fix Xcode 5 incompatibility for #defined expressionsRuss Cox
2013-10-15misc/cgo/test: cut out non-standard functionsRuss Cox
2013-10-15misc/cgo/test: fix build (define prototype for alloca)Russ Cox
2013-10-15cmd/cgo: work around bug in clang debug info for builtins like memsetRuss Cox
2013-10-11misc/cgo/test: fix C panic test to work with gccgoIan Lance Taylor
2013-10-11go.tools/misc/dist: copy doc.go from go.tools to go rootAndrew Gerrand
2013-10-11misc/vim: complete packages in src directoryYasuhiro Matsumoto
2013-10-10misc/emacs: send correct content-length to the playgroundDominik Honnef
2013-10-10misc/emacs: don't treat (foo)(bar) as a function call when preceded by a word...Dominik Honnef
2013-10-09cmd/go: add any .c/.cc files to the SWIG shared libraryIan Lance Taylor
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-10-09debug/dwarf: handle surprising clang encodingRuss Cox
2013-10-07misc/emacs: find unused imports where path and package name differDominik Honnef
2013-10-03misc/vim: Autocompletion for :Godoc commandYasuhiro Matsumoto
2013-10-02misc/dist: support building statically linked toolchain.Shenghou Ma
2013-10-02misc/vim: Separate package and package members.Yasuhiro Matsumoto
2013-09-27misc/vim: "PACKAGE DOCUMENTATION" is not hilightedYasuhiro Matsumoto
2013-09-27misc/vim: godoc is optional. so should point installation instruction.Yasuhiro Matsumoto
2013-09-23misc/pprof: support block profileDmitriy Vyukov
2013-09-23misc/notepadplus: fix some number syntax highlight issueChaiShushan
2013-09-19misc/dist: add 'label' part of distro name, include blog contentAndrew Gerrand
2013-09-19cmd/go: fix missing __mingw_fprintf symbol for cgo on windowsShenghou Ma
2013-09-18cmd/ld: handle duplicate static symbols in COFF and Mach-O files.Shenghou Ma
2013-09-16cmd/cgo: fix build (missing file from earlier CL)Russ Cox
2013-09-16cmd/cgo: allow C.malloc(0) alwaysRuss Cox
2013-09-13misc/dist: include cover and vet, add -tool flag to specify go.tools tagAndrew Gerrand
2013-09-11misc/cgo/test: test of issue 4339Russ Cox
2013-09-09misc/dist: Specify a version for the darwin package.Emil Hessman
2013-09-06misc/emacs: use built-in buffer-base-buffer instead of own variableDominik Honnef
2013-09-06misc/notepadplus: add interface to function list and use clang color in commentsChaiShushan
2013-09-04cgo: enable cgo on dragonflyAulus Egnatius Varialus
2013-09-03cmd/cgo: don't let #cgo directives mess up line numberingIan Lance Taylor
2013-08-30misc/dist: remove Xcode files from the darwin binary distributionEmil Hessman
2013-08-29misc/pprof: work with either LWP::UserAgent or curlBrad Fitzpatrick
2013-08-29misc: add linkcheck toolBrad Fitzpatrick
2013-08-27misc/pprof: pprof http used with net/http/pprof not working on windows/amd64Shivakumar GN
2013-08-27misc/emacs: allow users to customize path of 'go' tool.Alan Donovan
2013-08-20misc/xcode: use `xcode-select` to determine pathEmil Hessman
2013-08-19misc/emacs: Detect stale coverage reportsAaron France
2013-08-16misc/emacs: godef: print the entire description, not just the first lineDominik Honnef
2013-08-16misc/emacs: allow godef to work in coverage buffersDominik Honnef
2013-08-16misc/emacs: do not use any free variablesDominik Honnef