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
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-07-18
FIX typo in doc comment for std.math.hypot (#9413)
Adam C
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-12
std: Fix complex ldexp implementation
LemonBoy
2021-06-11
bigint: add ensureAdd(Scalar)Capacity, note aliasing requirements
Asherah Connor
2021-06-11
bigint: use a stack local here to prevent aliasing issues
Asherah Connor
2021-06-11
bigint: add failing tests for bigint carry
Asherah Connor
2021-06-11
std: Fix tanh for negative inputs
LemonBoy
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-06-09
std.math.sqrt_int: fixed odd size integers types
Filippo Casarin
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
std.math.Complex: Change `new()` to `init()`
aiz
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-14
std: rework math.scalbn (#8733)
viri
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-01
std: Implement isFinite for f128
LemonBoy
2021-05-01
std: Implement copysign for f128
LemonBoy
2021-05-01
std: Implement signbit for f128
LemonBoy
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-14
std: Fix sqrt for u0/u1 input types
LemonBoy
2021-04-03
Compile error for signed integer math
antlilja
2021-02-21
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
Benjamin Graf
2021-02-01
std/math/big/int: normalize after a right shift
Frank Denis
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2020-12-31
Year++
Frank Denis
2020-12-09
std: explicitly cast indices to usize
LemonBoy
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-06
change debug.assert to testing.expect in tests
xackus
2020-11-05
std: Implement more useful approxEq semantics
LemonBoy
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-09
std: Add/Fix/Change parts of big.int
LemonBoy
2020-10-05
std: Fix two bugs in bigint pow
LemonBoy
2020-10-04
std: Add pow(a,b) for big ints
LemonBoy
2020-09-07
big int: fix Managed.dump()
Vincent Rischmann
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-26
forceEval() -> doNotOptimizeAway()
Frank Denis
2020-08-25
std.math.big: fix use-after-free
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-27
Fix bug in big.int.Mutable.toManaged() and add tests
joachimschmidt557
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-06-17
Improve f128 standard library support
antlilja
2020-06-09
fix memory errors
Jonathan Marler
2020-05-01
fix off-by-one error in sizeInBaseUpperBound
Andrew Kelley
[next]