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
/
src
/
stage1
/
bigint.cpp
Age
Commit message (
Expand
)
Author
2022-02-18
Merge pull request #10858 from topolarity/stage2-bitcast
Andrew Kelley
2022-02-15
stage1: fix comptime saturation subtraction
Jan Philipp Hafer
2022-02-11
Fix big-endian handling in stage1 bigint_write_twos_complement
Cody Tapscott
2022-01-29
stage1: fix issue with bigint_add that caused incorrect results when adding a...
riverbl
2022-01-14
stage1: fix bigint_init_bigfloat for single-limb negative floats
Marc Tiehuis
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-13
Fix bigint_shl (#9305)
leesongun
2021-07-06
Merge pull request #9310 from ziglang/stage1-better-hashing
Andrew Kelley
2021-07-06
Fix unexpected truncation behavior with comptime_int larger than u64 range (#...
leesongun
2021-07-06
Avoid some large copies for another second of time saved
Martin Wickham
2021-07-05
Better hashing, new asserts failing
Martin Wickham
2021-04-23
stage1: Allow wrapping negation on unsigned ints at comptime
LemonBoy
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley