- 18 Mar, 2010 4 commits
-
-
Andrew Gerrand authored
into a string of decimal numbers. R=r, rsc CC=golang-dev https://golang.org/cl/624041
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/624042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/642041
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/614042
-
- 17 Mar, 2010 11 commits
-
-
Ian Lance Taylor authored
R=rsc TBR=rsc CC=golang-dev https://golang.org/cl/610043
-
Russ Cox authored
Until proven insufficient, rely on the operating system to give us good random bytes (/dev/urandom). R=agl1 CC=golang-dev https://golang.org/cl/569044
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/608041
-
Alex Brainman authored
- mkall now generates syscall stabs automatically - we can call unicode versions of winapi now - introduce GetErrstr function to fetch error text given errno - general cleanup R=rsc CC=golang-dev https://golang.org/cl/562041
-
Andrew Gerrand authored
Fixes #661 R=r, rsc, skorobo CC=golang-dev https://golang.org/cl/576042
-
Russ Cox authored
R=r CC=giles, golang-dev https://golang.org/cl/600041
-
Russ Cox authored
R=adg CC=golang-dev, r https://golang.org/cl/597041
-
Russ Cox authored
R=adg CC=dpx, golang-dev https://golang.org/cl/593043
-
Russ Cox authored
The new meaning is more useful for both websocket and http. R=r, petar-m, ukai CC=golang-dev, madari https://golang.org/cl/582043
-
Russ Cox authored
needed for interacting with various legacy interfaces, like Windows and the Mac OS clipboard. R=r CC=golang-dev https://golang.org/cl/595041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/607041
-
- 16 Mar, 2010 9 commits
-
-
Robert Griesemer authored
- gofmt -w src misc - only manually modified file: src/pkg/go/printer/nodes.go R=rsc CC=golang-dev, r https://golang.org/cl/606041
-
Robert Griesemer authored
for identifiers in Go source code - at the moment just show identifier kind (var, func, etc.) and name (eventually should show declaration, type, etc.) - JavaScript parts by adg R=rsc CC=adg, golang-dev https://golang.org/cl/578042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/438042
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/238041
-
Anthony Starks authored
R=rsc CC=golang-dev https://golang.org/cl/582041
-
Conrad Meyer authored
R=rsc CC=golang-dev https://golang.org/cl/317041
-
Robert Griesemer authored
Fixes #665. R=nigeltao, nigeltao_golang CC=golang-dev https://golang.org/cl/570041
-
David Symonds authored
R=rsc CC=golang-dev https://golang.org/cl/224042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/462043
-
- 15 Mar, 2010 5 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/581041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/579041
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/556041
-
Robert Griesemer authored
Fixes #643. R=rsc CC=golang-dev https://golang.org/cl/576041
-
Andrew Gerrand authored
This was omitted from the original commit. R=rsc CC=golang-dev https://golang.org/cl/554043
-
- 13 Mar, 2010 2 commits
-
-
Robert Griesemer authored
- smartly select the "right" package - provide a list of other packages R=rsc CC=golang-dev https://golang.org/cl/466042
-
Russ Cox authored
hash/crc32: add Update function hash: add Sum64 interface R=r CC=golang-dev https://golang.org/cl/445042
-
- 12 Mar, 2010 5 commits
-
-
Robert Griesemer authored
a /*-style comment at the end of a file Some minor cleanups/typo fixes along the way. Fixes an issue where that newline was removed after applying gofmt. R=r CC=golang-dev https://golang.org/cl/476043
-
Robert Griesemer authored
visible only when enabling internal debug mode: - in rare cases expression depth can underflow - when printing a single labeled statement, indentation may underflow if not setup correctly R=rsc CC=golang-dev https://golang.org/cl/484041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/461041
-
Robert Griesemer authored
- go/filter.go: make MergePackageFiles smarter - go/printer.go: handle positions from multiple files R=rsc CC=golang-dev https://golang.org/cl/460042
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/444043
-
- 11 Mar, 2010 4 commits
-
-
Christopher Wedgwood authored
Problem pointed out by rsc. R=rsc CC=golang-dev https://golang.org/cl/444041
-
Ian Lance Taylor authored
This was discussed with Ken and Russ. 6g has been changed, and both compilers now work this way. This avoids a double type conversion--first to the float type, then to the complex type. R=r CC=golang-dev, ken2, rsc https://golang.org/cl/419042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/424041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/238042
-