Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c2nim knows about arrray[N, T] | Araq | 2014-03-22 | 1 | -4/+5 |
| | |||||
* | fixes #993 | Araq | 2014-03-13 | 1 | -1/+7 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-13 | 4 | -11/+23 |
|\ | |||||
| * | fix tsemistatic | Zahary Karadjov | 2014-03-11 | 4 | -11/+23 |
| | | |||||
* | | should fix the nkExprColonExpr bug in the vm | Araq | 2014-03-13 | 3 | -10/+17 |
|/ | |||||
* | fix #988 | Zahary Karadjov | 2014-03-10 | 2 | -6/+6 |
| | | | | trivial crash caused due to unchecked iteration over an empty reclist | ||||
* | fix #986 | Zahary Karadjov | 2014-03-10 | 2 | -14/+24 |
| | |||||
* | further improvements for static generic params; activate the hardest test cases | Zahary Karadjov | 2014-03-10 | 2 | -12/+16 |
| | |||||
* | fix #866; generic static params | Zahary Karadjov | 2014-03-09 | 4 | -18/+33 |
| | |||||
* | fix #909 | Zahary Karadjov | 2014-03-09 | 2 | -1/+7 |
| | |||||
* | fix #829; (macros.quote) | Zahary Karadjov | 2014-03-09 | 1 | -1/+1 |
| | | | | | | | | the fix is a little bit peculiar: the inserted call to getAst was getting a false-positive for being a lambda proc, because lambdalifting.isInnerProc takes into account who is the owner of a given symbol: (a nested proc is a callable symbol owned by the enclosing proc) | ||||
* | fix #949 | Zahary Karadjov | 2014-03-09 | 1 | -1/+2 |
| | |||||
* | teach opcLdObj about nkExprColonExpr | Zahary Karadjov | 2014-03-09 | 1 | -1/+3 |
| | |||||
* | few more fixes for static params in macros; new failing test cases for ↵ | Zahary Karadjov | 2014-03-09 | 1 | -8/+17 |
| | | | | static evaluation | ||||
* | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-09 | 5 | -39/+79 |
|\ | |||||
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-07 | 23 | -94/+134 |
| |\ | |||||
| * | | implements strongSpaces parsing mode | Araq | 2014-03-07 | 5 | -39/+79 |
| | | | |||||
* | | | fix #966 | Zahary Karadjov | 2014-03-09 | 1 | -3/+9 |
| | | | | | | | | | | | | test for ``map`` defined as inline iterator | ||||
* | | | implicit auto return type for inline iterators | Zahary Karadjov | 2014-03-08 | 1 | -2/+6 |
| | | | |||||
* | | | implements higher-order inline iterators and return type inference for iterators | Zahary Karadjov | 2014-03-08 | 8 | -27/+81 |
| |/ |/| | |||||
* | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 12 | -40/+89 |
|\| | |||||
| * | implemented 'union' and 'unchecked' pragmas | Araq | 2014-03-05 | 6 | -21/+44 |
| | | |||||
| * | c2nim knows about the 'union' pragma | Araq | 2014-03-05 | 1 | -11/+10 |
| | | |||||
| * | bugfix: unreported 'compiles' bug | Araq | 2014-03-05 | 1 | -1/+1 |
| | | |||||
| * | fixes #942 | Araq | 2014-03-05 | 1 | -1/+1 |
| | | |||||
| * | fixes #937 | Araq | 2014-03-05 | 3 | -6/+33 |
| | | |||||
* | | fix #587 | Zahary Karadjov | 2014-03-06 | 1 | -0/+6 |
| | | |||||
* | | test cases for the new handling of iterators by the `is` operator | Zahary Karadjov | 2014-03-06 | 2 | -8/+9 |
| | | |||||
* | | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 22 | -78/+104 |
| | | | | | | | | easier discrimination between them | ||||
* | | iterators now return tyIter(T); | Zahary Karadjov | 2014-03-05 | 6 | -11/+18 |
|/ | | | | | | | | tyIter(T) represents an "iteration yielding values of type T" I'm planning to use that in the context of the `is` operator supporting predicates such as `C.items is iterator` and also in the upcoming support for higher-order inline iterators. | ||||
* | fixes #968 | Araq | 2014-03-04 | 2 | -2/+2 |
| | |||||
* | removed dead code | Araq | 2014-03-04 | 1 | -27/+0 |
| | |||||
* | don't produce nested indents for nested stmt lists | Araq | 2014-03-04 | 1 | -7/+10 |
| | |||||
* | the compiler is now aware of packages | Araq | 2014-03-02 | 4 | -24/+18 |
| | |||||
* | better handling of packages, still incomplete | Araq | 2014-03-02 | 1 | -13/+44 |
| | |||||
* | tstmtexprs.nim works again | Araq | 2014-02-27 | 2 | -3/+3 |
| | |||||
* | xmltree.`<>` macro works again | Araq | 2014-02-27 | 3 | -10/+12 |
| | |||||
* | some progress on the new name mangler | Araq | 2014-02-27 | 1 | -130/+251 |
| | |||||
* | make C backend more robust against compiler bugs | Araq | 2014-02-27 | 1 | -0/+2 |
| | |||||
* | renamed TRegister to TFullReg so that older versions can compile it | Araq | 2014-02-26 | 1 | -16/+16 |
| | |||||
* | htmlgen works again | Araq | 2014-02-25 | 1 | -3/+8 |
| | |||||
* | bootstrapping should work again | Araq | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | made some tests green; htmlgen still broken | Araq | 2014-02-25 | 2 | -7/+13 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 1 | -38/+38 |
|\ | |||||
| * | rename compilerProcs to match the recently changed jssys.nim | Zahary Karadjov | 2014-02-25 | 1 | -38/+38 |
| | | |||||
* | | Merge branch 'vm2_2' into devel | Araq | 2014-02-25 | 16 | -549/+948 |
|\ \ | |||||
| * | | added canonizer | Araq | 2014-02-25 | 1 | -0/+288 |
| | | | |||||
| * | | bugfix: typo | Araq | 2014-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | new VM is getting stable | Araq | 2014-02-24 | 8 | -36/+97 |
| | | | |||||
| * | | simple macros work again | Araq | 2014-02-22 | 1 | -40/+32 |
| | | |