Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c2nim compiles again | Araq | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-14 | 23 | -315/+360 |
|\ | |||||
| * | fixes #430 | Zahary Karadjov | 2013-05-12 | 1 | -6/+12 |
| | | |||||
| * | fixes #429 and tstmtexpr | Zahary Karadjov | 2013-05-12 | 5 | -21/+34 |
| | | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2013-05-12 | 1 | -3/+10 |
| |\ | |||||
| * | | documented the ``noforward`` pragma | Zahary Karadjov | 2013-05-12 | 1 | -2/+3 |
| | | | |||||
| * | | merged the persistent scopes work with the delayed proc compilation strategy | Zahary Karadjov | 2013-05-12 | 12 | -42/+93 |
| |\ \ | |||||
| | * | | added a ``noforward`` pragma that enables a new compilation strategy | Zahary Karadjov | 2013-05-11 | 8 | -21/+62 |
| | | | | | | | | | | | | | | | | not requiring forward declarations on a per-module basis | ||||
| * | | | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 8 | -22/+19 |
| | | | | |||||
| * | | | get rid of TOverloadIter.stackPtr | Zahary Karadjov | 2013-05-12 | 3 | -28/+39 |
| | | | | |||||
| * | | | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 9 | -76/+76 |
| | | | | |||||
| * | | | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 11 | -133/+91 |
| | | | | |||||
| * | | | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 11 | -88/+96 |
| |/ / | |||||
* | | | 'inject' for 'for' loop variables | Araq | 2013-05-14 | 3 | -26/+38 |
| | | | |||||
* | | | Merge branch 'newtempl' of github.com:Araq/Nimrod | Araq | 2013-05-11 | 2 | -8/+14 |
|\ \ \ | |_|/ |/| | | |||||
| * | | todo.txt changes | Araq | 2013-05-11 | 2 | -8/+14 |
| |/ | |||||
* / | new effect system should be sound now | Araq | 2013-05-11 | 1 | -3/+10 |
|/ | |||||
* | better effects handling for callbacks | Araq | 2013-05-09 | 1 | -1/+23 |
| | |||||
* | Merge branch 'master' into newparser | Araq | 2013-05-07 | 14 | -69/+158 |
|\ | |||||
| * | handle invalid data in --def | Zahary Karadjov | 2013-05-05 | 1 | -2/+5 |
| | | |||||
| * | don't perform unnecessary linking | Zahary Karadjov | 2013-05-05 | 1 | -1/+1 |
| | | |||||
| * | fix compiling after suggest | Zahary Karadjov | 2013-05-05 | 3 | -41/+36 |
| | | |||||
| * | support suggest after compile in caas mode | Zahary Karadjov | 2013-05-05 | 6 | -7/+44 |
| | | |||||
| * | bugfix: compiling after idetools usage is now possible in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -0/+10 |
| | | |||||
| * | experimental support for answering idetools --def requests from | Zahary Karadjov | 2013-05-04 | 4 | -10/+72 |
| | | | | | | | | an in-memory index built during compilation in caas mode | ||||
| * | remove some more references of containerID after merging | Zahary Karadjov | 2013-05-04 | 1 | -3/+0 |
| | | |||||
| * | Merge branch 'master' of gh:/Araq/Nimrod into upstream | Zahary Karadjov | 2013-05-04 | 97 | -750/+1715 |
| |\ | |||||
| * | | containerID is no longer needed for generics | Zahary Karadjov | 2013-03-01 | 6 | -19/+4 |
| | | | |||||
* | | | c2nim, pas2nim compile again | Araq | 2013-05-07 | 2 | -16/+16 |
| | | | |||||
* | | | fixed void context detection | Araq | 2013-05-07 | 3 | -3/+4 |
| | | | |||||
* | | | more intelligent handling of 'discardable' | Araq | 2013-05-07 | 1 | -8/+6 |
| | | | |||||
* | | | fixes #121 | Araq | 2013-05-06 | 1 | -0/+3 |
| | | | |||||
* | | | 'result/return' triggers a void context | Araq | 2013-05-06 | 2 | -23/+60 |
| | | | |||||
* | | | Merge branch 'master' into newparser | Araq | 2013-05-04 | 14 | -41/+79 |
|\ \ \ | | |/ | |/| | |||||
| * | | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 1 | -1/+2 |
| | | | |||||
| * | | Changed babel path handling. | Dominik Picheta | 2013-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 9 | -33/+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 service | Zahary Karadjov | 2013-04-29 | 1 | -0/+3 |
| | | | |||||
| * | | Update evals.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -2/+2 |
| | | | |||||
| * | | fixes #394 | Araq | 2013-04-23 | 1 | -2/+5 |
| | | | |||||
| * | | fixes #395 | Araq | 2013-04-23 | 1 | -2/+2 |
| | | | |||||
| * | | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 1 | -5/+7 |
| | | | |||||
* | | | more intuitive behaviour for 'discardable' in expression bodies | Araq | 2013-05-04 | 2 | -11/+19 |
| | | | |||||
* | | | fixes #117 | Araq | 2013-05-04 | 2 | -6/+15 |
| | | | |||||
* | | | bugfixes | Araq | 2013-05-04 | 3 | -2/+18 |
| | | | |||||
* | | | fixed: typo | Araq | 2013-05-03 | 1 | -1/+1 |
| | | | |||||
* | | | completed expr/stmt unification | Araq | 2013-05-03 | 9 | -668/+642 |
| | | | |||||
* | | | new parser works with docgen | Araq | 2013-05-02 | 1 | -0/+1 |
| | | | |||||
* | | | revert new scope for 'if' | Araq | 2013-05-02 | 4 | -4/+7 |
| | | | |||||
* | | | --out works for exes | Araq | 2013-05-01 | 1 | -1/+3 |
| | | |