index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
math
Age
Commit message (
Expand
)
Author
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
Jacob Young
2023-10-06
std.math: add nextAfter (#16894)
castholm
2023-09-29
std.math.big.int.Const.order 0 == -0 (#17299)
Philipp Lühmann
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-14
std.math.log_int: implement integer logarithm without using float math
Federico Stra
2023-09-12
std.math.cbrt: fixed -0.0 evaluating to 0.0
Lucas Culverhouse
2023-09-12
std.math.asinh: changed unsigned int to hexadecimal
Ruben Dimas
2023-09-12
std.math.asinh: fixed -0.0 evaluating to 0.0
Ruben Dimas
2023-08-21
AstGen: disallow '-0' integer literal
mlugg
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-08-02
Remove math.ln in favor of `@log`
Adam Goertz
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-07-03
std.math.big.int: better name for equal function
r00ster91
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-10
math.big.int: fix ctz of zero
Jacob Young
2023-06-10
Sema: fix vector comparison and interning of -0
Jacob Young
2023-06-01
Use the word 'base' consistently instead of 'radix'
Evin Yulo
2023-05-29
std.math.big.int: Fix typo
Mizuochi Keita
2023-05-29
std.math.big.int: Add Sqrt
Mizuochi Keita
2023-05-24
make `@boolToInt` always return a u1
tison
2023-05-11
std.math.atan: fix mistyped magic constant
InKryption
2023-05-11
Merge pull request #15519 from dweiller/issue-15482
Andrew Kelley
2023-05-10
Issue 15535. Normalize remainder in math.big.int.Managed.divTrunc
Brett Hill
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-05-07
convert s[start..start+len] to s[start..][0..len]
dweiller
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-20
std.math.big.int: Initialize limbs in addWrap
Stevie Hryciw
2023-04-18
math.big.int: remove stale comments
Mateusz Radomski
2023-03-22
workaround bootstrapping limitations
Adrian Delgado
2023-03-22
std.math: port int log10 from Rust
Adrian Delgado
[next]