- 31 Oct, 2010 4 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2814041
-
Rob Pike authored
1) Be sure to use the eval-time encoder/decoder rather than the compile-time decoder. In a few cases the receiver for the compiling encoder was being pickled incorrectly into a closure. (This is the fix for issue 1238). 2) Get the innermost name right when given a pointer to an unnamed type. 3) Use a count to delineate interface values, making it possible to ignore values without having a concrete type to encode into. This is a protocol change but only for the new feature, so it shouldn't affect anyone. The old test worked because, amazingly, it depended on bug #1. Fixes #1238. R=rsc, albert.strasheim CC=golang-dev https://golang.org/cl/2806041
-
Evan Shaw authored
R=golang-dev, PeterGo, gri CC=golang-dev https://golang.org/cl/2710044
-
Evan Shaw authored
I tried adding a Scale method to big.Int and it didn't make any noticeable difference, so I'm removing my TODO. Also got rid of a few obvious allocations that I missed earlier for a modest improvement (~5%). R=golang-dev, gri CC=golang-dev https://golang.org/cl/2711043
-
- 30 Oct, 2010 4 commits
-
-
Alex Brainman authored
R=golang-dev CC=golang-dev https://golang.org/cl/2713043
-
Alex Brainman authored
Fixes #1220. R=rsc, r CC=golang-dev https://golang.org/cl/2728043
-
Anthony Starks authored
R=golang-dev, PeterGo, adg CC=golang-dev https://golang.org/cl/2791042
-
David Symonds authored
R=adg CC=golang-dev https://golang.org/cl/2807041
-
- 29 Oct, 2010 7 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2789043
-
Rob Pike authored
It's still not compiled in by default. R=rsc, r2 CC=golang-dev https://golang.org/cl/2754043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2741042
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/2717043
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/2799041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2798041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2792041
-
- 28 Oct, 2010 14 commits
-
-
Rob Pike authored
Rather than updating the stripped-down regexp implementation embedded in testing, delete it by passing the one function we need from the package main file created by gotest. R=rsc CC=golang-dev https://golang.org/cl/2761043
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2795041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2793041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2736044
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2768042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2720042
-
Robert Griesemer authored
(thanks to Chris Dollin for identifying the cause) Fixes #1237. R=rsc CC=golang-dev https://golang.org/cl/2753043
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/2777041
-
Russ Cox authored
R=gri, r, r2 CC=golang-dev https://golang.org/cl/2743042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2757042
-
Russ Cox authored
R=adg, golang-dev, r2 CC=golang-dev https://golang.org/cl/2782041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2778042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2747044
-
Andrew Gerrand authored
R=r, rsc, msolo, sougou CC=golang-dev https://golang.org/cl/2696041
-
- 27 Oct, 2010 8 commits
-
-
Robert Griesemer authored
R=iant, ken2, r, rsc CC=golang-dev https://golang.org/cl/2774041
-
Brad Fitzpatrick authored
Avoids a lot of redundant bounds checks. R=nigeltao, rsc CC=golang-dev https://golang.org/cl/2678041
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/2763041
-
Russ Cox authored
instead of calling function. R=ken2 CC=golang-dev https://golang.org/cl/2762041
-
Russ Cox authored
Reduces time spent running crypto/rsa test by 65%. Fixes #1227. R=gri, PeterGo CC=golang-dev https://golang.org/cl/2743041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2761041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2759041
-
Rob Pike authored
Fixes #1230. R=rsc CC=golang-dev https://golang.org/cl/2750041
-
- 26 Oct, 2010 3 commits
-
-
Nigel Tao authored
R=r, r2, nigeltao_gnome CC=golang-dev https://golang.org/cl/2748041
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/2740041
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2741041
-