Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | 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. | ||||
| * | 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 |
|\ | | | | | Fixed addr of bracket expression. Fixes #2148. | ||||
| * | 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. | ||||
| * | | 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 |
|\ \ | |/ |/| | I64 magics gone | ||||
| * | 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 |
| | | | | | | | | Author: rku <rokups@zoho.com> | ||||
| * | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64 | rku | 2015-06-10 | 1 | -10/+0 |
| | | | | | | | | Author: rku <rokups@zoho.com> | ||||
* | | securehash: Keep module name consistent | Adam Strzelecki | 2015-06-09 | 1 | -1/+1 |
|/ | | | | | | 1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column | ||||
* | Merge pull request #2780 from flaviut/cleanup-crc | Andreas Rumpf | 2015-06-09 | 1 | -2/+2 |
|\ | | | | | Use SHA1 instead of CRC | ||||
| * | 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 |
| | |||||
* | cleaned up some magics to make room for new magics; added '..<' and '..^' ↵ | Araq | 2015-04-22 | 1 | -6/+0 |
| | | | | templates | ||||
* | attempt to fix JS codegen regression | Araq | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | fixes #2476 | Araq | 2015-04-19 | 1 | -13/+22 |
| | |||||
* | Don't add a comma too soon | Oleh Prypin | 2015-04-09 | 1 | -1/+1 |
| | | | | Fixes #2495 | ||||
* | Get rid of deprecation warnings | def | 2015-04-07 | 1 | -256/+254 |
| | |||||
* | compiler_ropes: ropeToStr -> $ | Jacek Sieka | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | cannot gen symbol -> must be compile time | Simon Hafner | 2015-03-26 | 1 | -3/+1 |
| | |||||
* | uint support for JS. | Yuriy Glukhov | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | codegen doesn't produce line tracing commands anymore; fixes #1344 | Araq | 2015-03-21 | 1 | -8/+4 |
| | |||||
* | Fixes #2323. Fixes #2148. | Dominik Picheta | 2015-03-15 | 1 | -6/+6 |
| | |||||
* | fixes #2298 | Araq | 2015-03-12 | 1 | -203/+205 |
| | |||||
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fixes #1959, rounding floats in JS | Simon Hafner | 2015-01-29 | 1 | -1/+10 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -2/+2 |
| | |||||
* | fixes #1742 | Araq | 2014-12-24 | 1 | -4/+2 |
| | |||||
* | minor improvements to the docs | Araq | 2014-12-14 | 1 | -8/+12 |
| | |||||
* | further website improvements | Araq | 2014-12-10 | 1 | -1/+3 |
| | |||||
* | Fixing extraneous semicolon in jsgen output | juxiliary | 2014-12-06 | 1 | -1/+1 |
| | | | | | | | | jsgen was producing javascript objects like this ``` {, name:"foo"} ``` causing syntax errors in javascript interpretors. |