index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
math
/
big
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
17
-8857
/
+0
*
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
Rob Pike
2014-08-12
4
-4
/
+4
*
math: remove Nextafter64 alias in favor of existing Nextafter
Robert Griesemer
2014-06-11
1
-3
/
+3
*
math/big: implement Rat.Float32
Robert Griesemer
2014-06-11
3
-59
/
+350
*
std lib: fix various typos in comments
Robert Griesemer
2014-05-02
1
-1
/
+1
*
math/big: fix Int.Exp
Robert Griesemer
2014-04-21
4
-10
/
+35
*
math/big: fix doc typos.
Shenghou Ma
2014-04-15
1
-3
/
+3
*
all: nacl import round 2
Russ Cox
2014-02-25
1
-0
/
+41
*
math/big: use RunParallel in benchmarks
Dmitriy Vyukov
2014-02-24
1
-14
/
+5
*
math/big: Add text marshaller interface to Int
Michael T. Jones
2014-02-14
2
-6
/
+71
*
math/big: Optimise ARM assembler
Nick Craig-Wood
2014-02-13
1
-66
/
+43
*
math/big: add support for general encoding interfaces
Michael T. Jones
2014-02-13
2
-0
/
+78
*
math/big: replace goto with for loop
Richard Musiol
2014-02-06
1
-8
/
+6
*
all: fix some mistakes found by go tool vet .
Rob Pike
2013-09-27
1
-1
/
+1
*
math/big: Fix variable name in documentation for *Int.Bytes and BitLen.
Kamil Kisiel
2013-09-24
1
-2
/
+2
*
math/big: fix nil bug in GobEncode
Rob Pike
2013-08-19
4
-2
/
+64
*
all: change textflags from numbers to symbols.
Keith Randall
2013-08-12
3
-36
/
+42
*
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
1
-2
/
+2
*
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-08-05
1
-2
/
+2
*
math/big: better documentation for Rat.Float64
Robert Griesemer
2013-07-29
1
-2
/
+3
*
math/big: fix Errorf verb
Robert Griesemer
2013-06-18
1
-1
/
+1
*
math/big: save some copies in binaryGCD.
Adam Langley
2013-05-15
1
-3
/
+4
*
math/big: minor cleanups
Robert Griesemer
2013-04-03
3
-23
/
+13
*
build: remove dead code
Russ Cox
2013-03-22
1
-2
/
+0
*
build: update assembly variable names for vet
Russ Cox
2013-03-22
3
-26
/
+26
*
math/big: fix comment
Russ Cox
2013-03-11
1
-2
/
+2
*
all: fix a few more printf arg bugs found by go vet
Rob Pike
2013-02-28
1
-1
/
+1
*
math/big: make tests faster by reducing coverage in --test.short mode.
Alan Donovan
2013-01-30
1
-14
/
+19
*
math/big: add Rat.{,Set}Float64 methods for IEEE 754 conversions.
Alan Donovan
2013-01-28
2
-0
/
+555
*
math/big: fix typo
Russ Cox
2013-01-18
1
-1
/
+1
*
src: Use bytes.Equal instead of bytes.Compare where possible.
Matthew Dempsky
2013-01-07
1
-1
/
+1
*
all: fix typos
Shenghou Ma
2012-12-19
1
-1
/
+1
*
math/big: add SetUint64 and Uint64 functions to *Int
Luit van Drongelen
2012-12-11
2
-0
/
+50
*
all: set GOMAXPROCS to 1 when counting mallocs
Shenghou Ma
2012-12-01
1
-0
/
+1
*
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-30
3
-22
/
+22
*
math/big: add 4-bit, fixed window exponentiation.
Adam Langley
2012-10-17
1
-0
/
+72
*
math/big: fix big.Exp and document better
Robert Griesemer
2012-10-16
3
-20
/
+32
*
math/big: more conservative use of lock for divisor table
Robert Griesemer
2012-10-11
2
-23
/
+55
*
math/big: avoid some allocation in Exp
Adam Langley
2012-10-01
1
-6
/
+15
*
build: make int 64 bits on amd64
Russ Cox
2012-09-24
1
-51
/
+51
*
all: match asm variable names to Go func declarations
Russ Cox
2012-09-21
3
-26
/
+26
*
math/big: Replace RCLQ + ANDQ with SETCS in unrolled arithmetic assembly.
Christopher Swenson
2012-08-28
1
-7
/
+17
*
math/big: fix broken comment
Robert Griesemer
2012-08-24
1
-13
/
+5
*
math/big: minor tweaks to assembly code (slightly better performance)
Robert Griesemer
2012-08-24
1
-37
/
+33
*
math/big: faster (add|sub)V(V|W) routines
Robert Griesemer
2012-08-24
1
-64
/
+191
*
math/big: added benchmarks to establish baseline for core functions
Robert Griesemer
2012-08-23
2
-11
/
+89
*
mat/big: more optimal Karatsuba threshold
Robert Griesemer
2012-07-12
1
-1
/
+1
*
math/big: minor performance tuning
Robert Griesemer
2012-07-12
2
-7
/
+10
*
math/big: correct quadratic space complexity in Mul.
R?my Oudompheng
2012-07-12
2
-21
/
+91
*
math/big: Remove unnecessary test from nat.go multiplication
David G. Andersen
2012-07-02
1
-1
/
+1
[next]