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
/
bigint.cpp
Age
Commit message (
Expand
)
Author
2018-04-23
fix bigint twos complement implementation
Andrew Kelley
2018-01-17
More tests, and fixed none negative bigint xor
Jimmi Holst Christensen
2018-01-17
fixed xor with zero
Jimmi Holst Christensen
2018-01-16
fix bigint remainder division
Andrew Kelley
2018-01-16
implement bigint div and rem
Andrew Kelley
2017-12-02
ability to set tag values of enums
Andrew Kelley
2017-09-14
do not depend on __int128
Andrew Kelley
2017-09-14
depend on embedded SoftFloat-3d instead of __float128
Andrew Kelley
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-02
rewrite parseh to use AST instead of direct types
Andrew Kelley
2017-08-20
compile-time f32, f64 operations are now correctly lossy
Andrew Kelley
2017-08-17
fix bitCast for big integers
Andrew Kelley
2017-08-17
fix big integer shifting by large number
Andrew Kelley
2017-08-17
fix wrong value for clz, ctz at compile time
Andrew Kelley
2017-08-16
compiler_rt implementations for __fixuns* functions
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-07-08
better bigint/bigfloat implementation
Andrew Kelley