Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert 5e4ae8d | Dustin Lacewell | 2015-01-07 | 1 | -20/+3 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | unstaged file | Zahary Karadjov | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | fix #1858; Add support for generic templates and macros | Zahary Karadjov | 2015-01-05 | 1 | -3/+20 |
| | | | | | | | | | Implementation notes: Just after overload resolution, the resolved generic params will be added to the call expression to be later processed in evalTemplate and evalMacroCall. These procs have been modified to handle the increased number of parameters, but one remaining issue is that immediate templates and macros don't go through the same process. The next commit will outlaw the use of generic parameters with such macros. | ||||
* | fixes #1781 | Araq | 2014-12-28 | 1 | -5/+8 |
| | |||||
* | fixes #1742 | Araq | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | fixes #1744 | Araq | 2014-12-17 | 1 | -5/+7 |
| | |||||
* | fixes #1718 | Araq | 2014-12-10 | 1 | -0/+2 |
| | |||||
* | fixes #1548 | Araq | 2014-11-17 | 1 | -5/+7 |
| | |||||
* | fixes #1473 | Araq | 2014-11-12 | 1 | -2/+7 |
| | |||||
* | fix issue #1581 | Billingsly Wetherfordshire | 2014-10-20 | 1 | -0/+1 |
| | |||||
* | implemented 'guard' annotation | Araq | 2014-09-21 | 1 | -0/+2 |
| | |||||
* | merged things from devel | Araq | 2014-09-12 | 1 | -1/+0 |
|\ | |||||
| * | fixes #903, fixess #1513 | Araq | 2014-09-11 | 1 | -6/+14 |
| | | |||||
* | | added nimfix tool | Araq | 2014-09-05 | 1 | -1/+1 |
| | | |||||
* | | fixes recently introduced regression | Araq | 2014-09-03 | 1 | -1/+4 |
| | | |||||
* | | fixes #903, fixes #1513 | Araq | 2014-09-03 | 1 | -7/+18 |
| | | |||||
* | | VM supports math and a few os procs | Araq | 2014-08-30 | 1 | -1/+22 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
|/ | |||||
* | fixes #1343 | Araq | 2014-08-15 | 1 | -4/+3 |
| | |||||
* | fixes #1433 | Araq | 2014-08-14 | 1 | -0/+2 |
| | |||||
* | parseBiggestFloat is now builtin | Araq | 2014-07-16 | 1 | -0/+18 |
| | |||||
* | fixes #1323 | Araq | 2014-07-08 | 1 | -3/+6 |
| | |||||
* | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 1 | -20/+62 |
| | |||||
* | fixes #1310 | Araq | 2014-07-02 | 1 | -1/+8 |
| | |||||
* | corrected backends.txt | Araq | 2014-06-30 | 1 | -0/+7 |
| | |||||
* | fixes constant array indexing bug | Araq | 2014-06-30 | 1 | -14/+31 |
| | |||||
* | Fixed handling swap in vmgen | Felix Krause | 2014-06-25 | 1 | -4/+6 |
| | |||||
* | fixes the bug that keeps the template engine package from working | Araq | 2014-05-25 | 1 | -2/+4 |
| | |||||
* | fixes #1140 | Araq | 2014-05-05 | 1 | -0/+1 |
| | |||||
* | implemented builtin noncopying slice | Araq | 2014-05-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1123 from flaviut/bug1110 | Andreas Rumpf | 2014-04-20 | 1 | -0/+10 |
|\ | | | | | Document vmgen.nim a bit | ||||
| * | Document vmgen.nim a bit | flaviut | 2014-04-20 | 1 | -0/+10 |
| | | |||||
* | | Fixes #1093. | Dominik Picheta | 2014-04-20 | 1 | -9/+1 |
|/ | |||||
* | fixes #1063 | Araq | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | minor VM bugfix | Araq | 2014-04-04 | 1 | -0/+1 |
| | |||||
* | fixed another vm bug | Araq | 2014-04-01 | 1 | -8/+6 |
| | |||||
* | fixes #1009 | Araq | 2014-03-27 | 1 | -1/+8 |
| | |||||
* | added #903 to the test suite | Araq | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | VM: attempt to get integer ops right | Araq | 2014-03-24 | 1 | -16/+46 |
| | |||||
* | VM: endless loop prevention | Araq | 2014-03-24 | 1 | -7/+7 |
| | |||||
* | fixes #404 | Araq | 2014-03-23 | 1 | -14/+17 |
| | |||||
* | fixes #1023 | Araq | 2014-03-22 | 1 | -20/+31 |
| | |||||
* | fixes #1010 | Araq | 2014-03-22 | 1 | -4/+4 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-22 | 1 | -1/+1 |
|\ | |||||
| * | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -1/+1 |
| | | |||||
* | | fixed tuples in a static context; preparations for correct compile time ↵ | Araq | 2014-03-22 | 1 | -1/+2 |
|/ | | | | evaluation of integral ops | ||||
* | should fix the nkExprColonExpr bug in the vm | Araq | 2014-03-13 | 1 | -7/+15 |
| | |||||
* | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 1 | -6/+25 |
|\ | |||||
| * | fixes #937 | Araq | 2014-03-05 | 1 | -6/+25 |
| | |