summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Revert "test cases for the new features"Araq2013-05-271-11/+4
| | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09.
* test cases for the new featuresZahary Karadjov2013-05-261-4/+11
|
* more test made greenZahary Karadjov2013-05-264-19/+25
| | | | | | | | | the lambda lifting was trying too hard to ignore generic prods isGenericRoutine was producing false-negatives and only this allowed for some of the warning and error messages to be triggered. some files with mixed line endings were fixed
* further fixes for void stripping. fixes tvoid.Zahary Karadjov2013-05-261-20/+25
|
* fix threading testsZahary Karadjov2013-05-262-9/+17
| | | | | * more type names are valid expressions now * void is properly stripped off during generic instantiation
* 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
| | | | | | | conceptually, these operators are not very different from regular procs in the way they are defined and overloaded. keyword params for them are admittedly less useful, but they improve consistency and may help with generic instantiations once default generic parameters are supported.
* 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
| | | | resulted in invalid code generation
* fixes #267Zahary Karadjov2013-05-265-97/+184
|
* fixes #411Araq2013-05-261-8/+12
|
* implements #448Araq2013-05-261-3/+10
|
* implements #397Araq2013-05-261-1/+10
|
* preparations for version 0.9.4Araq2013-05-251-1/+1
|
* add c2nim,pas2nim to the install packagesAraq2013-05-241-0/+5
|
* added gamera edition to the websiteAraq2013-05-211-3/+3
|
* version 0.9.2Araq2013-05-201-1/+1
|
* attempt to fix a codegen bugAraq2013-05-201-1/+7
|
* made some tests green; implemented 'from module import nil'Araq2013-05-194-6/+12
|
* made some tests greenAraq2013-05-193-3/+5
|
* --os and --cpu work in configuration filesAraq2013-05-191-2/+2
|
* updated docsAraq2013-05-191-1/+1
|
* fixes #432, fixes #427Araq2013-05-192-4/+36
|
* fixes #439Araq2013-05-191-1/+1
|
* fixes #420Araq2013-05-192-4/+9
|
* fixes #433Araq2013-05-182-15/+17
|
* fixes #119Araq2013-05-181-2/+1
|
* fixes #399Araq2013-05-181-1/+2
|
* fixes #437, fixes #436Araq2013-05-181-1/+1
|
* fixes #440Araq2013-05-182-10/+13
|
* preparations for the new symbol binding rules for clean templatesAraq2013-05-181-1/+1
|
* c2nim compiles againAraq2013-05-151-1/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-1423-315/+360
|\
| * fixes #430Zahary Karadjov2013-05-121-6/+12
| |
| * fixes #429 and tstmtexprZahary Karadjov2013-05-125-21/+34
| |
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2013-05-121-3/+10
| |\
| * | documented the ``noforward`` pragmaZahary Karadjov2013-05-121-2/+3
| | |
| * | merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-1212-42/+93
| |\ \
| | * | added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-118-21/+62
| | | | | | | | | | | | | | | | not requiring forward declarations on a per-module basis
| * | | final fixes giving us a working compilerZahary Karadjov2013-05-128-22/+19
| | | |
| * | | get rid of TOverloadIter.stackPtrZahary Karadjov2013-05-123-28/+39
| | | |
| * | | get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-129-76/+76
| | | |
| * | | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-1211-133/+91
| | | |