aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math
AgeCommit message (Expand)Author
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-29x86_64: fix compiler rt test failuresJacob Young
2023-10-27x86_64: fix `cond_br`Jacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21x86_64: disable difficult std tests and hack around more zero-bit typesJacob Young
2023-10-06std.math: add nextAfter (#16894)castholm
2023-09-29std.math.big.int.Const.order 0 == -0 (#17299)Philipp Lühmann
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-14std.math.log_int: implement integer logarithm without using float mathFederico Stra
2023-09-12std.math.cbrt: fixed -0.0 evaluating to 0.0Lucas Culverhouse
2023-09-12std.math.asinh: changed unsigned int to hexadecimalRuben Dimas
2023-09-12std.math.asinh: fixed -0.0 evaluating to 0.0Ruben Dimas
2023-08-21AstGen: disallow '-0' integer literalmlugg
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-08-02Remove math.ln in favor of `@log`Adam Goertz
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-03std.math.big.int: better name for equal functionr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
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-24make `@boolToInt` always return a u1tison
2023-05-11std.math.atan: fix mistyped magic constantInKryption
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-21std: remove names from incorrectly named testsJacob Young
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-22workaround bootstrapping limitationsAdrian Delgado
2023-03-22std.math: port int log10 from RustAdrian Delgado