]> Cypherpunks.ru repositories - gostls13.git/history - src/math/big
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / math / big /
2023-11-14 Robert Griesemermath/big: update comment in the implementation of FloatPrec
2023-11-14 Robert Griesemermath/big: implement Rat.FloatPrec
2023-10-19 Dmitri Shuralyovall: drop old +build lines
2023-10-19 cui flitermath: add available godoc link
2023-09-20 Oleksandr Redkoall: simplify bool conditions
2023-09-05 Dmitri Shuralyovall: use ^TestName$ regular pattern for invoking a...
2023-08-17 chanxuehongmath/big, math/rand: use the built-in max function
2023-08-11 qiulaidongfengmath/big: using the min built-in function
2023-06-02 Alan Donovanmath/big: rename Int.ToFloat64 to Float64
2023-05-23 Egon Elbrefmt,math/big,net/url: fixes to old Benchmarks
2023-05-10 cui fliterall: fix a lot of comments
2023-04-21 Lynn Bogercmd/internal/obj/ppc64: modify PCALIGN to ensure alignment
2023-04-11 Ian Lance Taylorall: re-run stringer
2023-03-25 Daniel Martíall: add a few links in package godocs
2023-02-14 cui fliterall: fix some comments
2023-02-06 Filippo Valsordamath/big: add warning about using Int for cryptography
2023-02-02 Alan Donovanmath/big: add Int.Float64 conversion
2023-01-23 Alexander Yastrebovmath/big: validate result of Float.GobDecode
2022-12-02 Filippo Valsordamath/big: fix BitLen performance regression
2022-11-21 Filippo Valsordacrypto/internal/bigmod: move nat implementation out...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-08 Eric Lagergrenmath/big: remove underscores from Binomial docs
2022-11-03 Lynn Bogermath/big: add PCALIGN to addMulVVW asm on ppc64x
2022-11-02 Russ Coxmath/big: use Montgomery for z.Exp(x, y, m) even for...
2022-11-02 Russ Coxmath/big: add benchmark of Exp with large modulus
2022-10-28 Riccardo Gerosamath/big: improve performance of Binomial
2022-10-11 Ian Lance Taylormath/big: error on buffer length overflow in Rat.GobDecode
2022-09-06 Alok Menghrajanimath/big: replace dead link in a comment with link...
2022-08-09 Cuong Manh Leinternal/testenv: add and use OptimizationOff/SkipIfOpt...
2022-08-08 Cuong Manh Lemath/big: disable TestNewIntAllocs on noopt builder
2022-08-08 Keith Randallmath/big: make NewInt inlineable and zero allocation
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-27 Roland Shoemakermath/big: check buffer lengths in GobDecode
2022-05-20 Xiaodong Liugo, math, os, reflect: support standard library for...
2022-05-19 Russ Coxall: gofmt main repo
2022-05-08 Nathan VanBenschotenmath/big: don't force second arg to Jacobi and Int...
2022-05-03 Russ Coxall: REVERSE MERGE dev.boringcrypto (cdcb4b6) into...
2022-04-28 Wayne Zuomath/big: delete all mulWW assembly code
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-27 Filippo Valsordamath/big: add comprehensive aliasing tests (and minor...
2022-04-21 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-12 Archana Rmath/big: Implement shlVU and shrVU in ASM for PPC64
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-04-01 Russ Coxall: fix TODO comment hanging indents
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-31 Shulhanmath/big: call norm when returning success from Rat...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-06 Dan Kortschakall: fix some typos
2022-03-02 cuiweixiemath/big: produce valid JSON in Int.MarshalJSON when nil
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-27 Katie Hockmanmath/big: prevent overflow in (*Rat).SetString
2022-01-07 Russ Coxmath/big: fix spurious race in Rat.Denom, Float.SetRat
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-20 andigmath/big: remove stray whitespace in addMulVVW on amd64
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-22 Robert Griesemermath/big: clarified doc string for SetMantExp
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-29 tkawakitamath/big: fix typo of comment (`BytesScanner` to `ByteS...
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-09 Russ Coxmath/big: comment division
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-26 Russ Coxmath/big: move division into natdiv.go
2021-05-18 Cherry Mui[dev.typeparams] all: merge master (690a8c3) into dev...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-13 Tobias Klauserall: add //go:build lines to assembly files
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-06 Robert Griesemermath/big: check for excessive exponents in Rat.SetString
2021-04-20 Yury Smolskyall: remove redundant spaces before . and ,
2021-03-24 Cherry Zhangmath/big: don't require runtime.(*Frame).Next symbol...
2021-03-07 Josh Bleecher Snydermath/big: add shrVU and shlVU benchmarks
2021-03-05 Josh Bleecher Snydermath/big: remove bounds checks for shrVU_g inner loop
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-09 Rob Findley[dev.typeparams] merge dev.regabi (618e3c1) into dev...
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-03 Katie Hockmanmath/big: fix comment in divRecursiveStep
2020-12-22 Robert Griesemer[dev.typeparams] all: merge dev.regabi into dev.typeparams
2020-12-21 Gerrit Code ReviewMerge "[dev.regabi] all: merge master into dev.regabi...
2020-12-21 Matthew Dempsky[dev.regabi] all: merge master into dev.regabi
2020-12-14 Katie Hockmanmath/big: add test for recursive division panic
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-03 Jonathan Albrechtmath/big: remove the s390x assembly for shlVU and shrVU
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
next