Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #516 | Araq | 2013-08-31 | 1 | -0/+17 |
| | |||||
* | fixes #554, fixes #179 | Araq | 2013-08-31 | 1 | -0/+27 |
| | |||||
* | fixes #563 | Araq | 2013-08-31 | 1 | -0/+14 |
| | |||||
* | fixes #569; C++ codegen works again | Araq | 2013-08-31 | 1 | -1/+16 |
| | |||||
* | fixes #578 | Araq | 2013-08-30 | 1 | -0/+12 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-30 | 4 | -2/+163 |
|\ | |||||
| * | implemented and documented the new typedesc binding rules | Zahary Karadjov | 2013-08-23 | 1 | -0/+87 |
| | | |||||
| * | pass-through of static int generic params to arrays when late instantiation ↵ | Zahary Karadjov | 2013-08-23 | 1 | -2/+7 |
| | | | | | | | | is disabled | ||||
| * | Experimental support for delayed instantiation of generics | Zahary Karadjov | 2013-08-23 | 2 | -0/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 10 | -80/+184 |
|\ | |||||
| * | hacky fix for generic constraints matching | Zahary Karadjov | 2013-08-19 | 3 | -8/+34 |
| | | |||||
| * | 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 | 3 | -0/+67 |
| | | | | | | | | 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 |
| | |||||
* | Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14 | Zahary Karadjov | 2013-08-07 | 1 | -3/+4 |
| | |||||
* | fixes #531 | Araq | 2013-07-24 | 13 | -0/+662 |
| | |||||
* | fixes #544 | Araq | 2013-07-24 | 1 | -0/+12 |
| | |||||
* | Adds idetools failure case for re"" being reported as a module. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -1/+7 |
| | |||||
* | Documents idetools skMacro with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -1/+33 |
| | |||||
* | Documents idetools skLabel with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -0/+18 |
| | |||||
* | Moves caasdriver comments into idetools document. | Grzegorz Adam Hankiewicz | 2013-07-06 | 1 | -39/+1 |
| | |||||
* | Forces removal of nimcache dir for all caas runs. | Grzegorz Adam Hankiewicz | 2013-07-06 | 1 | -0/+2 |
| | | | | | Now some test cases fail because they can't use a previous nimcache directory (which potentially could have wrong compiled code anyway). | ||||
* | Adds more idetools suggest failure cases. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -0/+32 |
| | |||||
* | Merge pull request #485 from gradha/pr_suggest_case | Araq | 2013-07-02 | 3 | -0/+57 |
|\ | | | | | Adds idetools --suggest test case. Refs #484. | ||||
| * | Adds idetools --suggest test case. Refs #484. | Grzegorz Adam Hankiewicz | 2013-07-02 | 3 | -0/+57 |
| | | | | | | | | | | | | 1) There are too many suggestions for the given prefix. 2) The suggestions don't take into account the preceeding type. 3) trackDirty only works on caas mode. | ||||
* | | fixes #503 | Araq | 2013-07-02 | 1 | -0/+10 |
|/ | |||||
* | fixes #501 | Araq | 2013-07-01 | 1 | -0/+3 |
| | |||||
* | fixes --os:standalone | Araq | 2013-06-30 | 1 | -1/+3 |
| | |||||
* | made some tests green | Araq | 2013-06-30 | 3 | -4/+4 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 3 | -0/+25 |
| | |||||
* | fixes lots of regressions | Araq | 2013-06-29 | 1 | -6/+8 |
| | |||||
* | Merge pull request #486 from gradha/pr_idetools_docs | Araq | 2013-06-28 | 18 | -44/+200 |
|\ | | | | | Adds idetools docs | ||||
| * | Adds idetools hierarchy nesting test. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+58 |
| | | |||||
| * | Adds idetools test to verify --usages, reuses testcase. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -0/+17 |
| | | |||||
| * | Adds idetools test to check declaration proc signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+24 |
| | | |||||
| * | Adds idetoos testcase to verify returned signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 2 | -0/+49 |
| | | | | | | | | At the moment too many of them return proc. | ||||
| * | Adds $SILENT replacement to reduce test output verbosity. | Grzegorz Adam Hankiewicz | 2013-06-16 | 11 | -44/+52 |
| | | |||||
* | | Merge pull request #487 from gradha/pr_no_more_slurping | Araq | 2013-06-28 | 1 | -0/+2 |
|\ \ | | | | | | | Improves highlite module | ||||
| * | | Adds highlite to tests suite. | Grzegorz Adam Hankiewicz | 2013-06-18 | 1 | -0/+2 |
| |/ | |||||
* | | 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 |
| | | |||||
* | | fixes #442 | Araq | 2013-06-27 | 1 | -0/+18 |
|/ | |||||
* | fixes #481 | Araq | 2013-06-13 | 1 | -1/+14 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-06-13 | 16 | -73/+147 |
|\ | |||||
| * | Merge pull request #478 from gradha/pr_idetools | zah | 2013-06-12 | 16 | -73/+147 |
| |\ | | | | | | | More idetools additions |