- 15 Mar, 2010 3 commits
-
-
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
-
- 10 Mar, 2010 7 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/384044
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/382045
-
Robert Griesemer authored
- on the commandline: godoc -x big - in a webpage: provide form parameter ?m=src Known issues: - Positioning of comments incorrect in several cases. Separate CL. - Need a link/menu to switch between different modes of presentation in the web view. R=rsc CC=golang-dev https://golang.org/cl/376041
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/384043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/417042
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/391041
-
Ken Thompson authored
2. add complex algorithm for map/chan 3. test for use of complex in array, slice, field, chan, map, field, pointer. R=rsc CC=golang-dev https://golang.org/cl/384041
-
- 09 Mar, 2010 14 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/370041
-
Alex Brainman authored
lots of missing parts, but builds and can call dlls, see a sample code in syscall_mingw.go R=rsc CC=golang-dev https://golang.org/cl/218042
-
Dean Prichard authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/369041
-
Andrey Mirtchovski authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/367041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/357043
-
Ken Thompson authored
c = cmplx(imag(c), real(c)) without a temporary R=rsc CC=golang-dev https://golang.org/cl/360043
-
Ken Thompson authored
for 6g and 8g. can also be used for 5g. 5g is still a stub. R=rsc CC=golang-dev https://golang.org/cl/362041
-
Dean Prichard authored
trivial stuff lex.c: these prototypes are in a.h asm.c: unused variables arm-pass.txt deal w/ sieve.go rename and addition of sieve2.go R=kaib, rsc CC=golang-dev https://golang.org/cl/244041
-
Raif S. Naffah authored
R=rsc CC=golang-dev https://golang.org/cl/224081
-
Conrad Meyer authored
R=agl1, rsc CC=golang-dev https://golang.org/cl/253045
-
Giles Lean authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/258041
-
Dean Prichard authored
R=rsc CC=golang-dev https://golang.org/cl/302042
-
Conrad Meyer authored
R=rsc CC=golang-dev https://golang.org/cl/240043
-
Russ Cox authored
R=r CC=cemeyer, golang-dev https://golang.org/cl/313041
-
- 08 Mar, 2010 5 commits
-
-
Russ Cox authored
do not convert to float prematurely. R=ken2 CC=golang-dev https://golang.org/cl/311041
-
Russ Cox authored
Fixes #654. R=ken2 CC=golang-dev https://golang.org/cl/310041
-
Russ Cox authored
This keeps fragmentation from delaying garbage collections (and causing more fragmentation). Cuts fresh godoc (with indexes) from 261M to 166M (120M live). Cuts toy wc program from 50M to 8M. Fixes #647. R=r, cw CC=golang-dev https://golang.org/cl/257041
-
Ian Lance Taylor authored
R=gri, r CC=golang-dev https://golang.org/cl/294042
-
Ian Lance Taylor authored
R=r CC=golang-dev https://golang.org/cl/296042
-