aboutsummaryrefslogtreecommitdiff
path: root/src/math
AgeCommit message (Expand)Author
2024-10-31math/big: properly linkify a referenceAdam
2024-10-12math: implement arch{Floor, Ceil, Trunc} in hardware on loong64Xiaolin Zhao
2024-09-16math/big: add clarifying (internal) commentRobert Griesemer
2024-09-16math/big: simplify divBasic ujn assignmentJoel Sing
2024-09-11math: add round assembly implementations on riscv64Meng Zhuo
2024-09-09all: remove unnecessary symbols and add missing symbolscuishuang
2024-09-04math: add large exact float rounding testsMeng Zhuo
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-08-23math/big: implement addMulVVW in riscv64 assemblyJoel Sing
2024-08-23math/big: implement mulAddVWW in riscv64 assemblyJoel Sing
2024-08-22math/big: implement subVW in riscv64 assemblyJoel Sing
2024-08-22math/big: implement addVW in riscv64 assemblyJoel Sing
2024-08-21crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appenderapocelipes
2024-08-20src: fix typosAlexander Cyon
2024-08-19math/rand: make calls to Seed no-opPaschalis T
2024-08-15math/big,regexp: implement the encoding.TextAppender interfaceapocelipes
2024-08-15math/big: implement subVV in riscv64 assemblyJoel Sing
2024-08-07cmd/compile, math: improve implementation of math.{Max,Min} on loong64Xiaolin Zhao
2024-08-02math/big: implement addVV in riscv64 assemblyJoel Sing
2024-07-17math/big: fix comment typo in natdiv.gowithsky
2024-07-16math/big: use lists in docstringsKir Kolyshkin
2024-07-16math/big: more cross-references in docstringsKir Kolyshkin
2024-07-10math: remove riscv64 assembly implementations of roundingJorropo
2024-06-06math/big: better doc string for Float.Copy, add example testRobert Griesemer
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-23all: document legacy //go:linkname for modules with ≥5,000 dependentsRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-22math/rand/v2: add ChaCha8.ReadFilippo Valsorda
2024-05-22all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0Paul E. Murphy
2024-05-22math/rand/v2: drop pointer receiver on zero-width typeBrad Fitzpatrick
2024-05-20 ppc64x: code cleanup in assembly filesJayanth Krishnamurthy
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-16math/rand/v2: use max builtin in testsTobias Klauser
2024-05-13math/rand/v2, math/big: use internal/byteorderMateusz Poliwczak
2024-05-07math/rand/v2: add UintRuss Cox
2024-04-16math/big: improve use of addze in mulAddVWW on ppc64xLynn Boger
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2024-03-14math/big: use built-in clear to simplify codeapocelipes
2024-03-04math/rand, math/rand/v2: rename receiver variablesOleksandr Redko
2024-02-23math: add round assembly implementations on riscv64Meng Zhuo
2024-02-19math/rand/v2: use a doc link for crypto/randDaniel Martí
2024-01-25math/big,crypto/internal/bigmod: unroll loop in addMulVVW for ppc64xLynn Boger
2024-01-09math/big: fix uint64 overflow in nat.mulRangeRobert Griesemer
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-05math/rand/v2: add ChaCha8Russ Cox
2023-11-20Revert "math/rand/v2: add ChaCha8"Michael Knyszek
2023-11-20all: add floating point option for ARM targetsLudi Rehak