Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #3646 | Andreas Rumpf | 2016-04-04 | 1 | -2/+3 |
| | |||||
* | fixes #4036 | Andreas Rumpf | 2016-04-04 | 1 | -0/+1 |
| | |||||
* | fixes #3731 | Andreas Rumpf | 2016-04-04 | 2 | -4/+12 |
| | |||||
* | fixes #3561, fixes #2409 | Andreas Rumpf | 2016-04-04 | 1 | -3/+7 |
| | |||||
* | fixes #3804 | Andreas Rumpf | 2016-04-04 | 2 | -1/+5 |
| | |||||
* | fixes #3973 | Andreas Rumpf | 2016-04-03 | 2 | -3/+6 |
| | |||||
* | fixes #3995 | Andreas Rumpf | 2016-04-03 | 2 | -4/+14 |
| | |||||
* | fixes a critical codegen bug that keeps PR #4017 from working | Araq | 2016-03-31 | 1 | -2/+1 |
| | |||||
* | fixes #4005 | Andreas Rumpf | 2016-03-29 | 1 | -4/+8 |
| | |||||
* | fixed regressions | Andreas Rumpf | 2016-03-29 | 2 | -2/+5 |
| | |||||
* | fixes #3975 | Andreas Rumpf | 2016-03-28 | 1 | -1/+2 |
| | |||||
* | fixes #3998 | Andreas Rumpf | 2016-03-28 | 2 | -21/+22 |
| | |||||
* | beginnings of --gc:stack | Andreas Rumpf | 2016-03-28 | 2 | -1/+6 |
| | |||||
* | avoid overwriting token.indent in lexer.getNumber | Jacek Sieka | 2016-03-18 | 1 | -2/+2 |
| | | | | | if it wasn't for bug #3978, assignment from getNumber would overwrite tok.indent (which is set at top of rawGetTok, but not in getNumber) | ||||
* | Fix PHP and JS codegen to not escape single quotes in strings anymore. | Hans Raaf | 2016-03-14 | 1 | -1/+0 |
| | |||||
* | Merge pull request #3949 from oderwat/hara-php-addr | Andreas Rumpf | 2016-03-10 | 1 | -1/+10 |
|\ | | | | | Try to fix addr() ref and pointer for PHP | ||||
| * | Try to fix addr() ref and pointer for PHP | Hans Raaf | 2016-03-08 | 1 | -1/+10 |
| | | |||||
* | | Fix für PHP codegen integer modulo calculation. | Hans Raaf | 2016-03-07 | 1 | -0/+8 |
|/ | |||||
* | Fix for integer division in PHP codegen. | Hans Raaf | 2016-03-06 | 1 | -0/+8 |
| | |||||
* | Fix for PHP function pointer implementation. | Hans Raaf | 2016-03-06 | 1 | -0/+1 |
| | |||||
* | PHP codegen: function pointers work | Andreas Rumpf | 2016-03-05 | 1 | -3/+11 |
| | |||||
* | fixes #3924 | Andreas Rumpf | 2016-03-05 | 1 | -1/+4 |
| | |||||
* | Merge pull request #3934 from oderwat/php-fix-defer | Andreas Rumpf | 2016-03-05 | 1 | -7/+12 |
|\ | | | | | Fix for defer in PHP Codegen. | ||||
| * | Partial fix for defer in PHP Codegen. | Hans Raaf | 2016-03-04 | 1 | -7/+12 |
| | | |||||
* | | fixes #3872 | Andreas Rumpf | 2016-03-04 | 1 | -4/+5 |
| | | |||||
* | | fixes #3868 | Andreas Rumpf | 2016-03-04 | 2 | -17/+32 |
| | | |||||
* | | fixes #3836 | Andreas Rumpf | 2016-03-04 | 1 | -4/+7 |
| | | |||||
* | | PHP codegen: use nimAt for PHP 5.3 compatibility | Andreas Rumpf | 2016-03-04 | 1 | -2/+11 |
|/ | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-03-01 | 2 | -3/+7 |
|\ | |||||
| * | Merge pull request #3904 from endragor/fixnocppexceptions | Andreas Rumpf | 2016-02-29 | 1 | -2/+4 |
| |\ | | | | | | | Fixed try statement generation with --noCppExceptions switch | ||||
| | * | Fixed try statement generation with --noCppExceptions switch | Ruslan Mustakov | 2016-02-29 | 1 | -2/+4 |
| | | | |||||
| * | | Fixed bad JS codegen for new json with tables. Added json to JS tests. | Yuriy Glukhov | 2016-02-29 | 1 | -1/+3 |
| | | | |||||
* | | | fixes #3669 | Andreas Rumpf | 2016-03-01 | 1 | -8/+8 |
| | | | |||||
* | | | fixes #3686 | Andreas Rumpf | 2016-03-01 | 1 | -5/+2 |
| | | | |||||
* | | | debug() uses 'echo' because stderr is an abomination | Andreas Rumpf | 2016-03-01 | 1 | -5/+5 |
| | | | |||||
* | | | fixes #3916 | Andreas Rumpf | 2016-02-29 | 1 | -4/+4 |
|/ / | |||||
* | | no name mangling for PHP fields | Andreas Rumpf | 2016-02-29 | 1 | -1/+1 |
| | | |||||
* | | Spellcheck | Federico Ceratto | 2016-02-29 | 4 | -4/+4 |
| | | |||||
* | | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 7 | -19/+18 |
| | | |||||
* | | better 'self' handling for overload resolution | Andreas Rumpf | 2016-02-29 | 1 | -28/+23 |
| | | |||||
* | | removed debug code | Andreas Rumpf | 2016-02-28 | 1 | -2/+0 |
| | | |||||
* | | first version of .partial objects | Andreas Rumpf | 2016-02-28 | 5 | -17/+46 |
| | | |||||
* | | added 'sig' feature; removed tfShared support in the compiler | Andreas Rumpf | 2016-02-28 | 12 | -44/+48 |
| | | |||||
* | | 'using' statement is obsolete | Andreas Rumpf | 2016-02-28 | 3 | -21/+1 |
| | | |||||
* | | added experimental .this pragma | Andreas Rumpf | 2016-02-28 | 9 | -118/+193 |
|/ | |||||
* | php codegen: name mangling bugfix | Andreas Rumpf | 2016-02-26 | 1 | -2/+3 |
| | |||||
* | Removed `#!` handling (was deprecated long enought) | Hans Raaf | 2016-02-26 | 1 | -4/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-02-26 | 3 | -5/+2 |
|\ | |||||
| * | Consistently use Channel instead of TChannel | def | 2016-02-25 | 1 | -1/+1 |
| | | |||||
| * | Removed error that disallows slices with negative indexes | bit | 2016-02-22 | 1 | -4/+0 |
| | |