Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #3985 | Araq | 2018-02-10 | 1 | -1/+6 |
| | |||||
* | Fixes codegen bug with literal negative zero, fixes #7079 (#7158) | GULPF | 2018-01-31 | 1 | -0/+1 |
| | | | | | | * Fixes #7079 * Fix handling of neg zero during constant folding | ||||
* | fixes #6989 | Andreas Rumpf | 2018-01-27 | 1 | -1/+6 |
| | |||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -0/+3 |
| | |||||
* | fixes the second example of #6757 | Andreas Rumpf | 2017-11-17 | 1 | -7/+7 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-10-02 | 1 | -2/+4 |
|\ | |||||
| * | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -2/+2 |
| | | |||||
| * | NimScript: added buildOS and buildCPU constants | Andreas Rumpf | 2017-09-22 | 1 | -0/+2 |
| | | |||||
* | | no interval arithmetic anymore to construct implicit range types; breaking ↵ | Andreas Rumpf | 2017-07-13 | 1 | -130/+0 |
|/ | | | | change | ||||
* | fix #1082 | Zahary Karadjov | 2017-06-20 | 1 | -2/+4 |
| | |||||
* | introduce a pre-processing pass for the concept bodies | Zahary Karadjov | 2017-06-20 | 1 | -2/+5 |
| | | | | | | | fixes #4982 fixes #3805 close #3414 | ||||
* | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | fixes #5399 | Araq | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | make more tests green | Araq | 2017-02-16 | 1 | -1/+4 |
| | |||||
* | fixes #5216 | Araq | 2017-01-27 | 1 | -5/+5 |
| | |||||
* | fixes #3434 | Andreas Rumpf | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 1 | -1/+1 |
|\ | |||||
| * | fixes nimsuggest issue #40 | Araq | 2016-12-18 | 1 | -1/+1 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -1/+2 |
|/ | | | | instead in preparation for further bugfixes | ||||
* | fixes a compiler crash; refs #4699 | Andreas Rumpf | 2016-09-03 | 1 | -1/+2 |
| | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -26/+0 |
| | |||||
* | remove sfFakeConst | Jacek Sieka | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -2/+2 |
| | |||||
* | get rid of deprecated toLower/toUpper | Andreas Rumpf | 2016-07-19 | 1 | -2/+2 |
| | |||||
* | fixes #3545 | Andreas Rumpf | 2016-07-15 | 1 | -6/+7 |
| | |||||
* | Add the ability to pass a value with the -d flag | Jeff Ciesielski | 2016-07-04 | 1 | -0/+6 |
| | | | | | | | This allows the end user to use the {.magic: "IntDefine"/"StrDefine"} pragmas to pass values into code at compile time. This has a nice side effect of also allowing/requiring a default value to be assigned in the code (see osalloc.nim/StandaloneHeapSize for an example) | ||||
* | Modification to implementation of round() such that it returns a float and ↵ | A. S. Budden | 2016-05-31 | 1 | -1/+1 |
| | | | | | | accepts a places argument (fixes #3473). This also involved moving some functions around to get the hierarchy correct and the documentation for frexp was modified such that it was clear that it can return a float in either the range [-1, -0.5] or [0.5, 1]. | ||||
* | fixes #4040 | Andreas Rumpf | 2016-05-11 | 1 | -1/+8 |
| | |||||
* | fixes #2599 | Araq | 2015-09-13 | 1 | -8/+1 |
| | |||||
* | fixes #3230 | Araq | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | Fixed nimvm in generics. | Yuriy Glukhov | 2015-09-07 | 1 | -2/+0 |
| | |||||
* | nimvm is magic | Yuriy Glukhov | 2015-09-04 | 1 | -0/+2 |
| | |||||
* | fixes #3140 | Araq | 2015-08-03 | 1 | -8/+8 |
| | |||||
* | fixes #3099 | Araq | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | fixes #1463 | Araq | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | fixes #2985 | Araq | 2015-06-25 | 1 | -0/+3 |
| | |||||
* | Removed magics: mAbsI64 | rku | 2015-06-10 | 1 | -2/+2 |
| | |||||
* | Removed magics: mBitnotI64 | rku | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | Removed magics: mEqI64 mLtI64 mLeI64 | rku | 2015-06-10 | 1 | -3/+3 |
| | |||||
* | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 1 | -8/+8 |
| | | | | Author: rku <rokups@zoho.com> | ||||
* | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 1 | -10/+10 |
| | | | | Author: rku <rokups@zoho.com> | ||||
* | fixes #2629, fixes #2641, fixes #2632, fixes #2630 | Araq | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | minor bugfixes to the new 'len(nil)==0' feature | Araq | 2015-05-03 | 1 | -2/+5 |
| | |||||
* | compiler\ccgexprs.nim | Araq | 2015-05-03 | 1 | -1/+1 |
| | | | | fixes 'nil' literal echoing | ||||
* | fixes #2470, fixes #1354 | Araq | 2015-04-28 | 1 | -2/+3 |
| | |||||
* | fixes #2589 | Araq | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵ | Araq | 2015-04-22 | 1 | -2/+3 |
| | | | | system to the compiler | ||||
* | fixes #2550 | Araq | 2015-04-22 | 1 | -9/+13 |
| | |||||
* | fixes #2448 | Araq | 2015-04-10 | 1 | -4/+10 |
| |