index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
cgo
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
1
-3
/
+3
2009-11-29
cgo: use C type void for opaque types if dwarf.Common().Type returns nothing
Eden Li
1
-0
/
+3
2009-11-23
cgo translates empty function arguments into void instead of dying with 'une...
Eden Li
1
-0
/
+9
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2
-3
/
+3
2009-11-20
cgo: allow .so in subdirectories
Russ Cox
1
-1
/
+1
2009-11-19
cgo now renders types with unknown size as [0]byte instead of raising a
Eden Li
1
-2
/
+5
2009-11-19
Permit omission of hi bound in slices.
Robert Griesemer
1
-0
/
+3
2009-11-18
remove bytes.Copy
Rob Pike
1
-2
/
+1
2009-11-18
Mangle C struct fields that happen to be named after Go keywords by prefixing...
Eden Li
1
-1
/
+30
2009-11-17
cgo no longer translates function args that are void* into
Eden Li
1
-1
/
+5
2009-11-15
cgo: arrange for English error messages
Russ Cox
1
-0
/
+5
2009-11-11
cgo: add more information about gcc output parsing failures
Russ Cox
1
-0
/
+4
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2
-15
/
+15
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
5
-127
/
+127
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2
-6
/
+2
2009-11-05
gofmt'ed 6l 8l cgo
Robert Griesemer
1
-25
/
+27
2009-11-04
doc doc doc
Russ Cox
1
-0
/
+35
2009-11-02
Fix cgo for GCC 4.4
Adam Langley
1
-6
/
+6
2009-10-30
fix build
Robert Griesemer
1
-4
/
+4
2009-10-26
Hack to make cgo's generated go code compile when there are no
Stephen Ma
1
-4
/
+5
2009-10-22
- make printer interface easily extensible w/o breaking clients (in the future)
Robert Griesemer
1
-4
/
+4
2009-10-22
go/printer:
Robert Griesemer
1
-4
/
+4
2009-10-06
apply gofmt to the LGTM-marked files from 34501
Russ Cox
4
-43
/
+40
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
4
-14
/
+43
2009-09-30
cgo working on linux/386
Russ Cox
4
-12
/
+27
2009-09-30
cgo: works on amd64.
Russ Cox
6
-552
/
+53
2009-09-24
cgo checkpoint.
Russ Cox
7
-67
/
+846
2009-09-18
cgo: can look up C identifier kind (type or value) and type
Russ Cox
7
-310
/
+638
2009-09-16
first step toward cgo tool.
Russ Cox
3
-0
/
+746
[prev]