| Commit message (Expand) | Author | Age | Files | Lines |
| * | math/rand: export Source64, mainly for documentation value | Russ Cox | 2016-11-23 | 1 | -8/+11 |
| * | math/big: add Baillie-PSW test to (*Int).ProbablyPrime | Russ Cox | 2016-11-22 | 2 | -57/+381 |
| * | math/rand: make floating point tests shorter on mips and mipsle | Brad Fitzpatrick | 2016-11-16 | 1 | -1/+14 |
| * | all: spell "marshal" and "unmarshal" consistently | Dmitri Shuralyov | 2016-11-12 | 2 | -2/+2 |
| * | math: use SIMD to accelerate some scalar math functions on s390x | Bill O'Farrell | 2016-11-11 | 16 | -12/+1586 |
| * | math, math/big: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-03 | 3 | -0/+148 |
| * | 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/cmplx: prevent infinite loop in tanSeries | Mohit Agarwal | 2016-10-25 | 2 | -1/+11 |
| * | math,math/cmplx: fix linter issues | Alexander Döring | 2016-10-24 | 7 | -18/+17 |
| * | math/big: fix alignment in Float.Parse docs | Mohit Agarwal | 2016-10-24 | 1 | -2/+2 |
| * | all: minor vet fixes | Josh Bleecher Snyder | 2016-10-24 | 1 | -1/+1 |
| * | math/big: implement Float.Scan, type assert fmt interfaces to enforce docs | Emmanuel Odeke | 2016-10-19 | 6 | -0/+89 |
| * | math: speed up Gamma(+Inf) | Mohit Agarwal | 2016-10-18 | 1 | -0/+2 |
| * | 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/cmplx: add examples for Abs, Exp, Polar | Alexander Döring | 2016-10-06 | 1 | -0/+28 |
| * | math: fix Gamma(-171.5) on all platforms | Russ Cox | 2016-10-06 | 2 | -14/+33 |
| * | math: fix Gamma(x) for x < -170.5 and other corner cases | Russ Cox | 2016-10-05 | 2 | -21/+101 |
| * | math: use portable Exp instead of 387 instructions on 386 | Russ Cox | 2016-10-05 | 2 | -34/+4 |
| * | math/rand: add Rand.Uint64 | Florian Uekermann | 2016-10-03 | 4 | -149/+204 |
| * | math: make sqrt smaller on AMD64 | Ilya Tocar | 2016-09-29 | 1 | -3/+3 |
| * | math: add some assembly implementations on ARM64 | Cherry Zhang | 2016-09-27 | 4 | -21/+122 |
| * | 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 |
| * | math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm | Lynn Boger | 2016-09-23 | 2 | -9/+25 |
| * | 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: fix sqrt regression on AMD64 | Ilya Tocar | 2016-09-06 | 2 | -11/+21 |
| * | math/rand: document that NewSource sources race | David Glasser | 2016-09-02 | 1 | -0/+2 |
| * | math: speed up bessel functions on AMD64 | Ilya Tocar | 2016-08-31 | 2 | -38/+38 |
| * | math/big: add assembly implementation of arith for ppc64{le} | Ethan Miller | 2016-08-29 | 3 | -19/+223 |
| * | math: optimize Ceil, Floor and Trunc on s390x | Michael Munday | 2016-08-26 | 2 | -9/+26 |
| * | all: fix assembly vet issues | Josh Bleecher Snyder | 2016-08-25 | 1 | -6/+6 |
| * | math/big: avoid allocation in float.{Add, Sub} when there's no aliasing | Alberto Donizetti | 2016-08-17 | 2 | -12/+70 |
| * | math/rand: Document origin of cooked pseudo-random numbers | Florian Uekermann | 2016-08-17 | 1 | -0/+89 |
| * | 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/rand: fix raciness in Rand.Read | Ian Lance Taylor | 2016-07-11 | 2 | -5/+84 |
| * | math/rand: fix io.Reader implementation | Dmitri Popov | 2016-06-27 | 3 | -28/+84 |
| * | math/rand: fix comment about bits of seed used by the default Source | Konstantin Shaposhnikov | 2016-06-26 | 1 | -2/+2 |