Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #425 from gradha/pr_ignore_generated_files | Simon Hafner | 2013-05-10 | 1 | -0/+114 |
|\ | | | | | Adds some more entries to the list of ignored files. | ||||
| * | Adds some more entries to the list of ignored files. | Grzegorz Adam Hankiewicz | 2013-05-10 | 1 | -0/+114 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-09 | 1 | -0/+3 |
|\ | |||||
| * | Merge pull request #418 from fowlmouth/patch-5 | Araq | 2013-05-08 | 1 | -0/+3 |
| |\ | | | | | | | add hashing for seqs | ||||
| | * | Change varargs[T] to openarray[T] | Billingsly Wetherfordshire | 2013-05-04 | 1 | -1/+1 |
| | | | |||||
| | * | Change hash[T](seq[A]) to take varargs[A] | Billingsly Wetherfordshire | 2013-05-04 | 1 | -1/+1 |
| | | | |||||
| | * | add hashing for seqs | Billingsly Wetherfordshire | 2013-05-04 | 1 | -0/+3 |
| | | | |||||
* | | | better effects handling for callbacks | Araq | 2013-05-09 | 4 | -6/+63 |
|/ / | |||||
* | | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 4 | -9/+19 |
| | | |||||
* | | Merge branch 'master' into newparser | Araq | 2013-05-07 | 18 | -69/+196 |
|\ \ | |||||
| * | | 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 | 9 | -7/+72 |
| | | | |||||
| * | | bugfix: compiling after idetools usage is now possible in caas mode | Zahary Karadjov | 2013-05-05 | 2 | -0/+20 |
| | | | |||||
| * | | 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 | 942 | -3237/+13786 |
| |\| | |||||
| * | | 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 | 31 | -64/+278 |
|\ \ \ | | |/ | |/| | |||||
| * | | failing test case demonstrating how generic arguments are preferred to | Zahary Karadjov | 2013-05-04 | 1 | -0/+26 |
| | | | | | | | | | | | | openarray and varargs arguments | ||||
| * | | adding some failing caas tests | Zahary Karadjov | 2013-05-04 | 3 | -2/+21 |
| | | | |||||
| * | | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 9 | -4/+122 |
| | | | |||||
| * | | 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 | 10 | -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 service | Zahary Karadjov | 2013-04-29 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #403 from fowlmouth/patch-4 | Araq | 2013-04-26 | 2 | -8/+10 |
| |\ \ | | | | | | | | | update macros.add() | ||||
| | * | | Update macros.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -6/+8 |
| | | | | |||||
| | * | | Update evals.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -2/+2 |
| |/ / | |||||
| * | | fixes #393; now works with backticks | Araq | 2013-04-23 | 1 | -1/+5 |
| | | | |||||
| * | | fixes #394 | Araq | 2013-04-23 | 1 | -2/+5 |
| | | | |||||
| * | | added distinct array test | Araq | 2013-04-23 | 2 | -7/+14 |
| | | | |||||
| * | | fixes #395 | Araq | 2013-04-23 | 2 | -7/+9 |
| | | | |||||
* | | | more intuitive behaviour for 'discardable' in expression bodies | Araq | 2013-05-04 | 6 | -22/+99 |
| | | | |||||
* | | | fixes #117 | Araq | 2013-05-04 | 4 | -7/+35 |
| | | | |||||
* | | | bugfixes | Araq | 2013-05-04 | 4 | -3/+19 |
| | | | |||||
* | | | fixed: typo | Araq | 2013-05-03 | 1 | -1/+1 |
| | | | |||||
* | | | completed expr/stmt unification | Araq | 2013-05-03 | 10 | -673/+642 |
| | | | |||||
* | | | new parser works with docgen | Araq | 2013-05-02 | 2 | -1/+1 |
| | | | |||||
* | | | pegs compiles again | Araq | 2013-05-02 | 1 | -1/+2 |
| | | | |||||
* | | | revert new scope for 'if' | Araq | 2013-05-02 | 8 | -6/+182 |
| | | | |||||
* | | | --out works for exes | Araq | 2013-05-01 | 1 | -1/+3 |
| | | | |||||
* | | | bugfixes mostly JS related | Araq | 2013-05-01 | 10 | -20/+37 |
| | | | |||||
* | | | re.nim compiles again | Araq | 2013-05-01 | 1 | -1/+2 |
| | | | |||||
* | | | tester should work again; documented (;) | Araq | 2013-04-30 | 4 | -7/+43 |
| | | |