| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixes JS codegen regressions | Andreas Rumpf | 2016-02-06 | 1 | -3/+2 |
* | cleaner toArray magic | Andreas Rumpf | 2016-02-06 | 1 | -21/+24 |
* | PHP codegen can generate PHP classes | Andreas Rumpf | 2016-02-06 | 1 | -53/+199 |
* | first version of an PHP codegen | Andreas Rumpf | 2016-02-06 | 1 | -272/+364 |
* | Prefer JS typed arrays for arrays. | Yuriy Glukhov | 2016-02-03 | 1 | -4/+27 |
* | Merge pull request #3760 from yglukhov/js-unicode-2 | Andreas Rumpf | 2016-01-22 | 1 | -6/+29 |
|\ |
|
| * | Fixed unicode strings in JS | Yuriy Glukhov | 2016-01-22 | 1 | -6/+29 |
* | | Merge pull request #3762 from yglukhov/isnil-fix | Andreas Rumpf | 2016-01-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Fixed isNil codegen in JS | Yuriy Glukhov | 2016-01-22 | 1 | -1/+1 |
| |/ |
|
* / | JS: Corrected shift operators. Made casting between ints behave like C does. | Yuriy Glukhov | 2016-01-22 | 1 | -9/+49 |
|/ |
|
* | Revert "Fixed unicode handling in JS. Fixes #3714." | Yuriy Glukhov | 2016-01-21 | 1 | -19/+1 |
* | Merge pull request #3754 from yglukhov/js-unsigned | Andreas Rumpf | 2016-01-21 | 1 | -100/+42 |
|\ |
|
| * | Unsigned arith corrected for JS | Yuriy Glukhov | 2016-01-21 | 1 | -100/+42 |
* | | Fixed unicode handling in JS. Fixes #3714. | Yuriy Glukhov | 2016-01-18 | 1 | -1/+19 |
|/ |
|
* | Use real JS bool literals instead of 1 and 0. Fixes #3722. | Yuriy Glukhov | 2016-01-17 | 1 | -1/+4 |
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
* | Gen temp name instead of nimVarUnpack | Yuriy Glukhov | 2015-10-15 | 1 | -10/+11 |
* | Fixed ret by var in js | Yuriy Glukhov | 2015-10-15 | 1 | -8/+30 |
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -0/+3 |
* | Fixed passing byvar | Yuriy Glukhov | 2015-08-25 | 1 | -5/+23 |
* | Merge pull request #3233 from yglukhov/parsefloat-js-magic | Andreas Rumpf | 2015-08-21 | 1 | -0/+3 |
|\ |
|
| * | Fixed nimParseBiggestFloat magic in JS | Yuriy Glukhov | 2015-08-21 | 1 | -0/+3 |
* | | Untyped pointers godegen changed. addr expression fixed. | Yuriy Glukhov | 2015-08-21 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #3147 from yglukhov/js-emit | Andreas Rumpf | 2015-08-02 | 1 | -5/+11 |
|\ |
|
| * | Emit pragma support for JS backend. | Yuriy Glukhov | 2015-07-25 | 1 | -5/+11 |
* | | fixes #3144 | Araq | 2015-07-26 | 1 | -1/+10 |
|/ |
|
* | JS object initializer fix. | yglukhov | 2015-06-23 | 1 | -6/+5 |
* | Changed sets of strings to IntSets | yglukhov | 2015-06-18 | 1 | -18/+15 |
* | Fixes #2617, fixes addr of obj downcast. | yglukhov | 2015-06-18 | 1 | -21/+32 |
* | Unhandled exceptions handling brought back. | yglukhov | 2015-06-15 | 1 | -8/+11 |
* | Fixed and slightly changed exception handling. | yglukhov | 2015-06-15 | 1 | -10/+19 |
* | Merge pull request #2903 from yglukhov/js-bracket-addr | Andreas Rumpf | 2015-06-13 | 1 | -8/+11 |
|\ |
|
| * | Singing and dancing with skipTypes. | yglukhov | 2015-06-12 | 1 | -1/+1 |
| * | Fixed addr of bracket expression. Fixes #2148. | yglukhov | 2015-06-11 | 1 | -8/+11 |
* | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 1 | -2/+2 |
|\ \ |
|
| * | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #2896 from r-ku/I64-magics-gone | Andreas Rumpf | 2015-06-12 | 1 | -30/+0 |
|\ \
| |/
|/| |
|
| * | Removed magics: mAbsI64 | rku | 2015-06-10 | 1 | -2/+0 |
| * | Removed magics: mBitnotI64 | rku | 2015-06-10 | 1 | -2/+0 |
| * | Removed magics: mEqI64 mLtI64 mLeI64 | rku | 2015-06-10 | 1 | -6/+0 |
| * | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64 | rku | 2015-06-10 | 1 | -10/+0 |
| * | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 1 | -10/+0 |
* | | securehash: Keep module name consistent | Adam Strzelecki | 2015-06-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #2780 from flaviut/cleanup-crc | Andreas Rumpf | 2015-06-09 | 1 | -2/+2 |
|\ |
|
| * | Rename crc module to "secure_hash" | Flaviu Tamas | 2015-05-23 | 1 | -2/+2 |
* | | Fixed codegen for DotDot magic | yglukhov | 2015-06-04 | 1 | -7/+14 |
* | | Fixes #2798 | yglukhov | 2015-05-26 | 1 | -2/+5 |
|/ |
|
* | Fixed JS call codegen, when first parameters are compile-time. | yglukhov | 2015-05-19 | 1 | -1/+3 |
* | fixed nil.add for JS | Araq | 2015-04-22 | 1 | -1/+1 |
* | fixes #2581 | Araq | 2015-04-22 | 1 | -9/+16 |