summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1003 from flaviut/develAndreas Rumpf2014-03-161-0/+1
|\
| * Add token position to `nimrod scan`flaviut2014-03-141-0/+1
* | fix #1007Zahary Karadjov2014-03-161-5/+6
* | make some tests greenZahary Karadjov2014-03-166-17/+32
* | handle arbitrary expressions dependent on static input params in proc signaturesZahary Karadjov2014-03-167-16/+42
* | use g++ and clang++ automatically when compiling to C++Zahary Karadjov2014-03-162-22/+32
* | more robust handling of proc signatures containing inter-param type referencesZahary Karadjov2014-03-165-30/+97
* | fix #997Zahary Karadjov2014-03-161-6/+7
* | fix #996Zahary Karadjov2014-03-161-3/+5
* | first phase of tyGenericParam reforms needed for static paramsZahary Karadjov2014-03-166-47/+79
* | fix #1001Zahary Karadjov2014-03-161-1/+1
* | fix #715 againZahary Karadjov2014-03-164-3/+16
* | allow multi-line expressions using the dot operatorZahary Karadjov2014-03-162-8/+17
* | grammar fix: allow free-standing expressions such as type(foo) is barZahary Karadjov2014-03-161-4/+19
* | fixes #993Araq2014-03-131-1/+7
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-134-11/+23
|\ \
| * | fix tsemistaticZahary Karadjov2014-03-114-11/+23
* | | should fix the nkExprColonExpr bug in the vmAraq2014-03-133-10/+17
|/ /
* | fix #988Zahary Karadjov2014-03-102-6/+6
* | fix #986Zahary Karadjov2014-03-102-14/+24
* | further improvements for static generic params; activate the hardest test casesZahary Karadjov2014-03-102-12/+16
* | fix #866; generic static paramsZahary Karadjov2014-03-094-18/+33
* | fix #909Zahary Karadjov2014-03-092-1/+7
* | fix #829; (macros.quote)Zahary Karadjov2014-03-091-1/+1
* | fix #949Zahary Karadjov2014-03-091-1/+2
* | teach opcLdObj about nkExprColonExprZahary Karadjov2014-03-091-1/+3
* | few more fixes for static params in macros; new failing test cases for static...Zahary Karadjov2014-03-091-8/+17
* | Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-095-39/+79
|\ \
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-0723-94/+134
| |\|
| * | implements strongSpaces parsing modeAraq2014-03-075-39/+79
* | | fix #966Zahary Karadjov2014-03-091-3/+9
* | | implicit auto return type for inline iteratorsZahary Karadjov2014-03-081-2/+6
* | | implements higher-order inline iterators and return type inference for iteratorsZahary Karadjov2014-03-088-27/+81
| |/ |/|
* | Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-0612-40/+89
|\|
| * implemented 'union' and 'unchecked' pragmasAraq2014-03-056-21/+44
| * c2nim knows about the 'union' pragmaAraq2014-03-051-11/+10
| * bugfix: unreported 'compiles' bugAraq2014-03-051-1/+1
| * fixes #942Araq2014-03-051-1/+1
| * fixes #937Araq2014-03-053-6/+33
* | fix #587Zahary Karadjov2014-03-061-0/+6
* | test cases for the new handling of iterators by the `is` operatorZahary Karadjov2014-03-062-8/+9
* | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-0622-78/+104
* | iterators now return tyIter(T);Zahary Karadjov2014-03-056-11/+18
|/
* fixes #968Araq2014-03-042-2/+2
* removed dead codeAraq2014-03-041-27/+0
* don't produce nested indents for nested stmt listsAraq2014-03-041-7/+10
* the compiler is now aware of packagesAraq2014-03-024-24/+18
* better handling of packages, still incompleteAraq2014-03-021-13/+44
* tstmtexprs.nim works againAraq2014-02-272-3/+3
* xmltree.`<>` macro works againAraq2014-02-273-10/+12