Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵ | Araq | 2015-04-22 | 1 | -2/+2 |
| | | | | system to the compiler | ||||
* | cleaned up some magics to make room for new magics; added '..<' and '..^' ↵ | Araq | 2015-04-22 | 1 | -2/+2 |
| | | | | templates | ||||
* | VM: minor fixes to make lexim work | Araq | 2015-04-20 | 1 | -3/+4 |
| | |||||
* | Fixes #1986 when calling sameConstant on uint | Joseph Turner | 2015-04-09 | 1 | -1/+1 |
| | | | | | | | | | The problem was saveConstant only checked the range `nkCharLit..nkInt64Lit`, but not up to UInt. This lead to the sonsLen method being called, where sons was never declared. This commit changes it to `nkCharLit..nkUint64Lit`, to match the case statements in the type definition of TNode, in ast.nim. | ||||
* | fixes another regression | Araq | 2015-03-27 | 1 | -1/+2 |
| | |||||
* | fixes #2346 | Araq | 2015-03-16 | 1 | -44/+44 |
| | |||||
* | implements a type API for macros | Araq | 2015-02-24 | 1 | -1/+6 |
| | |||||
* | macros.PNimrodNode is now NimNode | Araq | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 1 | -1/+2 |
| | |||||
* | Fixed high(cstring) in vmgen too | Simon Hafner | 2015-02-01 | 1 | -1/+2 |
| | |||||
* | 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 |
| |