aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math/big
AgeCommit message (Expand)Author
2023-06-10math.big.int: fix ctz of zeroJacob Young
2023-06-10Sema: fix vector comparison and interning of -0Jacob Young
2023-06-01Use the word 'base' consistently instead of 'radix'Evin Yulo
2023-05-29std.math.big.int: Fix typoMizuochi Keita
2023-05-29std.math.big.int: Add SqrtMizuochi Keita
2023-05-11Merge pull request #15519 from dweiller/issue-15482Andrew Kelley
2023-05-10Issue 15535. Normalize remainder in math.big.int.Managed.divTruncBrett Hill
2023-05-08Disallow named test decls with duplicate namesDominic
2023-05-07convert s[start..start+len] to s[start..][0..len]dweiller
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-21cbe: enable CI for std testsJacob Young
2023-04-20std.math.big.int: Initialize limbs in addWrapStevie Hryciw
2023-04-18math.big.int: remove stale commentsMateusz Radomski
2023-03-05CBE: implement big integer literalsJacob Young
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-04remove stage1 workaround for big int setMarc Tiehuis
2023-01-01cbe: all behaviour tests now pass on msvckcbanner
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-14Fix tautological big_int tests.IntegratedQuantum
2022-12-13update usages of `@call`Veikka Tuominen
2022-11-29stage2: fix crash on comptime lazy `@ctz` and `@clz`Andrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-28std.big.int.Mutable: fix set(@as(DoubleLimb, 0))Jacob Young
2022-11-18std.math.big.int: implement popCount() for ConstStevie Hryciw
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-10-28stage2: Use mem.readPackedInt etc. for packed bitcastsCody Tapscott
2022-10-15Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...Andrew Kelley
2022-10-12build.zig: Forward LLVM lib/include dirs from CMakeJacob Young
2022-10-12big int: make Mutable.normalize constRobin Voetter
2022-10-12math.big.int: document the purpose of limb_len in scalar methodsJacob Young
2022-10-12math.big.int: add `calcLimbLen` doc comment noteJacob Young
2022-10-11big.int: rewrite confusing code in an equivalent but less confusing wayJacob Young
2022-10-11big.int: add support for non-comptime scalarsJacob Young
2022-10-11std: fix memory leak on OutOfMemory error in math.big.int and math.big.rationaGethDW
2022-09-04Fix #12440: std.math.big.Rational order/orderAbsYujiri
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-07-16Use Managed.len in sub, divFloor, and divTrunc tooHiroaki Nakamura
2022-07-16Use Managed.len() instead of Managed.toConst().limbs.lenHiroaki Nakamura
2022-07-16Fix std.math.big.int.Managed capacity after mul and sqrHiroaki Nakamura
2022-06-29std.math.big.int: breaking API changes to prevent UAFAndrew Kelley
2022-06-13std.math.big.int: update Managed.toString() to use provided allocator (#11839)Mikael Berthe
2022-06-07std: adjust for stage2 semanticsVeikka Tuominen
2022-06-01Sema: apply previous changes to `validateUnionInit`Veikka Tuominen
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-04-15std: add workaround for stage2 bugVeikka Tuominen
2022-04-05zig fmt: remove trailing whitespace on doc commentsDamien Firmenich
2022-03-23math/big: correct fix for divmod (#11271)Marc Tiehuis
2022-03-10math: fix big.int div, gcd and bitAnd edge-casesMarc Tiehuis