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
*
cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmp
Josh Bleecher Snyder
2014-02-04
1
-124
/
+0
*
cmd/ld: fix bug with "runtime/cgo" in external link mode
Ian Lance Taylor
2014-01-30
1
-0
/
+21
*
misc/cgo/testtls: make test less flaky
Russ Cox
2014-01-21
1
-6
/
+8
*
runtime: co-exist with NPTL's pthread_cancel.
Rowan Worth
2014-01-09
3
-0
/
+67
*
misc/emacs: fontify type switch correctly
Dominik Honnef
2014-01-06
1
-2
/
+2
*
misc/emacs: minor cleanups
Dominik Honnef
2014-01-06
1
-7
/
+10
*
misc/vim: Fix broken quote
Yasuhiro Matsumoto
2013-12-24
1
-1
/
+1
*
misc/notepadplus: Fix Function List in Notepad++ 6.5
ChaiShushan
2013-12-18
1
-0
/
+7
*
misc/vim: use shiftwidth() instead of &sw if available.
Shenghou Ma
2013-12-16
1
-4
/
+16
*
misc/dist: rename to makerelease
Andrew Gerrand
2013-12-11
13
-9
/
+9
*
misc/cgo/testcdefs: rm correct file in test.bash
Alex Brainman
2013-12-10
1
-1
/
+1
*
cmd/cgo: use __gcc_struct__ for go exported functions
Alex Brainman
2013-12-10
3
-0
/
+38
*
misc/vim: send Fmt errors to the quickfix list instead of the location list.
David Symonds
2013-11-27
1
-1
/
+1
*
misc/vim: describe how to get gofmt-on-save behaviour.
David Symonds
2013-11-25
1
-0
/
+5
*
misc/dist: fix file regexp
Andrew Gerrand
2013-11-18
1
-2
/
+1
*
misc/vim: add a gofmt_command flag for :Fmt
David Crawshaw
2013-11-12
1
-2
/
+8
*
misc/emacs: various cleanups
Dominik Honnef
2013-11-08
1
-24
/
+27
*
emacs: allow users to customize the gofmt command, in particular, to use goim...
Sameer Ajmani
2013-11-08
1
-1
/
+7
*
cmd/cgo: fix handling of array of pointers when using clang
Russ Cox
2013-11-07
3
-4
/
+57
*
undo CL 19010044 / dbcd720e5396
Alan Donovan
2013-10-29
1
-23
/
+23
*
misc/emacs: various cleanups
Dominik Honnef
2013-10-29
1
-23
/
+23
*
misc/emacs: support godef-jump on import statements
Dominik Honnef
2013-10-29
1
-2
/
+5
*
misc/linkcheck: better redirect handling, use meaningful exit code
Andrew Gerrand
2013-10-25
1
-32
/
+58
*
misc/dist: use go.tools release branch
Andrew Gerrand
2013-10-23
1
-1
/
+1
*
misc/emacs: handle empty "import ()" in go-goto-imports
Dominik Honnef
2013-10-22
1
-0
/
+5
*
cmd/cgo: fix line number in an error message
Russ Cox
2013-10-18
3
-14
/
+43
*
cmd/cgo: stop using compiler error message text to analyze C names
Russ Cox
2013-10-18
2
-0
/
+94
*
misc/dist: build race packages when os suffix present
Andrew Gerrand
2013-10-18
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
[next]