Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3873 from yglukhov/path-handling | Andreas Rumpf | 2016-02-16 | 3 | -1/+13 |
|\ | | | | | Fixes #3871 | ||||
| * | Fixes #3871 | Yuriy Glukhov | 2016-02-16 | 3 | -1/+13 |
| | | |||||
* | | Merge pull request #3863 from yglukhov/patch-1 | Andreas Rumpf | 2016-02-16 | 1 | -0/+1 |
|\ \ | | | | | | | Added -Wpragmas ignore | ||||
| * | | Added -Wpragmas ignore | Yuriy Glukhov | 2016-02-13 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #3870 from yglukhov/no-warn-emit | Andreas Rumpf | 2016-02-16 | 1 | -0/+1 |
|\ \ | |/ |/| | Dont warn about unused symbol if its used in emit | ||||
| * | Dont warn about unused symbol if its used in emit | Yuriy Glukhov | 2016-02-15 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3860 from yuutayamada/fix-document | reactormonk | 2016-02-12 | 2 | -2/+2 |
|\ | | | | | Fix few documentation a typo and old link | ||||
| * | needs needs -> needs | Yuta Yamada | 2016-02-11 | 1 | -1/+1 |
| | | |||||
| * | Fix old link | Yuta Yamada | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | Rename THANDLE to Handle to fix deprecation warnings | def | 2016-02-11 | 2 | -6/+6 |
| | | |||||
* | | Merge pull request #3851 from endragor/ignore-warnings | Andreas Rumpf | 2016-02-10 | 1 | -0/+24 |
|\ \ | | | | | | | Added pragmas to ignore warnings in Nim-generated files | ||||
| * | | Added pragmas to ignore warnings in Nim-generated files for gcc, clang, vcc | Ruslan Mustakov | 2016-02-10 | 1 | -0/+24 |
|/ / | |||||
* | | Merge pull request #3849 from endragor/fix-routine-nodes | Andreas Rumpf | 2016-02-10 | 1 | -1/+1 |
|\ \ | | | | | | | Added nnkTemplateDef and nnkConverterDef to RoutineNodes set | ||||
| * | | Added nnkTemplateDef and nnkConverterDef to RoutineNodes set | Ruslan Mustakov | 2016-02-10 | 1 | -1/+1 |
|/ / | |||||
* | | Fix donation buttons. | Dominik Picheta | 2016-02-08 | 1 | -3/+7 |
| | | |||||
* | | Remove Nim in Action discount code. | Dominik Picheta | 2016-02-08 | 1 | -2/+0 |
| | | |||||
* | | Add discount code to Nim in Action news. | Dominik Picheta | 2016-02-08 | 1 | -1/+2 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge pull request #3835 from oderwat/OderWat-PHPFix1 | Andreas Rumpf | 2016-02-07 | 1 | -5/+34 |
|\ \ | | | | | | | Some fixes for the PHP CodeGen | ||||
| * | | 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 | 2 | -4/+12 |
| | | |||||
* | | manual: typo | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
| | | |||||
* | | 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 | 2 | -22/+25 |
| | | |||||
* | | PHP codegen can generate PHP classes | Andreas Rumpf | 2016-02-06 | 4 | -60/+275 |
| | | |||||
* | | first version of an PHP codegen | Andreas Rumpf | 2016-02-06 | 8 | -410/+664 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-02-06 | 50 | -202/+224 |
|\ \ | |||||
| * \ | 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 #3781 from rgv151/patch-net-gc-safe | Andreas Rumpf | 2016-02-06 | 1 | -94/+95 |
| |\ \ \ | | | | | | | | | | | [net/httpclient] make it gc-safe #2692 | ||||
| | * | | | export `parseIpAddress` proc | Bruce Doan | 2016-01-27 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | make it gc-safe #2692 | Bruce Doan | 2016-01-26 | 1 | -93/+94 |
| | | | | | |||||
| * | | | | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 15 | -26/+26 |
| |\ \ \ \ | | | | | | | | | | | | | nimrod -> nim | ||||
| | * | | | | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 15 | -26/+26 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #3106 from def-/deprecation | Andreas Rumpf | 2016-02-06 | 30 | -62/+46 |
| |\ \ \ \ | | | | | | | | | | | | | Fix a few deprecation warnings | ||||
| | * | | | | Revert removal of raiseOSError | def | 2016-02-06 | 1 | -2/+1 |
| | | | | | | |||||
| | * | | | | Revert raiseOSError change | def | 2016-02-06 | 1 | -2/+1 |
| | | | | | | |||||
| | * | | | | bindaddr raises ValueError exception instead of OSError | def | 2016-01-26 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Revert two deprecation changes | def | 2016-01-26 | 2 | -3/+1 |
| | | | | | | |||||
| | * | | | | Fix a few deprecation warnings | def | 2016-01-25 | 32 | -65/+53 |
| | | | | | |