summary refs log tree commit diff stats
path: root/compiler/jsgen.nim
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #4496Andreas Rumpf2016-07-181-1/+1
* added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-151-0/+1
* fixes #3706Andreas Rumpf2016-07-131-1/+10
* fixes #4471Andreas Rumpf2016-07-121-3/+15
* fixes a critical JS codegen bug which caused 'importcpp' statements not to be...Andreas Rumpf2016-07-111-0/+1
* fixes a strange JS codegen bugAndreas Rumpf2016-07-111-0/+2
* undocumented feature: JS backend: unit and group separators generate hash and...Andreas Rumpf2016-07-091-1/+9
* Fixes a critical JS codegen bug about @ in call patternAndreas Rumpf2016-07-081-0/+1
* fixes #4371Andreas Rumpf2016-07-081-1/+1
* Repr now works in js for enums starting with non-zero.Yuriy Glukhov2016-07-051-1/+9
* PHP codegen: code works with PHP 5.3 (with some luck)Andreas Rumpf2016-06-231-1/+23
* PHP backend: proper setLen implementationAndreas Rumpf2016-06-211-2/+3
* system. for cstrings uses value comparisons, not reference comparisonsAndreas Rumpf2016-06-021-1/+1
* Fixes #4222Yuriy Glukhov2016-05-261-4/+4
* PHP codegen improvementsAndreas Rumpf2016-05-131-1/+1
* JS target improvementsAndreas Rumpf2016-04-291-2/+5
* fixes a critical PHP codegen bugAndreas Rumpf2016-04-291-8/+11
* Fix PHP and JS codegen to not escape single quotes in strings anymore.Hans Raaf2016-03-141-1/+0
* Merge pull request #3949 from oderwat/hara-php-addrAndreas Rumpf2016-03-101-1/+10
|\
| * Try to fix addr() ref and pointer for PHPHans Raaf2016-03-081-1/+10
* | Fix für PHP codegen integer modulo calculation.Hans Raaf2016-03-071-0/+8
|/
* Fix for integer division in PHP codegen.Hans Raaf2016-03-061-0/+8
* Fix for PHP function pointer implementation.Hans Raaf2016-03-061-0/+1
* PHP codegen: function pointers workAndreas Rumpf2016-03-051-3/+11
* Merge pull request #3934 from oderwat/php-fix-deferAndreas Rumpf2016-03-051-7/+12
|\
| * Partial fix for defer in PHP Codegen.Hans Raaf2016-03-041-7/+12
* | PHP codegen: use nimAt for PHP 5.3 compatibilityAndreas Rumpf2016-03-041-2/+11
|/
* Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-1/+3
* no name mangling for PHP fieldsAndreas Rumpf2016-02-291-1/+1
* php codegen: name mangling bugfixAndreas Rumpf2016-02-261-2/+3
* PHP codegen generates reliable filenamesAndreas Rumpf2016-02-261-2/+6
* PHP codegen can generate foo->bar accessesAndreas Rumpf2016-02-081-1/+10
* makes tints.nim test compileAndreas Rumpf2016-02-081-0/+3
* Made the test tints.nim work for the PHP codegen (uint shifts andHans Raaf2016-02-071-1/+5
* Corrected (unsigned) shr for PHP CodegenHans Raaf2016-02-071-3/+12
* Better code and fix for JS regression.Hans Raaf2016-02-071-9/+9
* Fix für Char to String in PHP.Hans Raaf2016-02-071-0/+4
* Fix tuple field access in PHP.Hans Raaf2016-02-071-1/+4
* Fix for index check in PHP code.Hans Raaf2016-02-071-1/+4
* Fix for shr with PHP (using >>)Hans Raaf2016-02-071-5/+11
* php-codegen fixesAndreas Rumpf2016-02-061-4/+7
* more JS regressions fixedAndreas Rumpf2016-02-061-1/+1
* fixes JS codegen regressionsAndreas Rumpf2016-02-061-3/+2
* cleaner toArray magicAndreas Rumpf2016-02-061-21/+24
* PHP codegen can generate PHP classesAndreas Rumpf2016-02-061-53/+199
* first version of an PHP codegenAndreas Rumpf2016-02-061-272/+364
* Prefer JS typed arrays for arrays.Yuriy Glukhov2016-02-031-4/+27
* Merge pull request #3760 from yglukhov/js-unicode-2Andreas Rumpf2016-01-221-6/+29
|\
| * Fixed unicode strings in JSYuriy Glukhov2016-01-221-6/+29
* | Merge pull request #3762 from yglukhov/isnil-fixAndreas Rumpf2016-01-221-1/+1
|\ \