summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #502 from nihathrael/masterAraq2013-07-011-2/+5
|\
| * Order suggestion output by scope and then by item name.Thomas Kinnen2013-07-011-2/+5
* | fixes #501Araq2013-07-011-1/+1
* | bugfix: -o option doesn't crash the compiler anymoreAraq2013-07-011-3/+3
|/
* --os:standalone works againAraq2013-06-301-1/+1
* fixes lots of regressionsAraq2013-06-294-9/+12
* bugfix: pragmas allowed for implicit genericsAraq2013-06-291-3/+3
* bugfix: typoAraq2013-06-291-1/+1
* got rid of debug callsAraq2013-06-281-3/+1
* 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