- 29 Jun, 2010 6 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1695046
-
Alex Brainman authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/1747041
-
Nigel Tao authored
R=rsc CC=golang-dev, rog https://golang.org/cl/1739042
-
Ian Lance Taylor authored
Fixes #776. R=rsc CC=golang-dev https://golang.org/cl/1745041
-
Rob Pike authored
in Import and Export. R=rsc CC=golang-dev https://golang.org/cl/1707047
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1698045
-
- 28 Jun, 2010 10 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1737044
-
Ken Thompson authored
fixes #867. R=rsc CC=golang-dev https://golang.org/cl/1691045
-
Peter Mundy authored
Revision: 5885c9d10f created syscall_bsd.go for code used by Darwin and other *BSDs, which should have included FreeBSD. mksyscall.sh to generate new zsyscall_freebsd_386.go. Fixes #862. R=golang-dev, adg CC=golang-dev https://golang.org/cl/1701048
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1722046
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1741041
-
Rob Pike authored
nice side effect: slices now obey their format verb. example: fmt.Printf("%q\n", []string{"a"}) R=rsc CC=golang-dev https://golang.org/cl/1729045
-
Rob Pike authored
also fix a bug handling nil maps: before, would needlessly send empty map R=rsc CC=golang-dev https://golang.org/cl/1739043
-
Vinu Rajashekhar authored
to a new source file. R=iant, rsc CC=golang-dev https://golang.org/cl/1670046
-
Ken Thompson authored
fixes #887. R=rsc CC=golang-dev https://golang.org/cl/1675050
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/1677049
-
- 24 Jun, 2010 2 commits
-
-
Rob Pike authored
Fixes #876. R=rsc CC=golang-dev https://golang.org/cl/1675048
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1708048
-
- 23 Jun, 2010 3 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1720043
-
Andrew Gerrand authored
R=rsc, r, gri CC=golang-dev https://golang.org/cl/1476041
-
Christopher Wedgwood authored
R=nigeltao_golang CC=golang-dev, r, rsc https://golang.org/cl/1690043
-
- 22 Jun, 2010 9 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1714044
-
Rob Pike authored
Fixes #872. R=rsc CC=golang-dev https://golang.org/cl/1731043
-
Rob Pike authored
Fixes #881. R=iant CC=golang-dev https://golang.org/cl/1696044
-
Andrew Gerrand authored
R=adg CC=golang-dev https://golang.org/cl/1665043
-
Russ Cox authored
move mal next to the other malloc functions. R=r CC=golang-dev https://golang.org/cl/1701045
-
Russ Cox authored
to make it easier to build package without assembly. R=r, r2 CC=golang-dev https://golang.org/cl/1680045
-
Russ Cox authored
now net.go is only type definitions, not active code. R=r CC=golang-dev https://golang.org/cl/1708046
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/1707043
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1715043
-
- 21 Jun, 2010 10 commits
-
-
Christopher Wedgwood authored
Ping IDs should be limited to 16-bits. Fix failure printing. R=rsc CC=golang-dev, jean-christophe smith <jeanchristophe.smith https://golang.org/cl/1682043
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1664043
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1684046
-
Andrew Gerrand authored
R=rsc, r CC=golang-dev https://golang.org/cl/1717046
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1724042
-
Russ Cox authored
gob: substitute slice for map R=r CC=golang-dev https://golang.org/cl/1699045
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1667048
-
Russ Cox authored
netchan, rpc, websocket: run test servers on 127.0.0.1, to avoid conflict with OS X firewall. TBR=r CC=golang-dev https://golang.org/cl/1689046
-
Russ Cox authored
We didn't mention this explicitly during our discussions, but I think it fits the "identical types are spelled identically" rule that we used. R=gri, iant, ken2, r, rsc1 CC=golang-dev https://golang.org/cl/1698043
-
Roger Peppe authored
Currently to install a command, you have to manually goinstall each of the remote packages that it depends on. This patch lets goinstall P work where P is contains files in package main. It does not actually build the package, but it installs all of its dependencies and prints a message to that effect. R=rsc CC=golang-dev https://golang.org/cl/1301043
-