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-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
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-22
Sema: fix parameter of type 'T' must be comptime error
Veikka Tuominen
2022-07-16
Use Managed.len in sub, divFloor, and divTrunc too
Hiroaki Nakamura
2022-07-16
Use Managed.len() instead of Managed.toConst().limbs.len
Hiroaki Nakamura
2022-07-16
Fix std.math.big.int.Managed capacity after mul and sqr
Hiroaki Nakamura
2022-07-13
stage2: fix comptime bitcast involving f80
Andrew Kelley
2022-07-13
std.math: add `inline` to some functions
Andrew Kelley
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-29
std.math.big.int: breaking API changes to prevent UAF
Andrew Kelley
2022-06-13
std.math.big.int: update Managed.toString() to use provided allocator (#11839)
Mikael Berthe
2022-06-12
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen
2022-06-07
std.math: Add O(log N) implementation of log2(x) for comptime_int
Cody Tapscott
2022-06-07
std: adjust for stage2 semantics
Veikka Tuominen
2022-06-01
Sema: apply previous changes to `validateUnionInit`
Veikka Tuominen
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-17
std.math: simpler error handling
alice
2022-05-17
Simplify `Copysign`
alice
2022-05-17
Simplify `signbit`
alice
2022-05-16
`std.math.powi`: use standard definition of underflow/overflow, implement `u0...
leesongun
2022-04-27
std: use float builtins instead of std.math
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
[next]