summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Documents shortcut array syntax. Refs #397.Grzegorz Adam Hankiewicz2013-06-091-0/+15
| * | Adds distinct and borrow to the one and only true index.Grzegorz Adam Hankiewicz2013-06-091-2/+2
* | | Merge pull request #475 from gradha/pr_macosx_gnu_readlineAraq2013-06-091-22/+25
|\ \ \
| * | | Wraps variables inside `when` for macosx. Refs #461.Grzegorz Adam Hankiewicz2013-06-091-22/+25
| |/ /
* | | resolved conflict; added missing filesAraq2013-06-0914-328/+658
|\| |
| * | documented trackDirtyzah2013-06-081-0/+2
| |/
| * Merge pull request #467 from fowlmouth/patch-9Araq2013-06-063-309/+242
| |\
| | * cleaned up lualib.nimBillingsly Wetherfordshire2013-06-061-20/+18
| | * cleaned up lua.nimBillingsly Wetherfordshire2013-06-061-188/+140
| | * use proper types in luaBillingsly Wetherfordshire2013-06-061-101/+84
| * | Merge pull request #464 from fowlmouth/patch-8Araq2013-06-062-5/+5
| |\ \
| | * | Update news.txtBillingsly Wetherfordshire2013-06-041-1/+1
| | * | made macros.dumptree and dumplisp immediate, deprecated the *_imm versionsBillingsly Wetherfordshire2013-06-041-4/+4
| | |/
| * / fixes #466Araq2013-06-065-15/+14
| |/
* / implemented large parts of the 'not nil' checkingAraq2013-06-0921-112/+293
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-046-26/+185
* fixes #456Araq2013-06-041-9/+10
* fixes #451Araq2013-06-042-1/+15
* new scoping rules for 'if' now activeAraq2013-06-044-4/+6
* manyloc test should be green againAraq2013-06-045-32/+22
* tiny doc improvementAraq2013-06-032-6/+0
* fixes semicolon parsing issueAraq2013-06-033-6/+15
* fixes #385Araq2013-06-033-4/+544
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-021-1/+1
|\
| * Added unittest module to docgen.Dominik Picheta2013-05-311-1/+1
* | astToStr is now immediateAraq2013-06-024-6/+28
* | next steps to a luajit codegenAraq2013-06-021-71/+248
|/
* more accurate effects for times.nim; bugfix for the JS codegenAraq2013-05-312-52/+54
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-311-1/+3
|\
| * Merge pull request #455 from fowlmouth/patch-7Araq2013-05-301-1/+3
| |\
| | * rename json.existsKey to hasKey, deprecates existsKeyBillingsly Wetherfordshire2013-05-271-1/+3
* | | fixes #458Araq2013-05-312-4/+7
* | | another attempt to implement #448Araq2013-05-311-10/+7
* | | better error message for subtle nil errorsAraq2013-05-314-3/+8
|/ /
* | Revert "fixes #267"Araq2013-05-275-184/+97
* | Revert "bugfix: emulated thread vars used in combination with the mark & swee...Araq2013-05-273-11/+4
* | Revert "allow `void` as a field type"Araq2013-05-272-42/+26
* | Revert "allow keyword params for the `[]` and `{}` operators"Araq2013-05-271-12/+8
* | Revert "static and default params for generics"Araq2013-05-274-92/+61
* | Revert "fix tforwardgeneric"Araq2013-05-274-8/+6
* | Revert "fix threading tests"Araq2013-05-272-17/+9
* | Revert "further fixes for void stripping. fixes tvoid."Araq2013-05-271-25/+20
* | Revert "more test made green"Araq2013-05-276-96/+89
* | Revert "test cases for the new features"Araq2013-05-274-78/+4
|/
* test cases for the new featuresZahary Karadjov2013-05-264-4/+78
* more test made greenZahary Karadjov2013-05-266-89/+96
* further fixes for void stripping. fixes tvoid.Zahary Karadjov2013-05-261-20/+25
* fix threading testsZahary Karadjov2013-05-262-9/+17
* fix tforwardgenericZahary Karadjov2013-05-264-6/+8
* static and default params for genericsZahary Karadjov2013-05-264-61/+92