Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | 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 |
| |\ \ | |||||
| | * | | 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 | Erik Johansson Andersson | 2016-02-05 | 15 | -26/+26 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #3106 from def-/deprecation | Andreas Rumpf | 2016-02-06 | 30 | -62/+46 |
| |\ \ \ | |||||
| | * | | | 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 |
| * | | | | Merge pull request #3829 from def-/json-fix-empty | Andreas Rumpf | 2016-02-06 | 1 | -3/+7 |
| |\ \ \ \ | |||||
| | * | | | | Fix json.`%*` for empty objects | def | 2016-02-06 | 1 | -3/+7 |
| |/ / / / | |||||
| * | | | | Merge pull request #3813 from flyx/rst-svg | Andreas Rumpf | 2016-02-05 | 1 | -7/+17 |
| |\ \ \ \ | |||||
| | * | | | | RST: Output <object> for SVG images in HTML | Felix Krause | 2016-02-02 | 1 | -7/+17 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #3814 from scriptum/fix-3802 | Andreas Rumpf | 2016-02-05 | 2 | -5/+5 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Use defer in iterator to avoid possible leaks. Fixes #3802 | Pavel Roschin | 2016-02-02 | 2 | -5/+5 |
| * | | | | Merge pull request #3803 from pra85/patch-1 | reactormonk | 2016-02-01 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fixes typo in doc/manual/threads.txt | Prayag Verma | 2016-02-01 | 1 | -1/+1 |
| |/ / / / | |||||
* / / / / | some progress on GC v2 | Andreas Rumpf | 2016-02-03 | 3 | -8/+15 |
|/ / / / | |||||
* | | | | fixes #3789 | Andreas Rumpf | 2016-01-31 | 1 | -1/+1 |
* | | | | fixes #3788 | Andreas Rumpf | 2016-01-31 | 1 | -3/+5 |
* | | | | fixes #3799 | Andreas Rumpf | 2016-01-30 | 2 | -6/+56 |
|/ / / | |||||
* | | | fixes a critical codegenbug | Andreas Rumpf | 2016-01-30 | 1 | -2/+5 |
* | | | added test case for #3736 | Andreas Rumpf | 2016-01-30 | 1 | -0/+9 |
* | | | fixes #3736 | Andreas Rumpf | 2016-01-30 | 1 | -1/+1 |
* | | | devel version is odd | Andreas Rumpf | 2016-01-30 | 1 | -1/+1 |
* | | | fixes #3794 | Andreas Rumpf | 2016-01-30 | 2 | -0/+14 |
* | | | fixes #1895 | Andreas Rumpf | 2016-01-30 | 1 | -3/+6 |
* | | | Merge pull request #3787 from vegansk/fix_3539_3 | Andreas Rumpf | 2016-01-28 | 2 | -10/+118 |
|\ \ \ | |||||
| * | | | Fixed issue 3539, added test | Anatoly Galiulin | 2016-01-28 | 2 | -10/+118 |
|/ / / | |||||
* | | | Merge pull request #3786 from vegansk/disable_mthread_crash | Andreas Rumpf | 2016-01-28 | 1 | -12/+22 |
|\ \ \ | |||||
| * | | | Remove system.setupForeignThreadGc if `threads` option is off or TLS | Anatoly Galiulin | 2016-01-28 | 1 | -12/+22 |
|/ / / | |||||
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Dominik Picheta | 2016-01-27 | 23 | -190/+369 |
|\ \ \ | |||||
| * | | | documentation proper bracketing | Andreas Rumpf | 2016-01-27 | 1 | -1/+1 |
| * | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-27 | 7 | -93/+93 |
| |\ \ \ | | | |/ | | |/| |