summary refs log tree commit diff stats
path: root/tests/compile
Commit message (Collapse)AuthorAgeFilesLines
* new tester; all tests categorizedAraq2014-01-13176-5460/+0
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-136-103/+215
|\
| * progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-9/+15
| |
| * introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-042-0/+47
| |
| * clean-up some obsolete code; close #602Zahary Karadjov2013-12-311-0/+14
| |
| * close #517Zahary Karadjov2013-12-311-0/+10
| |
| * Merge branch 'upstream' into develZahary Karadjov2013-12-293-94/+129
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| | * integrate the logic of fixupProcType into ReplaceTypeVarsZahary Karadjov2013-12-291-30/+30
| | |
| | * make more tests greenZahary Karadjov2013-12-291-64/+64
| | |
| | * lift generic parameters from concrete composite type classesZahary Karadjov2013-12-281-6/+11
| | |
| | * towards support for composite type classes such as seq[Number] and ↵Zahary Karadjov2013-12-271-0/+30
| | | | | | | | | | | | SquareMatrix[T]
* | | case consistency improvementsAraq2014-01-111-4/+0
|/ /
* | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-244-19/+24
|\ \
| * | new VM: globals kinda workAraq2013-12-131-1/+1
| | |
| * | new VM: improvementsAraq2013-12-121-3/+3
| | |
| * | new VM: passes more testsAraq2013-12-061-0/+4
| | |
| * | Merge branch 'master' into vm2Araq2013-12-051-0/+8
| |\| | | | | | | | | | | | | Conflicts: compiler/sem.nim
| * | computed goto now works; some progress on the new VMAraq2013-10-251-15/+16
| | |
* | | Correct the spelling of the word 'implicitly'Satish BD2013-12-231-1/+1
| |/ |/|
* | fixes #686Araq2013-11-291-0/+8
|/
* fixed another semicolon related parsing bugAraq2013-10-021-24/+0
|
* resolved the conflictAraq2013-09-031-18/+13
|\
| * Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-031-18/+13
| |\
| | * fix tcompilesZahary Karadjov2013-08-271-18/+13
| | |
* | | better support for GNU's assemblerAraq2013-09-031-1/+1
|/ /
* | fixes #554, fixes #179Araq2013-08-311-0/+27
| |
* | fixes #563Araq2013-08-311-0/+14
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-302-0/+117
|\|
| * implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-0/+87
| |
| * Experimental support for delayed instantiation of genericsZahary Karadjov2013-08-231-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This postpones the semantic pass over the generic's body until the generic is instantiated. There are several pros and cons for this method and the capabilities that it enables may still be possible in the old framework if we teach it a few new trick. Such an attempt will follow in the next commits. pros: 1) It allows macros to be expanded during generic instantiation that will provide the body of the generic. See ``tmacrogenerics``. 2) The instantiation code is dramatically simplified. Dealing with unknown types in the generic's body pre-pass requires a lot of hacky code and error silencing in semTypeNode. See ``tgenericshardcases``. cons: 1) There is a performance penalty of roughly 5% when bootstrapping. 2) Certain errors that used to be detected in the previous pre-pass won't be detected with the new scheme until instantiation.
* | fixes #572Araq2013-08-301-0/+3
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-08-226-72/+133
|\
| * some steps to improve the type mismatches with the newZahary Karadjov2013-08-191-0/+10
| | | | | | | | generic instantiation logic
| * Revert "Revert "made some tests green""Zahary Karadjov2013-08-192-70/+70
| |
| * Revert "Revert "fix tforwardgeneric""Zahary Karadjov2013-08-191-2/+3
| | | | | | | | This reverts commit e3f93241c3824e49b69c647bbd44726a79e8f8f8.
| * Revert "Revert "test cases for the new features""Zahary Karadjov2013-08-192-0/+50
| | | | | | | | This reverts commit e1b668c868dbc647bb5da98d8e4769c2c9b351fd.
* | fixed and documented computedGoto pragmaAraq2013-08-221-2/+3
|/
* implemented computed goto supportAraq2013-08-131-0/+45
|
* fixes #544Araq2013-07-241-0/+12
|
* fixes #501Araq2013-07-011-0/+3
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-06-271-3/+3
|\
| * Fixed OSError + recvLine deprecation warnings.Dominik Picheta2013-06-271-3/+3
| |
* | fixes #488Araq2013-06-271-0/+9
|/
* implemented dataflow analysis; activate via --warning[Uninit]:onAraq2013-06-041-0/+4
|
* fixes #458Araq2013-05-311-3/+5
|
* Revert "fix tforwardgeneric"Araq2013-05-271-3/+2
| | | | This reverts commit d82a032566de1612ff1ed2d82cc7ec2bd58267d7.
* Revert "more test made green"Araq2013-05-272-71/+70
| | | | This reverts commit 911e6e710f28f454cf8bc1bb493c1a28c4694b76.
* Revert "test cases for the new features"Araq2013-05-272-50/+0
| | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09.
* test cases for the new featuresZahary Karadjov2013-05-262-0/+50
|
* more test made greenZahary Karadjov2013-05-262-70/+71
| | | | | | | | | 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