summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
|/
* 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
| * | test-runner for caas multi-step testsZahary Karadjov2013-05-049-4/+122
| * | Changed babel path handling.Dominik Picheta2013-05-021-1/+1
| * | nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-0110-34/+64
| * | proper compiler output delimiter in the stdin compiler serviceZahary Karadjov2013-04-291-0/+3
| * | Merge pull request #403 from fowlmouth/patch-4Araq2013-04-262-8/+10
| |\ \
| | * | Update macros.nimBillingsly Wetherfordshire2013-04-251-6/+8
| | * | Update evals.nimBillingsly Wetherfordshire2013-04-251-2/+2
| |/ /
| * | fixes #393; now works with backticksAraq2013-04-231-1/+5
| * | fixes #394Araq2013-04-231-2/+5
| * | added distinct array testAraq2013-04-232-7/+14
| * | fixes #395Araq2013-04-232-7/+9