- 28 Oct, 2010 8 commits
-
-
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 14 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
-
Robert Griesemer authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2735041
-
Rob Pike authored
Fixes #1225. R=adg CC=golang-dev https://golang.org/cl/2729041
-
- 25 Oct, 2010 10 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2701042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2704042
-
Robert Griesemer authored
R=iant, ken2, r, rsc CC=golang-dev https://golang.org/cl/2627043
-
Robert Griesemer authored
(language change as discussed a while ago) R=iant, ken2, r, rsc CC=golang-dev https://golang.org/cl/2716041
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2670042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2727041
-
Russ Cox authored
There are other missing conversion cases still but they do not show up in my tests. This one is needed for vlrt.c's _v2d (int64, uint64 -> float). Thankfully, VFP has a single instruction to do this. R=ken2 CC=golang-dev https://golang.org/cl/2726041
-
Andrew Gerrand authored
Fixes #1223. R=bradfitz CC=golang-dev https://golang.org/cl/2701041
-
Andrew Gerrand authored
R=dsymonds CC=golang-dev https://golang.org/cl/2700041
-
Andrew Gerrand authored
Remove wasn't nil'ing the *Element.id. This property was exploited by MoveToFront and MoveToBack internally, so I renamed the existing Remove to "remove", and created an exported wrapper "Remove" that does the right thing for the user's sake. Also, saved an allocation by using *List as the id rather than *byte. Fixes #1224. R=rsc, dsymonds CC=golang-dev https://golang.org/cl/2685042
-