aboutsummaryrefslogtreecommitdiff
path: root/src/bignum.cpp
AgeCommit message (Expand)Author
2017-03-26add debug safety checks for remainder divisionAndrew Kelley
2017-02-15ability to declare const bitfieldsAndrew Kelley
2017-01-05IR: pass MT19937_64 testAndrew Kelley
2016-12-31IR: implement binary not instructionAndrew Kelley
2016-11-21IR: implement ctz and clz builtinsAndrew Kelley
2016-09-19use size_t for indexesAndrew Kelley
2016-08-04new multiline string syntaxAndrew Kelley
2016-05-06fix eval integer wrapping and add testsAndrew Kelley
2016-04-12eval: ability to eval more thingsAndrew Kelley
2016-02-16back to normal print specifiersAndrew Kelley
2016-02-16fix 64 bit integer printing for mingwAndrew Kelley
2016-02-07fix a bogus call to bignum_normalize causing assertion failureAndrew Kelley
2016-01-31fix invalid const expr eval for negative floatsAndrew Kelley
2016-01-31support casting between int and float typesAndrew Kelley
2016-01-21number literal reworkAndrew Kelley