Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | computed goto now works; some progress on the new VM | Araq | 2013-10-25 | 1 | -15/+16 |
| | |||||
* | fixed another semicolon related parsing bug | Araq | 2013-10-02 | 1 | -24/+0 |
| | |||||
* | resolved the conflict | Araq | 2013-09-03 | 1 | -18/+13 |
|\ | |||||
| * | Merge branch 'type-classes' into upstream | Zahary Karadjov | 2013-09-03 | 1 | -18/+13 |
| |\ | |||||
| | * | fix tcompiles | Zahary Karadjov | 2013-08-27 | 1 | -18/+13 |
| | | | |||||
* | | | better support for GNU's assembler | Araq | 2013-09-03 | 1 | -1/+1 |
|/ / | |||||
* | | fixes #554, fixes #179 | Araq | 2013-08-31 | 1 | -0/+27 |
| | | |||||
* | | fixes #563 | Araq | 2013-08-31 | 1 | -0/+14 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-30 | 2 | -0/+117 |
|\| | |||||
| * | implemented and documented the new typedesc binding rules | Zahary Karadjov | 2013-08-23 | 1 | -0/+87 |
| | | |||||
| * | Experimental support for delayed instantiation of generics | Zahary Karadjov | 2013-08-23 | 1 | -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 #572 | Araq | 2013-08-30 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-22 | 6 | -72/+133 |
|\ | |||||
| * | some steps to improve the type mismatches with the new | Zahary Karadjov | 2013-08-19 | 1 | -0/+10 |
| | | | | | | | | generic instantiation logic | ||||
| * | Revert "Revert "made some tests green"" | Zahary Karadjov | 2013-08-19 | 2 | -70/+70 |
| | | |||||
| * | Revert "Revert "fix tforwardgeneric"" | Zahary Karadjov | 2013-08-19 | 1 | -2/+3 |
| | | | | | | | | This reverts commit e3f93241c3824e49b69c647bbd44726a79e8f8f8. | ||||
| * | Revert "Revert "test cases for the new features"" | Zahary Karadjov | 2013-08-19 | 2 | -0/+50 |
| | | | | | | | | This reverts commit e1b668c868dbc647bb5da98d8e4769c2c9b351fd. | ||||
* | | fixed and documented computedGoto pragma | Araq | 2013-08-22 | 1 | -2/+3 |
|/ | |||||
* | implemented computed goto support | Araq | 2013-08-13 | 1 | -0/+45 |
| | |||||
* | fixes #544 | Araq | 2013-07-24 | 1 | -0/+12 |
| | |||||
* | fixes #501 | Araq | 2013-07-01 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-06-27 | 1 | -3/+3 |
|\ | |||||
| * | Fixed OSError + recvLine deprecation warnings. | Dominik Picheta | 2013-06-27 | 1 | -3/+3 |
| | | |||||
* | | fixes #488 | Araq | 2013-06-27 | 1 | -0/+9 |
|/ | |||||
* | implemented dataflow analysis; activate via --warning[Uninit]:on | Araq | 2013-06-04 | 1 | -0/+4 |
| | |||||
* | fixes #458 | Araq | 2013-05-31 | 1 | -3/+5 |
| | |||||
* | Revert "fix tforwardgeneric" | Araq | 2013-05-27 | 1 | -3/+2 |
| | | | | This reverts commit d82a032566de1612ff1ed2d82cc7ec2bd58267d7. | ||||
* | Revert "more test made green" | Araq | 2013-05-27 | 2 | -71/+70 |
| | | | | This reverts commit 911e6e710f28f454cf8bc1bb493c1a28c4694b76. | ||||
* | Revert "test cases for the new features" | Araq | 2013-05-27 | 2 | -50/+0 |
| | | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09. | ||||
* | test cases for the new features | Zahary Karadjov | 2013-05-26 | 2 | -0/+50 |
| | |||||
* | more test made green | Zahary Karadjov | 2013-05-26 | 2 | -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 | ||||
* | fix tforwardgeneric | Zahary Karadjov | 2013-05-26 | 1 | -2/+3 |
| | |||||
* | documented the ``noforward`` pragma | Zahary Karadjov | 2013-05-12 | 1 | -0/+10 |
| | |||||
* | better effects handling for callbacks | Araq | 2013-05-09 | 1 | -0/+14 |
| | |||||
* | fixes #117 | Araq | 2013-05-04 | 1 | -0/+20 |
| | |||||
* | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 1 | -0/+8 |
| | |||||
* | fixes #310 | Araq | 2013-04-13 | 1 | -0/+22 |
| | |||||
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 1 | -0/+19 |
| | |||||
* | cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵ | Araq | 2013-04-11 | 1 | -1/+5 |
| | | | | bootstrapping build | ||||
* | fixes #368 | Araq | 2013-04-08 | 1 | -0/+59 |
| | |||||
* | fixes #304 | Araq | 2013-03-18 | 2 | -0/+16 |
| | |||||
* | fixes #366 | Araq | 2013-03-17 | 1 | -0/+8 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 113 | -0/+0 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 15 | -9/+363 |
|\ | |||||
| * | Merge pull request #316 from gradha/pr_renames_each_to_map | Araq | 2013-01-23 | 2 | -3/+3 |
| |\ | | | | | | | Renames each proc to map, each is left deprecated. | ||||
| | * | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 2 | -3/+3 |
| | | | |||||
| * | | bootstrapping works again | Araq | 2013-01-22 | 1 | -0/+14 |
| | | | |||||
| * | | fixed some closure related bugs | Araq | 2013-01-22 | 1 | -0/+194 |
| |/ | |||||
| * | small bugfix for lambdalifting; preparations for a better testing framework | Araq | 2013-01-19 | 1 | -0/+1 |
| | | |||||
| * | fixes #299 | Araq | 2013-01-08 | 1 | -0/+13 |
| | |