Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | marshalling can be done at compile-time | Araq | 2015-04-25 | 1 | -6/+15 |
| | |||||
* | VM: minor fixes to make lexim work | Araq | 2015-04-20 | 1 | -1/+8 |
| | |||||
* | Improve error message for failed conversion in VM | def | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | | | - Fixes #2045 - Old one: Error: conversion from unknown type to unknown type is invalid - New one: Error: conversion from -1 to [0..255] is invalid | ||||
* | fixes #2252 | Araq | 2015-03-04 | 1 | -0/+2 |
| | |||||
* | cleaned up whitespace | Araq | 2015-03-04 | 1 | -22/+22 |
| | |||||
* | don't use stdout for nimsuggest server mode | Araq | 2015-02-27 | 1 | -4/+8 |
| | |||||
* | implements a type API for macros | Araq | 2015-02-24 | 1 | -1/+19 |
| | |||||
* | macros.PNimrodNode is now NimNode | Araq | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | fixes #2167 | Araq | 2015-02-20 | 1 | -3/+9 |
| | |||||
* | better error message | Araq | 2015-02-08 | 1 | -1/+3 |
| | |||||
* | fixes #1989 | Araq | 2015-02-01 | 1 | -3/+5 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Proposed fix for issue #1946 | Audun Wilhelmsen | 2015-01-16 | 1 | -0/+1 |
| | |||||
* | Revert 5e4ae8d | Dustin Lacewell | 2015-01-07 | 1 | -23/+9 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fix #1858; Add support for generic templates and macros | Zahary Karadjov | 2015-01-05 | 1 | -9/+23 |
| | | | | | | | | | 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 #1744 | Araq | 2014-12-17 | 1 | -3/+8 |
| | |||||
* | fixes #1689 | Araq | 2014-12-10 | 1 | -0/+7 |
| | |||||
* | fixes #1692 | Araq | 2014-12-10 | 1 | -3/+5 |
| | |||||
* | fixes #916 | Araq | 2014-11-20 | 1 | -2/+2 |
| | |||||
* | fixes error propagation for macros.parseExpr | Araq | 2014-11-13 | 1 | -0/+1 |
| | |||||
* | fixes #1473 | Araq | 2014-11-12 | 1 | -7/+23 |
| | |||||
* | 'try' works at compile-time | Araq | 2014-10-02 | 1 | -1/+12 |
| | |||||
* | fixes documentation generator | Araq | 2014-09-14 | 1 | -2/+2 |
| | |||||
* | updated iup.nim; made tests green | Araq | 2014-08-31 | 1 | -2/+2 |
| | |||||
* | VM supports math and a few os procs | Araq | 2014-08-30 | 1 | -4/+10 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Fixes incorrect macro stack traces. | Dominik Picheta | 2014-08-11 | 1 | -1/+10 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -3/+1 |
| | |||||
* | parseBiggestFloat is now builtin | Araq | 2014-07-16 | 1 | -1/+13 |
| | |||||
* | VM: fixes 'raise' | Araq | 2014-07-10 | 1 | -2/+2 |
| | |||||
* | fixes #933 | Araq | 2014-07-08 | 1 | -4/+1 |
| | |||||
* | fixes #1103; fixes #1297 | Araq | 2014-07-08 | 1 | -9/+8 |
| | |||||
* | fixes #1310 | Araq | 2014-07-02 | 1 | -0/+7 |
| | |||||
* | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 1 | -2/+3 |
| | |||||
* | fixes #1140 | Araq | 2014-05-05 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 1 | -1/+7 |
|\ | |||||
| * | Fixes #1119. | Dominik Picheta | 2014-04-20 | 1 | -0/+1 |
| | | |||||
| * | Fixes #1093. | Dominik Picheta | 2014-04-20 | 1 | -1/+6 |
| | | |||||
* | | fixes #1085 | Araq | 2014-04-21 | 1 | -1/+1 |
|/ | |||||
* | new VM: proper shield against endless recursions | Araq | 2014-04-05 | 1 | -2/+10 |
| | |||||
* | new VM: fixes for exception handling | Araq | 2014-04-04 | 1 | -8/+17 |
| | |||||
* | Implement overflow/underflow checking for the VM. | EXetoC | 2014-03-31 | 1 | -6/+49 |
| | |||||
* | fixes #1009 | Araq | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | added #903 to the test suite | Araq | 2014-03-26 | 1 | -1/+5 |
| | |||||
* | VM: attempt to get integer ops right | Araq | 2014-03-24 | 1 | -8/+6 |
| | |||||
* | VM: endless loop prevention | Araq | 2014-03-24 | 1 | -1/+20 |
| | |||||
* | fixes #404 | Araq | 2014-03-23 | 1 | -0/+2 |
| | |||||
* | fixes #1010 | Araq | 2014-03-22 | 1 | -22/+25 |
| | |||||
* | fixed tuples in a static context; preparations for correct compile time ↵ | Araq | 2014-03-22 | 1 | -1/+25 |
| | | | | evaluation of integral ops |