summaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)AuthorFilesLines
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-3/+3
2009-11-29cgo: use C type void for opaque types if dwarf.Common().Type returns nothingEden Li1-0/+3
2009-11-23 cgo translates empty function arguments into void instead of dying with 'une...Eden Li1-0/+9
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-3/+3
2009-11-20cgo: allow .so in subdirectoriesRuss Cox1-1/+1
2009-11-19cgo now renders types with unknown size as [0]byte instead of raising aEden Li1-2/+5
2009-11-19Permit omission of hi bound in slices.Robert Griesemer1-0/+3
2009-11-18remove bytes.CopyRob Pike1-2/+1
2009-11-18Mangle C struct fields that happen to be named after Go keywords by prefixing...Eden Li1-1/+30
2009-11-17cgo no longer translates function args that are void* intoEden Li1-1/+5
2009-11-15cgo: arrange for English error messagesRuss Cox1-0/+5
2009-11-11cgo: add more information about gcc output parsing failuresRuss Cox1-0/+4
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer2-15/+15
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer5-127/+127
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-6/+2
2009-11-05gofmt'ed 6l 8l cgoRobert Griesemer1-25/+27
2009-11-04doc doc docRuss Cox1-0/+35
2009-11-02Fix cgo for GCC 4.4Adam Langley1-6/+6
2009-10-30fix buildRobert Griesemer1-4/+4
2009-10-26Hack to make cgo's generated go code compile when there are noStephen Ma1-4/+5
2009-10-22- make printer interface easily extensible w/o breaking clients (in the future)Robert Griesemer1-4/+4
2009-10-22go/printer:Robert Griesemer1-4/+4
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox4-43/+40
2009-10-038c, 8l dynamic loading support.Russ Cox4-14/+43
2009-09-30cgo working on linux/386Russ Cox4-12/+27
2009-09-30cgo: works on amd64.Russ Cox6-552/+53
2009-09-24cgo checkpoint.Russ Cox7-67/+846
2009-09-18cgo: can look up C identifier kind (type or value) and typeRuss Cox7-310/+638
2009-09-16first step toward cgo tool.Russ Cox3-0/+746