summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixes #4084Andreas Rumpf2016-04-293-10/+22
* | | fixes #4124Andreas Rumpf2016-04-291-3/+8
* | | JS target improvementsAndreas Rumpf2016-04-291-2/+5
* | | fixes a critical PHP codegen bugAndreas Rumpf2016-04-291-8/+11
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-04-194-4/+16
|\ \ \
| * | | Fixes #4093mjendrusch2016-04-171-1/+1
| * | | Merge pull request #4043 from arnetheduck/chck-typeAndreas Rumpf2016-04-131-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | fix type used for chckRange node boundariesJacek Sieka2016-04-041-2/+2
| * | | else: breakYuriy Glukhov2016-04-091-0/+1
| * | | Fixed tr pattern matching for varargsYuriy Glukhov2016-04-072-1/+12
| |/ /
* | | fixes #4089Andreas Rumpf2016-04-191-1/+1
* | | fixes #4097Andreas Rumpf2016-04-192-9/+13
* | | small bugfix for the AST rendererAndreas Rumpf2016-04-171-1/+1
* | | fixes #2006Andreas Rumpf2016-04-041-1/+1
|/ /
* | fixes #3646Andreas Rumpf2016-04-041-2/+3
* | fixes #4036Andreas Rumpf2016-04-041-0/+1
* | fixes #3731Andreas Rumpf2016-04-042-4/+12
* | fixes #3561, fixes #2409Andreas Rumpf2016-04-041-3/+7
* | fixes #3804Andreas Rumpf2016-04-042-1/+5
* | fixes #3973Andreas Rumpf2016-04-032-3/+6
* | fixes #3995Andreas Rumpf2016-04-032-4/+14
* | fixes a critical codegen bug that keeps PR #4017 from workingAraq2016-03-311-2/+1
* | fixes #4005Andreas Rumpf2016-03-291-4/+8
* | fixed regressionsAndreas Rumpf2016-03-292-2/+5
* | fixes #3975Andreas Rumpf2016-03-281-1/+2
* | fixes #3998Andreas Rumpf2016-03-282-21/+22
* | beginnings of --gc:stackAndreas Rumpf2016-03-282-1/+6
* | avoid overwriting token.indent in lexer.getNumberJacek Sieka2016-03-181-2/+2
* | 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
* | fixes #3924Andreas Rumpf2016-03-051-1/+4
* | 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
* | | fixes #3872Andreas Rumpf2016-03-041-4/+5
* | | fixes #3868Andreas Rumpf2016-03-042-17/+32
* | | fixes #3836Andreas Rumpf2016-03-041-4/+7
* | | PHP codegen: use nimAt for PHP 5.3 compatibilityAndreas Rumpf2016-03-041-2/+11
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-012-3/+7
|\ \
| * \ Merge pull request #3904 from endragor/fixnocppexceptionsAndreas Rumpf2016-02-291-2/+4
| |\ \
| | * | Fixed try statement generation with --noCppExceptions switchRuslan Mustakov2016-02-291-2/+4
| * | | Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-1/+3
* | | | fixes #3669Andreas Rumpf2016-03-011-8/+8
* | | | fixes #3686Andreas Rumpf2016-03-011-5/+2
* | | | debug() uses 'echo' because stderr is an abominationAndreas Rumpf2016-03-011-5/+5
* | | | fixes #3916Andreas Rumpf2016-02-291-4/+4
|/ / /