summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * rebuilt the C sourcesZahary Karadjov2013-05-132-12/+28
| * fixes #430Zahary Karadjov2013-05-122-6/+24
| * fixes #429 and tstmtexprZahary Karadjov2013-05-126-22/+35
| * fixing the dos line endings in a broken testZahary Karadjov2013-05-121-4/+3
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2013-05-124-7/+29
| |\
| | * Fixes #428Dominik Picheta2013-05-111-1/+1
| * | documented the ``noforward`` pragmaZahary Karadjov2013-05-124-2/+60
| * | merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-1212-42/+93
| |\ \
| | * | added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-119-22/+76
| * | | final fixes giving us a working compilerZahary Karadjov2013-05-128-22/+19
| * | | get rid of TOverloadIter.stackPtrZahary Karadjov2013-05-123-28/+39
| * | | get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-129-76/+76
| * | | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-1211-133/+91
| * | | switch to a linked list of scopesZahary Karadjov2013-05-1111-88/+96
| |/ /
* | | 'inject' for 'for' loop variablesAraq2013-05-145-30/+41
* | | Merge branch 'newtempl' of github.com:Araq/NimrodAraq2013-05-113-47/+65
|\ \ \ | |_|/ |/| |
| * | todo.txt changesAraq2013-05-113-47/+65
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-114-50/+176
|\ \ \ | | |/ | |/|
| * | Merge pull request #426 from gradha/pr_misc_doc_improvementsSimon Hafner2013-05-103-50/+62
| |\ \
| | * | Adds note about grouping to split iterators.Grzegorz Adam Hankiewicz2013-05-111-42/+49
| | * | Adds note to quit() about being called for termination.Grzegorz Adam Hankiewicz2013-05-101-6/+11
| | * | Adds link to manual thread memory section from threads module.Grzegorz Adam Hankiewicz2013-05-101-2/+2
| | |/
| * | Merge pull request #425 from gradha/pr_ignore_generated_filesSimon Hafner2013-05-101-0/+114
| |\ \ | | |/ | |/|
| | * Adds some more entries to the list of ignored files.Grzegorz Adam Hankiewicz2013-05-101-0/+114
| |/
* / new effect system should be sound nowAraq2013-05-113-6/+28
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-091-0/+3
|\
| * Merge pull request #418 from fowlmouth/patch-5Araq2013-05-081-0/+3
| |\
| | * Change varargs[T] to openarray[T]Billingsly Wetherfordshire2013-05-041-1/+1
| | * Change hash[T](seq[A]) to take varargs[A]Billingsly Wetherfordshire2013-05-041-1/+1
| | * add hashing for seqsBillingsly Wetherfordshire2013-05-041-0/+3
* | | better effects handling for callbacksAraq2013-05-094-6/+63
|/ /
* | pegs/re =~ warns about scope rule change; improved docsAraq2013-05-084-9/+19
* | Merge branch 'master' into newparserAraq2013-05-0718-69/+196
|\ \
| * | handle invalid data in --defZahary Karadjov2013-05-051-2/+5
| * | don't perform unnecessary linkingZahary Karadjov2013-05-051-1/+1
| * | fix compiling after suggestZahary Karadjov2013-05-053-41/+36
| * | support suggest after compile in caas modeZahary Karadjov2013-05-059-7/+72
| * | bugfix: compiling after idetools usage is now possible in caas modeZahary Karadjov2013-05-052-0/+20
| * | experimental support for answering idetools --def requests fromZahary Karadjov2013-05-044-10/+72
| * | remove some more references of containerID after mergingZahary Karadjov2013-05-041-3/+0
| * | Merge branch 'master' of gh:/Araq/Nimrod into upstreamZahary Karadjov2013-05-04942-3237/+13786
| |\|
| * | containerID is no longer needed for genericsZahary Karadjov2013-03-016-19/+4
* | | c2nim, pas2nim compile againAraq2013-05-072-16/+16
* | | fixed void context detectionAraq2013-05-073-3/+4
* | | more intelligent handling of 'discardable'Araq2013-05-071-8/+6
* | | fixes #121Araq2013-05-061-0/+3
* | | 'result/return' triggers a void contextAraq2013-05-062-23/+60
* | | Merge branch 'master' into newparserAraq2013-05-0431-64/+278
|\ \ \ | | |/ | |/|
| * | failing test case demonstrating how generic arguments are preferred toZahary Karadjov2013-05-041-0/+26
| * | adding some failing caas testsZahary Karadjov2013-05-043-2/+21