Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented the using statement | Zahary Karadjov | 2013-08-31 | 1 | -0/+2 |
| | |||||
* | fix tnoop | Zahary Karadjov | 2013-08-26 | 1 | -0/+1 |
| | | | | | | | | This commit requires further investigation. Fixing semExpr(nkCall) once and for all to work with sym-choices and to allow overloading with immediate templates and macros will probably set this straight too. | ||||
* | implemented delegators and improved the error messages of unmatched type classes | Zahary Karadjov | 2013-08-26 | 1 | -2/+4 |
| | |||||
* | working code for simple cases of user-defined type classes | Zahary Karadjov | 2013-08-25 | 1 | -0/+3 |
| | |||||
* | parsing of user defined type classes | Zahary Karadjov | 2013-08-23 | 1 | -0/+1 |
| | |||||
* | Experimental support for delayed instantiation of generics | Zahary Karadjov | 2013-08-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | check the owners of generic instantiations properly and fix tinvalidclosure | Zahary Karadjov | 2013-08-19 | 1 | -1/+10 |
| | |||||
* | Revert "Revert "made some tests green"" | Zahary Karadjov | 2013-08-19 | 1 | -1/+2 |
| | |||||
* | Revert "Revert "fix tforwardgeneric"" | Zahary Karadjov | 2013-08-19 | 1 | -2/+2 |
| | | | | This reverts commit e3f93241c3824e49b69c647bbd44726a79e8f8f8. | ||||
* | Revert "Revert "static and default params for generics"" | Zahary Karadjov | 2013-08-19 | 1 | -0/+2 |
| | | | | This reverts commit 0662ec4a434f4656b5afc486bc4ebaab82c52da6. | ||||
* | remerge "Fixes #267" | Zahary Karadjov | 2013-08-19 | 1 | -10/+5 |
| | |||||
* | lfFullExternalName for 'nimrod pretty' | Araq | 2013-07-30 | 1 | -0/+3 |
| | |||||
* | added macros.genSym | Araq | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -6/+6 |
| | |||||
* | some small performance improvement for the evaluator | Araq | 2013-06-28 | 1 | -0/+1 |
| | |||||
* | implements the 'codegenDecl' pragma | Araq | 2013-06-27 | 1 | -3/+3 |
| | |||||
* | fixed a long standing xml parser bug; html parser bugfixes + speed improvements | Araq | 2013-06-27 | 1 | -0/+3 |
| | |||||
* | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -3/+11 |
| | |||||
* | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -6/+23 |
| | |||||
* | fixes #385 | Araq | 2013-06-03 | 1 | -1/+32 |
| | |||||
* | astToStr is now immediate | Araq | 2013-06-02 | 1 | -0/+11 |
| | |||||
* | Revert "fixes #267" | Araq | 2013-05-27 | 1 | -5/+10 |
| | | | | This reverts commit 7fccdedcb5d1e583039b2ea2ae6564412a0f5104. | ||||
* | Revert "static and default params for generics" | Araq | 2013-05-27 | 1 | -2/+0 |
| | | | | This reverts commit 46813bbe4e1423181521d4792b9af7593f48fa1f. | ||||
* | Revert "fix tforwardgeneric" | Araq | 2013-05-27 | 1 | -2/+2 |
| | | | | This reverts commit d82a032566de1612ff1ed2d82cc7ec2bd58267d7. | ||||
* | Revert "more test made green" | Araq | 2013-05-27 | 1 | -2/+1 |
| | | | | This reverts commit 911e6e710f28f454cf8bc1bb493c1a28c4694b76. | ||||
* | more test made green | Zahary Karadjov | 2013-05-26 | 1 | -1/+2 |
| | | | | | | | | | 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/+2 |
| | |||||
* | static and default params for generics | Zahary Karadjov | 2013-05-26 | 1 | -0/+2 |
| | |||||
* | fixes #267 | Zahary Karadjov | 2013-05-26 | 1 | -10/+5 |
| | |||||
* | merged the persistent scopes work with the delayed proc compilation strategy | Zahary Karadjov | 2013-05-12 | 1 | -3/+15 |
|\ | |||||
| * | added a ``noforward`` pragma that enables a new compilation strategy | Zahary Karadjov | 2013-05-11 | 1 | -0/+3 |
| | | | | | | | | not requiring forward declarations on a per-module basis | ||||
* | | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -4/+0 |
| | | |||||
* | | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'master' into newparser | Araq | 2013-05-07 | 1 | -2/+1 |
|\ | |||||
| * | support suggest after compile in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of gh:/Araq/Nimrod into upstream | Zahary Karadjov | 2013-05-04 | 1 | -22/+27 |
| |\ | |||||
| * | | containerID is no longer needed for generics | Zahary Karadjov | 2013-03-01 | 1 | -2/+0 |
| | | | |||||
* | | | fixed void context detection | Araq | 2013-05-07 | 1 | -0/+3 |
| |/ |/| | |||||
* | | implemented --dynlibOverride option for static linking of 'dynlib' | Araq | 2013-04-08 | 1 | -0/+1 |
| | | |||||
* | | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 1 | -1/+1 |
| | | |||||
* | | added system.locals | Araq | 2013-03-21 | 1 | -14/+14 |
| | | |||||
* | | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | | |||||
* | | first steps to implement object construction expressions | Araq | 2013-03-07 | 1 | -0/+1 |
| | | |||||
* | | micro optimizations for the evaluation engine | Araq | 2013-02-14 | 1 | -4/+6 |
| | | |||||
* | | added GC_addCycleRoot | Araq | 2013-02-12 | 1 | -3/+4 |
|/ | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -3/+6 |
|\ | |||||
| * | fixes #293 | Araq | 2013-01-08 | 1 | -1/+1 |
| | | |||||
| * | constraint now part of the parameter symbol and not of the type | Araq | 2012-12-05 | 1 | -1/+1 |
| | | |||||
| * | implemented 'import except' | Araq | 2012-11-28 | 1 | -2/+3 |
| | | |||||
| * | first steps for the 'export' feature | Araq | 2012-11-28 | 1 | -0/+2 |
| | |