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-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
2023-03-05
CBE: implement big integer literals
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-04
remove stage1 workaround for big int set
Marc Tiehuis
2023-01-01
cbe: all behaviour tests now pass on msvc
kcbanner
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-15
std: make builtin.Type.{Int,Float}.bits a u16 instead of comptime_int
Meghan
2022-12-14
Fix tautological big_int tests.
IntegratedQuantum
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-11-29
stage2: fix crash on comptime lazy `@ctz` and `@clz`
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-30
libstd: skip problematic tests on aarch64-windows
Jakub Konka
2022-11-28
std.big.int.Mutable: fix set(@as(DoubleLimb, 0))
Jacob Young
2022-11-18
std.math.big.int: implement popCount() for Const
Stevie Hryciw
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-10-28
stage2: Use mem.readPackedInt etc. for packed bitcasts
Cody Tapscott
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
2022-10-12
build.zig: Forward LLVM lib/include dirs from CMake
Jacob Young
2022-10-12
big int: make Mutable.normalize const
Robin Voetter
2022-10-12
math.big.int: document the purpose of limb_len in scalar methods
Jacob Young
2022-10-12
math.big.int: add `calcLimbLen` doc comment note
Jacob Young
2022-10-11
big.int: rewrite confusing code in an equivalent but less confusing way
Jacob Young
2022-10-11
big.int: add support for non-comptime scalars
Jacob Young
2022-10-11
std: fix memory leak on OutOfMemory error in math.big.int and math.big.rationa
GethDW
2022-10-09
Manually construct denormal constants in tests
Cody Tapscott
2022-10-09
compiler_rt: Re-implement `ldexp`/`ilogb` using bit-ops
Cody Tapscott
2022-09-29
std.math: add "Greatest common divisor" (gcd)
Chris Boesch
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-04
Fix #12440: std.math.big.Rational order/orderAbs
Yujiri
2022-08-24
Merge pull request #12574 from Vexu/remove-bit-op-type-param
Andrew Kelley
[next]