- 29 Oct, 2010 6 commits
-
-
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 12 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
-
Russ Cox authored
R=adg, r, r2 CC=golang-dev https://golang.org/cl/2749041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2735042
-
Andrew Gerrand authored
R=r, rsc, iant CC=golang-dev https://golang.org/cl/2312042
-
Russ Cox authored
ARM functionality is now completely working. (Or if it's not, we'll fix it.) R=ken2 CC=golang-dev https://golang.org/cl/2738041
-
Robert Griesemer authored
Fixes #1158. R=adg CC=golang-dev https://golang.org/cl/2736041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2737041
-
Russ Cox authored
Adds softfloat64 to generic runtime (will be discarded by linker when unused) and adds test for it. I used the test to check the software code against amd64 hardware and then check the software code against the arm and its simulation of hardware. The latter should have been a no-op (testing against itself) but turned up a bug in 5c causing the vlrt.c routines to miscompile. These changes make the cmath, math, and strconv tests pass without any special accommodations for arm. R=ken2 CC=golang-dev https://golang.org/cl/2713042
-
Robert Griesemer authored
R=rsc, r CC=golang-dev https://golang.org/cl/2732041
-
Robert Griesemer authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2733041
-