aboutsummaryrefslogtreecommitdiff
path: root/src/big_int.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix big int shifts of 0gingerBill2018-10-281-0/+14
|
* Replaced __builtin_clz by long long version - Fixes #268Alexis Breust2018-10-081-1/+1
|
* Fix parenthesis warning on clanggingerBill2018-08-081-1/+1
|
* using Foo :: enum {A, B, C}; len(Foo)gingerBill2018-07-291-1/+0
|
* Support larger integer literals to work with the new BigInt systemgingerBill2018-07-291-21/+34
|
* Fix typosgingerBill2018-07-281-3/+3
|
* Correctly handle bitwise operations for negative BigIntgingerBill2018-07-281-80/+224
|
* Fix big_int_shrgingerBill2018-07-281-3/+5
|
* BigInt support in the constant systemgingerBill2018-07-281-0/+1262