summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Avoids usefulFact recursion with nil parameter. Fixes #518.Grzegorz Adam Hankiewicz2013-07-091-1/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-07-021-2/+5
|\
| * Merge pull request #502 from nihathrael/masterAraq2013-07-011-2/+5
| |\ | | | | | | Order suggestion output by scope and then by item name.
| | * Order suggestion output by scope and then by item name.Thomas Kinnen2013-07-011-2/+5
| | |
* | | fixes #505Araq2013-07-021-2/+5
| | |
* | | fixes #503Araq2013-07-021-9/+11
|/ /
* | 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
| | | | This reverts commit 7fccdedcb5d1e583039b2ea2ae6564412a0f5104.
* Revert "bugfix: emulated thread vars used in combination with the mark & ↵Araq2013-05-273-11/+4
| | | | | | sweep GC" This reverts commit 420789c2782be7b969ad02448841d90bd0d17a1f.
* Revert "allow `void` as a field type"Araq2013-05-272-42/+26
| | | | This reverts commit aea27a7ce4a263122e0a053afa864ee76baaf8d5.
* Revert "allow keyword params for the `[]` and `{}` operators"Araq2013-05-271-12/+8
| | | | This reverts commit bfff1ac8b2435595351194f6c4b1268d38301401.
* Revert "static and default params for generics"Araq2013-05-274-92/+61
| | | | This reverts commit 46813bbe4e1423181521d4792b9af7593f48fa1f.
* Revert "fix tforwardgeneric"Araq2013-05-273-5/+4
| | | | This reverts commit d82a032566de1612ff1ed2d82cc7ec2bd58267d7.
* Revert "fix threading tests"Araq2013-05-272-17/+9
| | | | This reverts commit d5fffc032f2b390abd7b4c4fea2e49b1a0ef9736.
* Revert "further fixes for void stripping. fixes tvoid."Araq2013-05-271-25/+20
| | | | This reverts commit 4ae4005f805c5b2e329b2e060fcf40169238a9f9.
* Revert "more test made green"Araq2013-05-274-25/+19
| | | | This reverts commit 911e6e710f28f454cf8bc1bb493c1a28c4694b76.