| Commit message (Expand) | Author | Age | Files | Lines |
| * | math/big: fix Add, Sub when receiver aliases 2nd operand | Alberto Donizetti | 2017-05-31 | 2 | -2/+39 |
| * | math/big: improve performance for addVV/subVV for ppc64x | Carlos Eduardo Seo | 2017-04-25 | 1 | -12/+37 |
| * | all: fix minor misspellings | Eric Lagergren | 2017-04-03 | 1 | -1/+1 |
| * | math/big: Unify divWW implementation for ppc64 and ppc64le. | Carlos Eduardo Seo | 2017-03-31 | 3 | -64/+39 |
| * | math/big: replace local versions of bitLen, nlz with math/bits versions | Robert Griesemer | 2017-03-23 | 17 | -141/+17 |
| * | math/big: fix TestFloatSetFloat64String | Robert Griesemer | 2017-03-23 | 1 | -11/+13 |
| * | math/big: make nat.setUint64 vet-friendly | Josh Bleecher Snyder | 2017-03-11 | 1 | -15/+5 |
| * | all: remove the the duplicate words | Eitan Adler | 2017-03-06 | 1 | -1/+1 |
| * | math/big: use math/bits where appropriate | Robert Griesemer | 2017-02-24 | 4 | -97/+18 |
| * | math/big: define Word as uint instead of uintptr | Robert Griesemer | 2017-02-21 | 1 | -1/+1 |
| * | math/big: simplify bool expression | Daniel MartĂ | 2017-02-14 | 1 | -1/+1 |
| * | math/big: fix s390x test build tags | Michael Munday | 2017-02-14 | 1 | -1/+1 |
| * | all: fix some printf format strings | Josh Bleecher Snyder | 2017-02-14 | 1 | -1/+1 |
| * | math/big: add IsInt64/IsUint64 predicates | Robert Griesemer | 2017-02-07 | 2 | -47/+110 |
| * | crypto/*: document use or non-use of constant-time algorithms | Russ Cox | 2016-12-07 | 1 | -1/+4 |
| * | math/big: add Baillie-PSW test to (*Int).ProbablyPrime | Russ Cox | 2016-11-22 | 2 | -57/+381 |
| * | all: spell "marshal" and "unmarshal" consistently | Dmitri Shuralyov | 2016-11-12 | 2 | -2/+2 |
| * | math, math/big: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 1 | -0/+46 |
| * | math/big: flip long/short flag on TestFloat32Distribution | Cherry Zhang | 2016-10-27 | 1 | -1/+1 |
| * | math/big: uses SIMD for some math big functions on s390x | Bill O'Farrell | 2016-10-26 | 3 | -270/+1019 |
| * | math/big: fix alignment in Float.Parse docs | Mohit Agarwal | 2016-10-24 | 1 | -2/+2 |
| * | math/big: implement Float.Scan, type assert fmt interfaces to enforce docs | Emmanuel Odeke | 2016-10-19 | 6 | -0/+89 |
| * | math/big: add benchmarks for big.Float String | Alberto Donizetti | 2016-10-18 | 1 | -1/+17 |
| * | math/big: add (*Int).Sqrt | Russ Cox | 2016-10-17 | 3 | -0/+87 |
| * | math/big: slightly faster float->decimal conversion | Robert Griesemer | 2016-10-17 | 1 | -3/+4 |
| * | encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler | Russ Cox | 2016-10-17 | 1 | -0/+4 |
| * | math/big: move ProbablyPrime into its own source file | Russ Cox | 2016-10-11 | 5 | -193/+210 |
| * | math/big: test and optimize Exp(2, y, n) for large y, odd n | Russ Cox | 2016-10-11 | 2 | -1/+34 |
| * | math/big: move exhaustive tests behind -long flag | Russ Cox | 2016-10-11 | 3 | -11/+14 |
| * | math/big: make division faster | Russ Cox | 2016-10-10 | 3 | -18/+86 |
| * | math/big: Rat.SetString to report error if input is not consumed entirely | Robert Griesemer | 2016-10-06 | 4 | -10/+23 |
| * | math/big: support negative numbers in ModInverse | Michal Bohuslávek | 2016-09-27 | 2 | -0/+6 |
| * | math/big: better SetFloat64 example in doc | Alberto Donizetti | 2016-09-26 | 1 | -1/+1 |
| * | cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390x | Michael Munday | 2016-09-19 | 1 | -5/+5 |
| * | math/big: cut 2 minutes off race tests | Brad Fitzpatrick | 2016-09-14 | 4 | -0/+28 |
| * | runtime, math/big: allow R0 on s390x to contain values other than 0 | Michael Munday | 2016-09-12 | 1 | -0/+2 |
| * | math/big: add assembly implementation of arith for ppc64{le} | Ethan Miller | 2016-08-29 | 3 | -19/+223 |
| * | math/big: avoid allocation in float.{Add, Sub} when there's no aliasing | Alberto Donizetti | 2016-08-17 | 2 | -12/+70 |
| * | crypto/cipher, math/big: fix example names | Josh Bleecher Snyder | 2016-08-16 | 1 | -3/+3 |
| * | all: fix "result not used" vet warnings | Josh Bleecher Snyder | 2016-08-16 | 1 | -1/+3 |
| * | math/big: use array instead of slice for deBruijn lookups | Josh Bleecher Snyder | 2016-08-16 | 1 | -2/+2 |
| * | math/big: special-case a 0 mantissa during Rat parsing | Nathan VanBenschoten | 2016-06-24 | 2 | -0/+7 |
| * | math/big: avoid panic in float.Text with negative prec | Alberto Donizetti | 2016-06-01 | 2 | -2/+10 |
| * | math/big: using Run for some more benchmarks | Marcel van Lohuizen | 2016-05-26 | 2 | -103/+57 |
| * | math/big: simplify benchmarking code some more | Robert Griesemer | 2016-05-26 | 1 | -31/+17 |
| * | math/big: use run for benchmarks | Marcel van Lohuizen | 2016-05-25 | 1 | -75/+60 |
| * | math/big: write t*10 to multiply t by 10 | Russ Cox | 2016-05-24 | 1 | -1/+1 |
| * | math/big: more tests, documentation for Flot gob marshalling | Robert Griesemer | 2016-04-20 | 2 | -36/+79 |
| * | math/big: implement GobDecode/Encode for big.Float | OneOfOne | 2016-04-20 | 2 | -1/+127 |
| * | all: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 3 | -4/+4 |