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
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
2020-05-01
update std.meta.IntType => std.meta.Int
Andrew Kelley
2020-05-01
rework std.math.big.Int
Andrew Kelley
2020-05-01
ZIR: implement return instruction
Andrew Kelley
2020-05-01
ZIR: add cmp and condbr instructions
Andrew Kelley
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-26
Fix f64 variants of math.cosh and math.sinh to accept negative inputs. (#5172)
Nick Appleton
2020-04-22
std.math.big.Int: don't rely on the allocator when printing
Andrew Kelley
2020-04-21
ir: analyze int casting
Andrew Kelley
2020-04-15
Enable formatting in std.big.Int.format
joachimschmidt557
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-07
move big.rational.gcd to big.int.gcd
joachimschmidt557
2020-04-02
new ArrayList API: fix everything else
xackus
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-23
Use math.Order for comparing bigints instead of i8 (#4791)
Joachim Schmidt
2020-03-23
Merge pull request #4741 from momumi/master
Andrew Kelley
2020-03-22
update parsing of int literals in self-hosted
momumi
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-17
clean up some self-hosted bitrot + don't assume libstdc++
Andrew Kelley
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
Replace fmt with new fmtstream
Benjamin Feng
2020-03-12
Integrated outstreams with new formatter
Benjamin Feng
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-14
std: use testing.allocator in tests
daurnimator
2020-02-14
std: use testing.allocator in big int tests
daurnimator
2020-02-14
std: bigint.deinit() shouldn't need a mutable pointer
daurnimator
2020-02-07
remove workarounds for Windows native CPU features
Andrew Kelley
2020-01-21
enable native CPU feature for windows; disable failing tests
Andrew Kelley
2020-01-07
Use the correct calling convention for AEABI intrinsics
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-05
remove @TypeOf() hacks for comptime_int/comptime_float
Haze Booth
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2019-12-28
Add missing deferred deinits to `math.big.Int.toString` (mem leak fix)
ForLoveOfCats
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
[next]