Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #3956 | Andreas Rumpf | 2016-05-11 | 1 | -4/+5 |
* | fixes #4110 | Andreas Rumpf | 2016-05-11 | 2 | -2/+3 |
* | fixes #4034 | Andreas Rumpf | 2016-05-11 | 2 | -1/+3 |
* | fixes #4040 | Andreas Rumpf | 2016-05-11 | 1 | -1/+8 |
* | fixes #4070 | Andreas Rumpf | 2016-05-11 | 1 | -0/+1 |
* | fixes #177 | Andreas Rumpf | 2016-05-11 | 2 | -5/+18 |
* | fixes #4144 | Andreas Rumpf | 2016-05-11 | 1 | -24/+16 |
* | better debugging support for native debuggers; changed name mangling; fixes #... | Araq | 2016-05-10 | 3 | -58/+164 |
* | fixes a varargs[untyped] bug that kept strscans from compiling | Araq | 2016-05-10 | 1 | -20/+29 |
* | allow tabs in multi-line comments | Araq | 2016-05-10 | 1 | -4/+0 |
* | generate typedefs for bitsets for better debugging support | Araq | 2016-05-10 | 1 | -10/+7 |
* | enums are mapped to a typedef for better debugging support | Araq | 2016-05-10 | 1 | -12/+13 |
* | include statement is not restricted to top level statements anymore | Araq | 2016-05-10 | 1 | -1/+1 |
* | fixes #3544 | Andreas Rumpf | 2016-04-30 | 2 | -3/+12 |
* | fixes #4084 | Andreas Rumpf | 2016-04-29 | 3 | -10/+22 |
* | fixes #4124 | Andreas Rumpf | 2016-04-29 | 1 | -3/+8 |
* | JS target improvements | Andreas Rumpf | 2016-04-29 | 1 | -2/+5 |
* | fixes a critical PHP codegen bug | Andreas Rumpf | 2016-04-29 | 1 | -8/+11 |
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-04-19 | 4 | -4/+16 |
|\ | |||||
| * | Fixes #4093 | mjendrusch | 2016-04-17 | 1 | -1/+1 |
| * | Merge pull request #4043 from arnetheduck/chck-type | Andreas Rumpf | 2016-04-13 | 1 | -2/+2 |
| |\ | |||||
| | * | fix type used for chckRange node boundaries | Jacek Sieka | 2016-04-04 | 1 | -2/+2 |
| * | | else: break | Yuriy Glukhov | 2016-04-09 | 1 | -0/+1 |
| * | | Fixed tr pattern matching for varargs | Yuriy Glukhov | 2016-04-07 | 2 | -1/+12 |
| |/ | |||||
* | | fixes #4089 | Andreas Rumpf | 2016-04-19 | 1 | -1/+1 |
* | | fixes #4097 | Andreas Rumpf | 2016-04-19 | 2 | -9/+13 |
* | | small bugfix for the AST renderer | Andreas Rumpf | 2016-04-17 | 1 | -1/+1 |
* | | fixes #2006 | Andreas Rumpf | 2016-04-04 | 1 | -1/+1 |
|/ | |||||
* | 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 |
* | 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 | 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 |