index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[release-branch.go1.2] misc/vim: describe how to get gofmt-on-save behaviour.
Andrew Gerrand
2013-11-29
1
-0
/
+5
*
[release-branch.go1.2] misc/vim: add a gofmt_command flag for :Fmt
Andrew Gerrand
2013-11-13
1
-2
/
+8
*
[release-branch.go1.2] misc/emacs: various cleanups
Andrew Gerrand
2013-11-13
1
-24
/
+27
*
[release-branch.go1.2] emacs: allow users to customize the gofmt command, in ...
Andrew Gerrand
2013-11-13
1
-1
/
+7
*
[release-branch.go1.2] cmd/cgo: fix handling of array of pointers when using ...
Andrew Gerrand
2013-11-13
3
-4
/
+57
*
[release-branch.go1.2] misc/emacs: support godef-jump on import statements
Andrew Gerrand
2013-11-01
1
-2
/
+5
*
[release-branch.go1.2] misc/linkcheck: better redirect handling, use meaningf...
Andrew Gerrand
2013-11-01
1
-32
/
+58
*
[release-branch.go1.2] misc/dist: use go.tools release branch
Andrew Gerrand
2013-11-01
1
-1
/
+1
*
[release-branch.go1.2] misc/emacs: handle empty "import ()" in go-goto-imports
Andrew Gerrand
2013-11-01
1
-0
/
+5
*
[release-branch.go1.2] cmd/cgo: fix line number in an error message
Andrew Gerrand
2013-11-01
3
-14
/
+43
*
[release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...
Andrew Gerrand
2013-11-01
2
-0
/
+94
*
[release-branch.go1.2] misc/dist: build race packages when os suffix present
Andrew Gerrand
2013-11-01
1
-1
/
+1
*
misc/dist: set default go.tools tag
Andrew Gerrand
2013-10-18
1
-1
/
+1
*
cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Russ Cox
2013-10-15
1
-0
/
+20
*
misc/cgo/test: cut out non-standard functions
Russ Cox
2013-10-15
1
-17
/
+0
*
misc/cgo/test: fix build (define prototype for alloca)
Russ Cox
2013-10-15
1
-0
/
+1
*
cmd/cgo: work around bug in clang debug info for builtins like memset
Russ Cox
2013-10-15
1
-0
/
+52
*
misc/cgo/test: fix C panic test to work with gccgo
Ian Lance Taylor
2013-10-11
3
-14
/
+38
*
go.tools/misc/dist: copy doc.go from go.tools to go root
Andrew Gerrand
2013-10-11
1
-2
/
+27
*
misc/vim: complete packages in src directory
Yasuhiro Matsumoto
2013-10-11
1
-0
/
+1
*
misc/emacs: send correct content-length to the playground
Dominik Honnef
2013-10-10
1
-1
/
+4
*
misc/emacs: don't treat (foo)(bar) as a function call when preceded by a word...
Dominik Honnef
2013-10-10
1
-1
/
+1
*
cmd/go: add any .c/.cc files to the SWIG shared library
Ian Lance Taylor
2013-10-09
2
-5
/
+16
*
runtime/cgo: mark callback functions as NOSPLIT
Ian Lance Taylor
2013-10-09
3
-0
/
+29
*
debug/dwarf: handle surprising clang encoding
Russ Cox
2013-10-09
1
-0
/
+22
*
misc/emacs: find unused imports where path and package name differ
Dominik Honnef
2013-10-07
1
-2
/
+2
*
misc/vim: Autocompletion for :Godoc command
Yasuhiro Matsumoto
2013-10-03
1
-2
/
+20
*
misc/dist: support building statically linked toolchain.
Shenghou Ma
2013-10-02
1
-0
/
+21
*
misc/vim: Separate package and package members.
Yasuhiro Matsumoto
2013-10-02
2
-16
/
+26
*
misc/vim: "PACKAGE DOCUMENTATION" is not hilighted
Yasuhiro Matsumoto
2013-09-27
1
-1
/
+1
*
misc/vim: godoc is optional. so should point installation instruction.
Yasuhiro Matsumoto
2013-09-27
1
-0
/
+7
*
misc/pprof: support block profile
Dmitriy Vyukov
2013-09-23
1
-2
/
+3
*
misc/notepadplus: fix some number syntax highlight issue
ChaiShushan
2013-09-23
1
-3
/
+3
*
misc/dist: add 'label' part of distro name, include blog content
Andrew Gerrand
2013-09-19
1
-16
/
+49
*
cmd/go: fix missing __mingw_fprintf symbol for cgo on windows
Shenghou Ma
2013-09-19
2
-0
/
+33
*
cmd/ld: handle duplicate static symbols in COFF and Mach-O files.
Shenghou Ma
2013-09-18
3
-0
/
+33
*
cmd/cgo: fix build (missing file from earlier CL)
Russ Cox
2013-09-16
1
-0
/
+23
*
cmd/cgo: allow C.malloc(0) always
Russ Cox
2013-09-16
1
-0
/
+1
*
misc/dist: include cover and vet, add -tool flag to specify go.tools tag
Andrew Gerrand
2013-09-13
1
-10
/
+34
*
misc/cgo/test: test of issue 4339
Russ Cox
2013-09-11
4
-0
/
+44
*
misc/dist: Specify a version for the darwin package.
Emil Hessman
2013-09-09
1
-1
/
+1
*
misc/emacs: use built-in buffer-base-buffer instead of own variable
Dominik Honnef
2013-09-06
1
-5
/
+1
*
misc/notepadplus: add interface to function list and use clang color in comments
ChaiShushan
2013-09-06
2
-2
/
+19
*
cgo: enable cgo on dragonfly
Aulus Egnatius Varialus
2013-09-04
2
-1
/
+2
*
cmd/cgo: don't let #cgo directives mess up line numbering
Ian Lance Taylor
2013-09-03
2
-0
/
+33
*
misc/dist: remove Xcode files from the darwin binary distribution
Emil Hessman
2013-08-30
1
-21
/
+0
*
misc/pprof: work with either LWP::UserAgent or curl
Brad Fitzpatrick
2013-08-29
1
-37
/
+62
*
misc: add linkcheck tool
Brad Fitzpatrick
2013-08-29
1
-0
/
+167
*
misc/pprof: pprof http used with net/http/pprof not working on windows/amd64
Shivakumar GN
2013-08-27
1
-47
/
+50
*
misc/emacs: allow users to customize path of 'go' tool.
Alan Donovan
2013-08-27
1
-4
/
+14
[next]