summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* some small performance improvement for the evaluatorAraq2013-06-283-50/+69
* small REPL improvementsAraq2013-06-282-5/+7
* var tuple unpacking works at compile timeAraq2013-06-283-40/+53
* implements nicer floating point literalsAraq2013-06-271-12/+13
* bugfix: rendering of typ|typ2Araq2013-06-271-8/+16
* implements the 'codegenDecl' pragmaAraq2013-06-275-25/+41
* fixes #488Araq2013-06-271-0/+1
* fixes #442Araq2013-06-271-11/+20
* fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-272-8/+4
* fixes #481Araq2013-06-132-1/+27
* improvements for 'not nil' checkingAraq2013-06-136-24/+94
* bugfixes for the guarded data flow analysisAraq2013-06-123-68/+101
* next steps for guarded data flow analysisAraq2013-06-114-54/+262
* fixes 465Araq2013-06-091-1/+0
* resolved conflict; added missing filesAraq2013-06-093-10/+356
|\
| * fixes #466Araq2013-06-062-10/+10
* | implemented large parts of the 'not nil' checkingAraq2013-06-0913-59/+185
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-043-25/+176
* fixes #451Araq2013-06-041-1/+3
* new scoping rules for 'if' now activeAraq2013-06-041-1/+1
* fixes semicolon parsing issueAraq2013-06-031-5/+9
* fixes #385Araq2013-06-032-4/+50
* 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-311-1/+1
* fixes #458Araq2013-05-311-1/+2
* another attempt to implement #448Araq2013-05-311-10/+7
* better error message for subtle nil errorsAraq2013-05-312-1/+3
* 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-273-5/+4
* 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-274-25/+19
* Revert "test cases for the new features"Araq2013-05-271-11/+4
* test cases for the new featuresZahary Karadjov2013-05-261-4/+11
* more test made greenZahary Karadjov2013-05-264-19/+25
* 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-263-4/+5
* static and default params for genericsZahary Karadjov2013-05-264-61/+92
* allow keyword params for the `[]` and `{}` operatorsZahary Karadjov2013-05-261-8/+12
* allow `void` as a field typeZahary Karadjov2013-05-262-26/+42
* bugfix: emulated thread vars used in combination with the mark & sweep GCZahary Karadjov2013-05-263-4/+11
* fixes #267Zahary Karadjov2013-05-265-97/+184
* fixes #411Araq2013-05-261-8/+12
* implements #448Araq2013-05-261-3/+10