1. 0b25e97 [release-branch.go1.9] math/big: protect against aliasing in nat.divLarge by Alberto Donizetti · 7 years ago
  2. 3805255 all: remove some manual hyphenation by Josh Bleecher Snyder · 7 years ago
  3. 3e3da54 math/bits: fix example for OnesCount64 by Francesc Campoy Flores · 7 years ago
  4. 9b1e7cf math/bits: add examples for OnesCount functions by Francesc Campoy · 7 years ago
  5. 5f7b3fa math/bits: add examples for leading zero methods by Dylan Waits · 7 years ago
  6. a83d017 math/rand: add concurrency warning to overview comment by Aditya Mukerjee · 7 years ago
  7. 41af3fa math: add a Sqrt example by Martynas Budriūnas · 7 years ago
  8. dc6ae87 math: clarify comment about bit-identical results across architectures by Ian Lance Taylor · 8 years ago
  9. a838191 math: add doc note about floating point operation by gulyasm · 8 years ago
  10. 1948b7f math/big: fix Add, Sub when receiver aliases 2nd operand by Alberto Donizetti · 8 years ago
  11. 69972ae internal/cpu: new package to detect cpu features by Martin Möhrmann · 8 years ago
  12. 8304d10 cmd/compile: ppc64x intrinsics for math/bits by Lynn Boger · 8 years ago
  13. 88672de math: use SIMD to accelerate additional scalar math functions on s390x by Bill O'Farrell · 8 years ago
  14. 9459c03 math/big: improve performance for addVV/subVV for ppc64x by Carlos Eduardo Seo · 8 years ago
  15. bc6459a math: remove asm version of sincos everywhere, except 386 by Ilya Tocar · 8 years ago
  16. eed6938 cmd/asm, cmd/internal/obj/s390x, math: add LGDR and LDGR instructions by Michael Munday · 8 years ago
  17. 9d01def math/bits: support negative rotation count and remove RotateRight by Robert Griesemer · 8 years ago
  18. 094498c all: fix minor misspellings by Eric Lagergren · 8 years ago
  19. 4a11404 math/big: Unify divWW implementation for ppc64 and ppc64le. by Carlos Eduardo Seo · 8 years ago
  20. 4f579cc math: speed up Log on amd64 by Ilya Tocar · 8 years ago
  21. 70ea0ec math/big: replace local versions of bitLen, nlz with math/bits versions by Robert Griesemer · 8 years ago
  22. 9ecfd17 math/big: fix TestFloatSetFloat64String by Robert Griesemer · 8 years ago
  23. 2de773d math/big: make nat.setUint64 vet-friendly by Josh Bleecher Snyder · 8 years ago
  24. 789c525 all: remove the the duplicate words by Eitan Adler · 8 years ago
  25. 32b41c8 math/bits: move left-over functionality from bits_impl.go to bits.go by Robert Griesemer · 8 years ago
  26. 83bc4a2 math/bits: faster LeadingZeros and Len functions by Robert Griesemer · 8 years ago
  27. 9515cb5 math/bits: faster TrailingZeroes8 by Robert Griesemer · 8 years ago
  28. d7a659b math/bits: faster OnesCount using table lookups for sizes 8,16,32 by Robert Griesemer · 8 years ago
  29. e18adbf math/bits: faster Reverse8/16 functions using table lookups by Robert Griesemer · 8 years ago
  30. ac91a51 math/bits: fix incorrect doc strings for TrailingZeros functions by Robert Griesemer · 8 years ago
  31. 322fff8 math/big: use math/bits where appropriate by Robert Griesemer · 8 years ago
  32. 8c66438 math: speed up and improve accuracy of Pow10 by Martin Möhrmann · 8 years ago
  33. ffb3b36 math: add more tests for special cases of Bessel functions Y0, Y1, Yn by Alexander Döring · 8 years ago
  34. 1740580 math/big: define Word as uint instead of uintptr by Robert Griesemer · 8 years ago
  35. 177dfba math/bits: faster OnesCount by Robert Griesemer · 8 years ago
  36. 6cfc3b2 math: protect benchmarked functions from being optimized away by Martin Möhrmann · 8 years ago
  37. a4a3d63 math/bits: added benchmarks for Leading/TrailingZeros by Robert Griesemer · 8 years ago
  38. 19028bd math/bits: faster Rotate functions, added respective benchmarks by Robert Griesemer · 8 years ago
  39. a12edb8 math/bits: faster OnesCount, added respective benchmarks by Robert Griesemer · 8 years ago
  40. 4498b68 math/bits: faster Reverse, ReverseBytes by Robert Griesemer · 8 years ago
  41. 3a239a6 math/bits: fix benchmarks (make sure calls don't get optimized away) by Robert Griesemer · 8 years ago
  42. ddb15ce math/bits: much faster ReverseBytes, added respective benchmarks by Robert Griesemer · 8 years ago
  43. 7d5c003 math/bits: much faster Reverse, added respective benchmarks by Robert Griesemer · 8 years ago
  44. 81acd308 math/bits: expand doc strings for all functions by Robert Griesemer · 8 years ago
  45. 211102c math: fix typos in Bessel function docs by Shenghou Ma · 8 years ago
  46. 661e217 math/bits: added package for bit-level counting and manipulation by Robert Griesemer · 8 years ago
  47. 6910756 math/big: simplify bool expression by Daniel Martí · 8 years ago
  48. d2fea04 math/big: fix s390x test build tags by Michael Munday · 8 years ago
  49. 785cb7e all: fix some printf format strings by Josh Bleecher Snyder · 8 years ago
  50. a524616 cmd/{asm,internal/obj/s390x}, math: remove emulated float instructions by Michael Munday · 8 years ago
  51. f44e587 math: check overflow in amd64 Exp implementation by Alberto Donizetti · 8 years ago
  52. 1f93ba6 math/big: add IsInt64/IsUint64 predicates by Robert Griesemer · 8 years ago
  53. 850e55b crypto/*: document use or non-use of constant-time algorithms by Russ Cox · 8 years ago
  54. 3f69822 math/rand: export Source64, mainly for documentation value by Russ Cox · 8 years ago
  55. 37d078e math/big: add Baillie-PSW test to (*Int).ProbablyPrime by Russ Cox · 8 years ago
  56. d8b14c5 math/rand: make floating point tests shorter on mips and mipsle by Brad Fitzpatrick · 8 years ago
  57. d8264de all: spell "marshal" and "unmarshal" consistently by Dmitri Shuralyov · 8 years ago
  58. b6a1568 math: use SIMD to accelerate some scalar math functions on s390x by Bill O'Farrell · 8 years ago
  59. d1e9104 math, math/big: add support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
  60. 0dabbcd math/big: flip long/short flag on TestFloat32Distribution by Cherry Zhang · 8 years ago
  61. 1e6b12a math/big: uses SIMD for some math big functions on s390x by Bill O'Farrell · 8 years ago
  62. 5a95492 math/cmplx: prevent infinite loop in tanSeries by Mohit Agarwal · 8 years ago
  63. 4c9c023 math,math/cmplx: fix linter issues by Alexander Döring · 8 years ago
  64. a6141eb math/big: fix alignment in Float.Parse docs by Mohit Agarwal · 8 years ago
  65. accf5cc all: minor vet fixes by Josh Bleecher Snyder · 8 years ago
  66. f36e1ad math/big: implement Float.Scan, type assert fmt interfaces to enforce docs by Emmanuel Odeke · 8 years ago
  67. 7eed848 math: speed up Gamma(+Inf) by Mohit Agarwal · 8 years ago
  68. f6cdfc7 math/big: add benchmarks for big.Float String by Alberto Donizetti · 8 years ago
  69. 9ee21f9 math/big: add (*Int).Sqrt by Russ Cox · 8 years ago
  70. 92221fe math/big: slightly faster float->decimal conversion by Robert Griesemer · 8 years ago
  71. f444b48 encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler by Russ Cox · 8 years ago
  72. 88562dc math/big: move ProbablyPrime into its own source file by Russ Cox · 8 years ago
  73. 9927f25 math/big: test and optimize Exp(2, y, n) for large y, odd n by Russ Cox · 8 years ago
  74. 9a8832f math/big: move exhaustive tests behind -long flag by Russ Cox · 8 years ago
  75. 3a90728 math/big: make division faster by Russ Cox · 8 years ago
  76. 95a6572 math/big: Rat.SetString to report error if input is not consumed entirely by Robert Griesemer · 8 years ago
  77. 7b4a224 math/cmplx: add examples for Abs, Exp, Polar by Alexander Döring · 8 years ago
  78. 4f3a641 math: fix Gamma(-171.5) on all platforms by Russ Cox · 8 years ago
  79. a39920f math: fix Gamma(x) for x < -170.5 and other corner cases by Russ Cox · 8 years ago
  80. aab849e math: use portable Exp instead of 387 instructions on 386 by Russ Cox · 8 years ago
  81. 003a598 math/rand: add Rand.Uint64 by Florian Uekermann · 8 years ago
  82. 731b3ed math: make sqrt smaller on AMD64 by Ilya Tocar · 8 years ago
  83. ba94dd3 math: add some assembly implementations on ARM64 by Cherry Zhang · 8 years ago
  84. 9ed0715 math/big: support negative numbers in ModInverse by Michal Bohuslávek · 8 years ago
  85. 6bcd258 math/big: better SetFloat64 example in doc by Alberto Donizetti · 8 years ago
  86. 3311275 math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm by Lynn Boger · 8 years ago
  87. e94c529 cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390x by Michael Munday · 8 years ago
  88. 6f135bf math/big: cut 2 minutes off race tests by Brad Fitzpatrick · 8 years ago
  89. f1515a0 runtime, math/big: allow R0 on s390x to contain values other than 0 by Michael Munday · 8 years ago
  90. 6e703ae math: fix sqrt regression on AMD64 by Ilya Tocar · 8 years ago
  91. 82bc0d4 math/rand: document that NewSource sources race by David Glasser · 8 years ago
  92. 2a2cab2 math: speed up bessel functions on AMD64 by Ilya Tocar · 8 years ago
  93. 4955147 math/big: add assembly implementation of arith for ppc64{le} by Ethan Miller · 8 years ago
  94. 9f7ea61 math: optimize Ceil, Floor and Trunc on s390x by Michael Munday · 8 years ago
  95. 71ab9fa all: fix assembly vet issues by Josh Bleecher Snyder · 9 years ago
  96. cda633b math/big: avoid allocation in float.{Add, Sub} when there's no aliasing by Alberto Donizetti · 9 years ago
  97. 507144c math/rand: Document origin of cooked pseudo-random numbers by Florian Uekermann · 9 years ago
  98. 302dd7b crypto/cipher, math/big: fix example names by Josh Bleecher Snyder · 9 years ago
  99. 40cf4ad all: fix "result not used" vet warnings by Josh Bleecher Snyder · 9 years ago
  100. 3357a02 math/big: use array instead of slice for deBruijn lookups by Josh Bleecher Snyder · 9 years ago