summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | Misc doc improvements
| * 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.
| * 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
| |\ | | | | | | add hashing for seqs
| | * 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
| | | | | | | | | | | | an in-memory index built during compilation in caas mode
| * | 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
| | | | | | | | | | | | openarray and varargs arguments
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
| * | 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.add()
| | * | 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
| | |
* | | more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-046-22/+99
| | |
* | | fixes #117Araq2013-05-044-7/+35
| | |
* | | bugfixesAraq2013-05-044-3/+19
| | |
* | | fixed: typoAraq2013-05-031-1/+1
| | |