Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PHP codegen can generate foo->bar accesses | Andreas Rumpf | 2016-02-08 | 1 | -1/+10 |
* | some progress on #3832 | Andreas Rumpf | 2016-02-08 | 2 | -1/+10 |
* | makes tints.nim test compile | Andreas Rumpf | 2016-02-08 | 1 | -0/+3 |
* | Made the test tints.nim work for the PHP codegen (uint shifts and | Hans Raaf | 2016-02-07 | 1 | -1/+5 |
* | Corrected (unsigned) shr for PHP Codegen | Hans Raaf | 2016-02-07 | 1 | -3/+12 |
* | Better code and fix for JS regression. | Hans Raaf | 2016-02-07 | 1 | -9/+9 |
* | Fix für Char to String in PHP. | Hans Raaf | 2016-02-07 | 1 | -0/+4 |
* | Fix tuple field access in PHP. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
* | Fix for index check in PHP code. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
* | Fix for shr with PHP (using >>) | Hans Raaf | 2016-02-07 | 1 | -5/+11 |
* | php-codegen fixes | Andreas Rumpf | 2016-02-06 | 1 | -4/+7 |
* | more JS regressions fixed | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
* | fixes JS codegen regressions | Andreas Rumpf | 2016-02-06 | 1 | -3/+2 |
* | no LL for PHP | Andreas Rumpf | 2016-02-06 | 1 | -1/+2 |
* | cleaner toArray magic | Andreas Rumpf | 2016-02-06 | 1 | -21/+24 |
* | PHP codegen can generate PHP classes | Andreas Rumpf | 2016-02-06 | 2 | -55/+220 |
* | first version of an PHP codegen | Andreas Rumpf | 2016-02-06 | 6 | -274/+382 |
* | Merge pull request #3817 from yglukhov/js-typed-arrays | Andreas Rumpf | 2016-02-06 | 1 | -4/+27 |
|\ | |||||
| * | Prefer JS typed arrays for arrays. | Yuriy Glukhov | 2016-02-03 | 1 | -4/+27 |
* | | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 6 | -9/+9 |
|\ \ | |||||
| * | | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 6 | -9/+9 |
| |/ | |||||
* | | Merge pull request #3106 from def-/deprecation | Andreas Rumpf | 2016-02-06 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -2/+2 |
* | | fixes #3788 | Andreas Rumpf | 2016-01-31 | 1 | -3/+5 |
* | | fixes #3799 | Andreas Rumpf | 2016-01-30 | 1 | -6/+7 |
* | | fixes a critical codegenbug | Andreas Rumpf | 2016-01-30 | 1 | -2/+5 |
* | | fixes #3794 | Andreas Rumpf | 2016-01-30 | 1 | -0/+2 |
* | | make rendering of typeof operator clearer; refs #3710 | Andreas Rumpf | 2016-01-26 | 1 | -2/+4 |
|/ | |||||
* | Use ByteAddress instead of deprecated TAddress | def | 2016-01-24 | 1 | -8/+8 |
* | 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 |
* | | Merge pull request #3733 from yglukhov/js-unicode | Andreas Rumpf | 2016-01-21 | 1 | -1/+19 |
|\ \ | |/ |/| | |||||
| * | Fixed unicode handling in JS. Fixes #3714. | Yuriy Glukhov | 2016-01-18 | 1 | -1/+19 |
* | | fixes the bloody installer | Andreas Rumpf | 2016-01-19 | 1 | -1/+1 |
* | | Merge pull request #3735 from oderwat/FixDeprecationWarnings | Andreas Rumpf | 2016-01-19 | 3 | -3/+3 |
|\ \ | |||||
| * | | Fixed deprecation warnings while Nim compiles. | Hans Raaf | 2016-01-18 | 3 | -3/+3 |
* | | | make Nim always show the current year | Andreas Rumpf | 2016-01-19 | 1 | -1/+1 |
* | | | updated installer.ini | Araq | 2016-01-18 | 1 | -4/+3 |
|/ / | |||||
* | | fixes #3584 | Araq | 2016-01-18 | 1 | -1/+2 |
* | | fixes #3730 | Araq | 2016-01-18 | 3 | -3/+11 |
|/ | |||||
* | fixes yet another LL regression (Aporia compiles again) | Andreas Rumpf | 2016-01-18 | 1 | -1/+1 |
* | fixes multi-line comments | Andreas Rumpf | 2016-01-17 | 1 | -3/+10 |
* | fixes #3665 | Andreas Rumpf | 2016-01-17 | 1 | -3/+7 |
* | fixes multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -2/+4 |