Age | Commit message (Collapse) | Author | Files | Lines |
|
do not convert to float prematurely.
R=ken2
CC=golang-dev
http://codereview.appspot.com/311041
|
|
Fixes issue 654.
R=ken2
CC=golang-dev
http://codereview.appspot.com/310041
|
|
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 issue 647.
R=r, cw
CC=golang-dev
http://codereview.appspot.com/257041
|
|
R=gri, r
CC=golang-dev
http://codereview.appspot.com/294042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/296042
|
|
Previously we would require safe primes for our RSA key generation.
Since this took rather a long time, this removes the requirement that
the primes be safe.
OpenSSL doesn't use safe primes for RSA key generation either
(openssl-0.9.8l/crypto/rsa/rsa_gen.c:122)
Fixes issue 649.
R=rsc
CC=golang-dev
http://codereview.appspot.com/253041
|
|
R=rsc, adg, r
CC=golang-dev
http://codereview.appspot.com/264041
Committer: Rob Pike <r@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/247041
Committer: Andrew Gerrand <adg@golang.org>
|
|
add tests.
R=rsc, ken2, ken3
CC=golang-dev
http://codereview.appspot.com/261041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/254043
|
|
8g and 5g have stubs to ignore complex
R=rsc
CC=golang-dev
http://codereview.appspot.com/257042
|
|
Fixes issue 615.
R=ken2
CC=golang-dev
http://codereview.appspot.com/255043
|
|
Use hardware sqrt for faster hypot; preserve software-only
hypot as hypotGo (like sqrtGo); enable benchmarking of
hypotGo.
R=rsc
CC=golang-dev
http://codereview.appspot.com/229049
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/255042
|
|
also fix a printing error in the test for bytes.Buffer
R=golang-dev
CC=golang-dev
http://codereview.appspot.com/240042
|
|
probablyPrime would return false negatives in some cases.
This code has now been tested against GMP for several million iterations without issues.
Fixes issue 638.
R=rsc
CC=golang-dev
http://codereview.appspot.com/252041
|
|
The comments mention bufio's WriteRune, which should come next.
R=rsc
CC=golang-dev
http://codereview.appspot.com/245041
|
|
Passing an argument to bug260 will indicate which alignments
are wrong.
R=r
CC=golang-dev
http://codereview.appspot.com/231042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/250041
|
|
if there are multiple functions (for a package, type)
with the same name
Fixes issue 642.
R=rsc
CC=golang-dev
http://codereview.appspot.com/243041
|
|
- only manual changes are in src/pkg/go/printer/nodes.go
- use a heuristic to determine "outliers" such that not entire composites are
forced to align with them
- improves several places that were not unligned before due too simple heuristic
- unalignes some cases that contain "outliers"
- gofmt -w src misc
Fixes issue 644.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/241041
|
|
R=adg, r
CC=cw, golang-dev
http://codereview.appspot.com/224043
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/240041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/223096
Committer: Russ Cox <rsc@golang.org>
|
|
check that NOSPLIT functions don't use too much stack.
correct some missing NOSPLITs in the runtime library.
Fixes bug reported in
https://groups.google.com/group/golang-nuts/t/efff68b73941eccf
R=ken2
CC=golang-dev
http://codereview.appspot.com/236041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/237041
|
|
R=rsc, ken2, gri, iant
CC=cw, golang-dev
http://codereview.appspot.com/227041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/229050
|
|
Also added expm1_386 and remainder_386; shortened exp_386
R=rsc
CC=golang-dev
http://codereview.appspot.com/217109
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/229048
|
|
Moved a couple of FAQs from the main FAQ, and added some others
R=r, rsc, iant, gri
CC=golang-dev
http://codereview.appspot.com/218070
|
|
Update issue 538.
R=r
CC=golang-dev
http://codereview.appspot.com/229045
|
|
Pointed out by Scott Schwartz.
Fixes issue 637.
R=scotts
CC=golang-dev
http://codereview.appspot.com/225042
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/229046
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224096
|
|
Fixes issue 472.
R=golang-dev
CC=golang-dev
http://codereview.appspot.com/223108
|
|
Set defaults to the same values as various C DNS resolver libraries.
Use the timeout value from the configuration.
Fixes issue 632.
R=rsc
CC=golang-dev
http://codereview.appspot.com/223094
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/223106
|
|
getting close.
R=rsc
CC=golang-dev
http://codereview.appspot.com/224105
|
|
- gofmt -w src misc
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/223101
|
|
hg.parseurl now returns a two-value tuple; codereview.py expected 3.
Changed to merely take the first return value.
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/223087
|
|
Fixes issue 622.
R=rsc
CC=golang-dev
http://codereview.appspot.com/224084
|
|
- gofmt -w src misc
- looking for feedback
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/223076
|
|
Fixes issue 633.
R=adg
CC=golang-dev
http://codereview.appspot.com/224090
|
|
htmlgen.go
R=rsc, adg
CC=golang-dev
http://codereview.appspot.com/224087
Committer: Andrew Gerrand <adg@golang.org>
|
|
May address issue 624.
R=rsc
CC=golang-dev
http://codereview.appspot.com/223083
|
|
that pad() still counts bytes, but it's currently only used for
1 byte runes.
Fixes issue 612.
R=r
CC=golang-dev
http://codereview.appspot.com/217064
Committer: Rob Pike <r@golang.org>
|
|
R=wcn
CC=golang-dev
http://codereview.appspot.com/223075
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217116
Committer: Russ Cox <rsc@golang.org>
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/223073
|