summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | no LL for PHPAndreas Rumpf2016-02-061-1/+2
* | cleaner toArray magicAndreas Rumpf2016-02-061-21/+24
* | PHP codegen can generate PHP classesAndreas Rumpf2016-02-062-55/+220
* | first version of an PHP codegenAndreas Rumpf2016-02-066-274/+382
* | Merge pull request #3817 from yglukhov/js-typed-arraysAndreas Rumpf2016-02-061-4/+27
|\ \
| * | Prefer JS typed arrays for arrays.Yuriy Glukhov2016-02-031-4/+27
* | | Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-066-9/+9
|\ \ \
| * | | nimrod -> nimErik Johansson Andersson2016-02-056-9/+9
| |/ /
* | | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-061-2/+2
|\ \ \ | |/ / |/| |
| * | Fix a few deprecation warningsdef2016-01-251-2/+2
* | | fixes #3788Andreas Rumpf2016-01-311-3/+5
* | | fixes #3799Andreas Rumpf2016-01-301-6/+7
* | | fixes a critical codegenbugAndreas Rumpf2016-01-301-2/+5
* | | fixes #3794Andreas Rumpf2016-01-301-0/+2
* | | make rendering of typeof operator clearer; refs #3710Andreas Rumpf2016-01-261-2/+4
|/ /
* | Use ByteAddress instead of deprecated TAddressdef2016-01-241-8/+8
* | 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
|\ \ \
| * | | Fixed isNil codegen in JSYuriy Glukhov2016-01-221-1/+1
| |/ /
* / / JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-221-9/+49
|/ /
* | Revert "Fixed unicode handling in JS. Fixes #3714."Yuriy Glukhov2016-01-211-19/+1
* | Merge pull request #3754 from yglukhov/js-unsignedAndreas Rumpf2016-01-211-100/+42
|\ \
| * | Unsigned arith corrected for JSYuriy Glukhov2016-01-211-100/+42
* | | Merge pull request #3733 from yglukhov/js-unicodeAndreas Rumpf2016-01-211-1/+19
|\ \ \ | |/ / |/| |
| * | Fixed unicode handling in JS. Fixes #3714.Yuriy Glukhov2016-01-181-1/+19
* | | fixes the bloody installerAndreas Rumpf2016-01-191-1/+1
* | | Merge pull request #3735 from oderwat/FixDeprecationWarningsAndreas Rumpf2016-01-193-3/+3
|\ \ \
| * | | Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-183-3/+3
* | | | make Nim always show the current yearAndreas Rumpf2016-01-191-1/+1
* | | | updated installer.iniAraq2016-01-181-4/+3
|/ / /
* | | fixes #3584Araq2016-01-181-1/+2
* | | fixes #3730Araq2016-01-183-3/+11
|/ /
* | fixes yet another LL regression (Aporia compiles again)Andreas Rumpf2016-01-181-1/+1
* | fixes multi-line commentsAndreas Rumpf2016-01-171-3/+10
* | fixes #3665Andreas Rumpf2016-01-171-3/+7
* | fixes multiline commentsAndreas Rumpf2016-01-171-2/+4
* | nkEmpty is cleaner than nkCommentStmtAndreas Rumpf2016-01-171-1/+1
* | Merge branch 'multi-line-comments' into develAndreas Rumpf2016-01-174-34/+91
|\ \
| * | implements final version of multiline commentsAndreas Rumpf2016-01-171-14/+24