Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | Fix building documentation in releases (fixes #3823) | def | 2016-02-21 | 1 | -0/+1 |
| | | |||||
* | | PHP codegen generates reliable filenames | Andreas Rumpf | 2016-02-26 | 1 | -2/+6 |
|/ | |||||
* | made AST renderer more robust for wrong macros | Andreas Rumpf | 2016-02-19 | 1 | -61/+68 |
| | |||||
* | Added --noCppExceptions switch | Ruslan Mustakov | 2016-02-18 | 3 | -2/+9 |
| | |||||
* | Merge pull request #3873 from yglukhov/path-handling | Andreas Rumpf | 2016-02-16 | 2 | -1/+3 |
|\ | | | | | Fixes #3871 | ||||
| * | Fixes #3871 | Yuriy Glukhov | 2016-02-16 | 2 | -1/+3 |
| | | |||||
* | | Dont warn about unused symbol if its used in emit | Yuriy Glukhov | 2016-02-15 | 1 | -0/+1 |
|/ | |||||
* | PHP codegen can generate foo->bar accesses | Andreas Rumpf | 2016-02-08 | 1 | -1/+10 |
| | |||||
* | some progress on #3832 | Andreas Rumpf | 2016-02-08 | 2 | -1/+10 |
| | |||||
* | makes tints.nim test compile | Andreas Rumpf | 2016-02-08 | 1 | -0/+3 |
| | |||||
* | Made the test tints.nim work for the PHP codegen (uint shifts and | Hans Raaf | 2016-02-07 | 1 | -1/+5 |
| | | | | casts). | ||||
* | Corrected (unsigned) shr for PHP Codegen | Hans Raaf | 2016-02-07 | 1 | -3/+12 |
| | |||||
* | Better code and fix for JS regression. | Hans Raaf | 2016-02-07 | 1 | -9/+9 |
| | |||||
* | Fix für Char to String in PHP. | Hans Raaf | 2016-02-07 | 1 | -0/+4 |
| | |||||
* | Fix tuple field access in PHP. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | |||||
* | Fix for index check in PHP code. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | |||||
* | Fix for shr with PHP (using >>) | Hans Raaf | 2016-02-07 | 1 | -5/+11 |
| | |||||
* | php-codegen fixes | Andreas Rumpf | 2016-02-06 | 1 | -4/+7 |
| | |||||
* | more JS regressions fixed | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | fixes JS codegen regressions | Andreas Rumpf | 2016-02-06 | 1 | -3/+2 |
| | |||||
* | no LL for PHP | Andreas Rumpf | 2016-02-06 | 1 | -1/+2 |
| | |||||
* | cleaner toArray magic | Andreas Rumpf | 2016-02-06 | 1 | -21/+24 |
| | |||||
* | PHP codegen can generate PHP classes | Andreas Rumpf | 2016-02-06 | 2 | -55/+220 |
| | |||||
* | first version of an PHP codegen | Andreas Rumpf | 2016-02-06 | 6 | -274/+382 |
| | |||||
* | Merge pull request #3817 from yglukhov/js-typed-arrays | Andreas Rumpf | 2016-02-06 | 1 | -4/+27 |
|\ | | | | | Prefer JS typed arrays for arrays. | ||||
| * | Prefer JS typed arrays for arrays. | Yuriy Glukhov | 2016-02-03 | 1 | -4/+27 |
| | | |||||
* | | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 6 | -9/+9 |
|\ \ | | | | | | | nimrod -> nim | ||||
| * | | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 6 | -9/+9 |
| |/ | |||||
* | | Merge pull request #3106 from def-/deprecation | Andreas Rumpf | 2016-02-06 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix a few deprecation warnings | ||||
| * | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -2/+2 |
| | | |||||
* | | fixes #3788 | Andreas Rumpf | 2016-01-31 | 1 | -3/+5 |
| | | |||||
* | | fixes #3799 | Andreas Rumpf | 2016-01-30 | 1 | -6/+7 |
| | | |||||
* | | fixes a critical codegenbug | Andreas Rumpf | 2016-01-30 | 1 | -2/+5 |
| | |