aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math
AgeCommit message (Expand)Author
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-09-18std.math.modf: disable vector test on LoongArch with LSXAlex Rønne Petersen
2025-09-13std.math.big.int: normalize zero result for small multiplicationsmlugg
2025-08-30Merge pull request #25077 from ziglang/GenericReaderAndrew Kelley
2025-08-30std: skip some failing tests on hexagonAlex Rønne Petersen
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-24Update powi.zig to fix docstring formattingBecker A.
2025-08-16re-enable std.math.modf vector tests (#24786)Rue
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-07-31std: stop relying on precision-losing coercionsmlugg
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-17Make sure to test the sign of the zero resultsLewis Gaul
2025-07-17Add tests for math.expm1(), fixing bug in 32-bit functionLewis Gaul
2025-07-17Add tests for math.log1p()Lewis Gaul
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-09std: replace formatInteger with formatNumberAndrew Kelley
2025-07-08std: revert big int test to master branchAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-15std: disable test on LLVM (#24191)mlugg
2025-06-15big.int: implement float conversionsJacob Young
2025-05-17x86_64: rewrite scalar `<<|`Jacob Young
2025-04-16improve test syntax for better stack trace in case of failuresamy007
2025-04-14std.math.big: add and update testssamy007
2025-04-14std.math.big.int: changed llshr and llshl implementationsamy007
2025-04-13std.math.big.int: remove setRuntimeSafetysamy007
2025-04-05pow: fix typo 0 instead of infhomersimpsons
2025-03-25Merge pull request #23310 from Rexicon226/fix-23309Alex Rønne Petersen
2025-03-24std.math: Add least common multiple (lcm)oittaa
2025-03-24big.int: return normalized results from `{add,sub}Carry`David Rubin
2025-03-21big.int: fix negative multi-limb shift right adjust crashJacob Young
2025-03-21big.int: fix yet another truncate bugJacob Young
2025-02-23std.math.big.int: Support strings up to base 36Linus Groh
2025-02-18x86_64: rewrite scalar `@ctz`Jacob Young
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-06x86_64: rewrite scalar `@truncate`Jacob Young
2025-02-03compiler,std: implement ZON supportMason Remaley
2025-01-18autodocs: reflow comment to prevent it from been put in blockquoteandrewkraevskii
2025-01-16x86_64: implement switch jump tablesJacob Young
2025-01-16x86_64: implement clz and notJacob Young
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2024-12-27std.math.tanh: fix special cases commentsaccharin
2024-12-18Add branchHint to `std.math.pow`Liam Swayne
2024-11-26std.math: Disable isSignalNan test on mips32.Alex Rønne Petersen
2024-11-26std.math.complex: Add squared magnitude function (#21998)Chris Boesch
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-10-12Remove packed_int_array usage from WasmPageAllocator and BigIntKrzysztof Wolicki