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
/
src
/
cmd
/
cgo
/
ast.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/cgo: replace C.malloc with our own wrapper
Russ Cox
2013-09-11
1
-0
/
+7
*
cmd/cgo: record full source path to input .go files
Russ Cox
2013-09-09
1
-0
/
+8
*
cmd/cgo: fix line number annotations in generated C code
Russ Cox
2013-02-01
1
-1
/
+25
*
cmd/cgo: bug fixes
Russ Cox
2012-02-19
1
-4
/
+11
*
go/parser: Use explicit parser.Mode type.
Robert Griesemer
2012-01-24
1
-1
/
+1
*
go/doc: move CommentText to ast.CommentGroup's Text method
Russ Cox
2012-01-12
1
-2
/
+1
*
godefs: delete, replaced by cgo -godefs
Russ Cox
2011-11-10
1
-0
/
+1
*
non-pkg: gofix -r error -force=error
Russ Cox
2011-11-01
1
-6
/
+6
*
cgo: add GoBytes, fix gmp example
Russ Cox
2011-07-28
1
-0
/
+4
*
govet: make name-matching for printf etc. case-insensitive.
Rob Pike
2011-04-13
1
-1
/
+1
*
cgo: fix index-out-of-bounds bug
Robert Griesemer
2011-03-18
1
-1
/
+1
*
go/ast: merge CaseClause and TypeCaseClause
Robert Griesemer
2011-03-16
1
-7
/
+9
*
go/ast: reflect communication operator changes accurately in ast
Robert Griesemer
2011-02-01
1
-2
/
+4
*
cgo: improve error reporting slightly.
Roger Peppe
2011-01-31
1
-4
/
+11
*
cgo: disallow use of C.errno
Russ Cox
2011-01-06
1
-0
/
+4
*
go/ast: provide complete node text range info
Robert Griesemer
2011-01-04
1
-3
/
+5
*
go/ast: use token.Pos instead of token.Position; adjust all dependent code
Robert Griesemer
2010-12-06
1
-3
/
+4
*
go/ast: change embedded token.Position fields to named fields
Robert Griesemer
2010-11-09
1
-1
/
+1
*
use append
Russ Cox
2010-10-27
1
-23
/
+4
*
cgo: bug fixes
Russ Cox
2010-09-21
1
-1
/
+1
*
go AST: First step towards augmenting AST with full type information.
Robert Griesemer
2010-08-13
1
-5
/
+5
*
cgo: various bug fixes
Russ Cox
2010-07-14
1
-219
/
+254
*
Add //export to cgo.
Ian Lance Taylor
2010-04-09
1
-0
/
+45
*
single argument panic
Russ Cox
2010-03-30
1
-1
/
+1
*
gofmt: experiment: align values in map composites where possible
Robert Griesemer
2010-03-02
1
-2
/
+2
*
go/ast: streamline representation of field lists
Robert Griesemer
2010-02-24
1
-5
/
+7
*
- removed exp/parser (support for old semicolon syntax)
Robert Griesemer
2010-02-19
1
-3
/
+2
*
More steps towards tracking of identifier scopes.
Robert Griesemer
2010-01-27
1
-1
/
+1
*
Steps towards tracking scopes for identifiers.
Robert Griesemer
2010-01-15
1
-3
/
+3
*
cgo: Make constants #define'd in C available to Go (as consts)
Devon H. O'Dell
2010-01-11
1
-1
/
+2
*
Simplified parser interface.
Robert Griesemer
2010-01-04
1
-1
/
+1
*
cgo: don't overwrite p.Crefs
Devon H. O'Dell
2009-12-23
1
-1
/
+3
*
Allow cgo to accept multiple .go inputs for a package
Devon H. O'Dell
2009-12-17
1
-3
/
+2
*
This patch enables cgo utility to correctly convert enums in the C source
Moriyoshi Koizumi
2009-12-15
1
-4
/
+6
*
1) Change default gofmt default settings for
Robert Griesemer
2009-12-15
1
-115
/
+115
*
Permit omission of hi bound in slices.
Robert Griesemer
2009-11-19
1
-0
/
+3
*
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-09
1
-36
/
+36
*
apply gofmt to the LGTM-marked files from 34501
Russ Cox
2009-10-06
1
-26
/
+25
*
8c, 8l dynamic loading support.
Russ Cox
2009-10-03
1
-0
/
+1
*
cgo working on linux/386
Russ Cox
2009-09-30
1
-0
/
+1
*
cgo: works on amd64.
Russ Cox
2009-09-30
1
-19
/
+1
*
cgo checkpoint.
Russ Cox
2009-09-24
1
-18
/
+70
*
cgo: can look up C identifier kind (type or value) and type
Russ Cox
2009-09-18
1
-0
/
+288