summaryrefslogtreecommitdiff
path: root/src/cmd/cgo/main.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-5/+27
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-75/+181
2010-05-21roll back 1193046 - fix buildRuss Cox1-5/+0
2010-05-21cgo: better error for no C symbolsDevon H. O'Dell1-0/+5
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-8/+8
2010-01-15 Steps towards tracking scopes for identifiers.Robert Griesemer1-4/+4
2010-01-11 cgo: Make constants #define'd in C available to Go (as consts)Devon H. O'Dell1-0/+5
2009-12-21cgo: interpret $CGOPKGDIR as absolute path if rootedRuss Cox1-2/+5
2009-12-17cgo: include line number information to keep go/printer happyRuss Cox1-1/+2
2009-12-17Allow cgo to accept multiple .go inputs for a packageDevon H. O'Dell1-46/+65
2009-12-15This patch enables cgo utility to correctly convert enums in the C sourceMoriyoshi Koizumi1-0/+9
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-30/+30
2009-11-20cgo: allow .so in subdirectoriesRuss Cox1-1/+1
2009-11-15cgo: arrange for English error messagesRuss Cox1-0/+5
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-6/+6
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-4/+4
2009-10-038c, 8l dynamic loading support.Russ Cox1-11/+27
2009-09-30cgo working on linux/386Russ Cox1-2/+16
2009-09-30cgo: works on amd64.Russ Cox1-1/+1
2009-09-24cgo checkpoint.Russ Cox1-14/+41
2009-09-18cgo: can look up C identifier kind (type or value) and typeRuss Cox1-0/+46