Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix parsing of ``proc foo(x: distinct Type)`` | Zahary Karadjov | 2013-08-24 | 1 | -6/+1 |
| | |||||
* | parsing of user defined type classes | Zahary Karadjov | 2013-08-23 | 3 | -2/+35 |
| | |||||
* | implemented and documented the new typedesc binding rules | Zahary Karadjov | 2013-08-23 | 5 | -18/+143 |
| | |||||
* | pass-through of static int generic params to arrays when late instantiation ↵ | Zahary Karadjov | 2013-08-23 | 8 | -18/+31 |
| | | | | is disabled | ||||
* | Experimental support for delayed instantiation of generics | Zahary Karadjov | 2013-08-23 | 12 | -39/+162 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-22 | 27 | -315/+641 |
|\ | |||||
| * | hacky fix for generic constraints matching | Zahary Karadjov | 2013-08-19 | 8 | -17/+68 |
| | | |||||
| * | check the owners of generic instantiations properly and fix tinvalidclosure | Zahary Karadjov | 2013-08-19 | 2 | -3/+12 |
| | | |||||
| * | work-in-progress for compiling generics in their owner module | Zahary Karadjov | 2013-08-19 | 4 | -8/+17 |
| | | |||||
| * | some steps to improve the type mismatches with the new | Zahary Karadjov | 2013-08-19 | 3 | -10/+27 |
| | | | | | | | | generic instantiation logic | ||||
| * | fixes iterating over enums | Zahary Karadjov | 2013-08-19 | 1 | -4/+4 |
| | | |||||
| * | Revert "Revert "made some tests green"" | Zahary Karadjov | 2013-08-19 | 6 | -89/+95 |
| | | |||||
| * | Revert "Revert "further fixes for void stripping. fixes tvoid."" | Zahary Karadjov | 2013-08-19 | 1 | -20/+25 |
| | | | | | | | | This reverts commit d11cf5d1915d83159094f5074a6e17a72c65d9fa. | ||||
| * | Revert "Revert "fix threading tests"" | Zahary Karadjov | 2013-08-19 | 2 | -9/+17 |
| | | | | | | | | This reverts commit 9c45e33d8c8b1a5f5fca69a467fda87b9b547057. | ||||
| * | Revert "Revert "fix tforwardgeneric"" | Zahary Karadjov | 2013-08-19 | 4 | -6/+8 |
| | | | | | | | | This reverts commit e3f93241c3824e49b69c647bbd44726a79e8f8f8. | ||||
| * | Revert "Revert "static and default params for generics"" | Zahary Karadjov | 2013-08-19 | 4 | -61/+92 |
| | | | | | | | | This reverts commit 0662ec4a434f4656b5afc486bc4ebaab82c52da6. | ||||
| * | Revert "Revert "allow keyword params for the `[]` and `{}` operators"" | Zahary Karadjov | 2013-08-19 | 1 | -8/+12 |
| | | | | | | | | This reverts commit b7ea4a7e65ddf10bf3e425e59bc57e9f9c57e916. | ||||
| * | remerge "allow void as field type" | Zahary Karadjov | 2013-08-19 | 2 | -27/+43 |
| | | |||||
| * | Revert "Revert "bugfix: emulated thread vars used in combination with the ↵ | Zahary Karadjov | 2013-08-19 | 3 | -4/+11 |
| | | | | | | | | | | | | mark & sweep GC"" This reverts commit 75c586bbe1cc649b36fc00362ab40ebb1d163d9f. | ||||
| * | remerge "Fixes #267" | Zahary Karadjov | 2013-08-19 | 5 | -97/+184 |
| | | |||||
| * | Revert "Revert "test cases for the new features"" | Zahary Karadjov | 2013-08-19 | 4 | -4/+78 |
| | | | | | | | | This reverts commit e1b668c868dbc647bb5da98d8e4769c2c9b351fd. | ||||
* | | implemented opcTypeTrait | Araq | 2013-08-22 | 3 | -17/+26 |
| | | |||||
* | | GC: added static cycleGC checks | Araq | 2013-08-22 | 1 | -4/+6 |
| | | |||||
* | | fixed and documented computedGoto pragma | Araq | 2013-08-22 | 8 | -35/+94 |
|/ | |||||
* | fixes base64 module | Araq | 2013-08-15 | 1 | -6/+8 |
| | |||||
* | implemented computed goto support | Araq | 2013-08-13 | 7 | -12/+116 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-11 | 2 | -1/+3 |
|\ | |||||
| * | fixes a long standing channels bug | Araq | 2013-08-09 | 2 | -1/+3 |
| | | |||||
* | | new VM: preparations for evalMacroCall | Araq | 2013-08-11 | 4 | -19/+100 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-08 | 4 | -8/+21 |
|\ | |||||
| * | Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14 | Zahary Karadjov | 2013-08-07 | 4 | -8/+21 |
| | | |||||
* | | new VM: register allocator bugfix; implemented more magics | Araq | 2013-08-08 | 5 | -64/+195 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-07 | 8 | -32/+67 |
|\ | |||||
| * | fixes #534 | Zahary Karadjov | 2013-08-07 | 2 | -3/+8 |
| | | |||||
| * | Updated bootstrap instructions. Removed csources.zip. | Dominik Picheta | 2013-08-04 | 2 | -8/+4 |
| | | |||||
| * | Modified the behaviour of the build scripts to accommodate new C sources | Dominik Picheta | 2013-08-04 | 3 | -19/+41 |
| | | | | | | | | repo. | ||||
| * | sockets.send now throws an exception when a non-blocking socket is | Dominik Picheta | 2013-08-04 | 1 | -2/+14 |
| | | | | | | | | passed to it. | ||||
* | | new VM: implemented constructors and jump optimizer | Araq | 2013-08-07 | 7 | -24/+187 |
| | | |||||
* | | bugfix createDir for solaris | Araq | 2013-08-07 | 1 | -1/+4 |
|/ | |||||
* | new VM: next steps | Araq | 2013-08-03 | 7 | -28/+72 |
| | |||||
* | Improved documentation for macros.newProc. | Dominik Picheta | 2013-07-31 | 1 | -0/+3 |
| | |||||
* | fixes #532 | Araq | 2013-08-01 | 2 | -1/+2 |
| | |||||
* | Merge pull request #533 from gradha/pr_helper_procs | Araq | 2013-07-31 | 2 | -4/+87 |
|\ | | | | | Adds some helper procs | ||||
| * | Adds findAll() convenience procs to xmltree. | Grzegorz Adam Hankiewicz | 2013-07-20 | 1 | -0/+37 |
| | | |||||
| * | Notes kind() getter is used to read TXmlNode.k field. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -1/+1 |
| | | |||||
| * | Adds convenience expandTilde proc around getHomeDir. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -0/+24 |
| | | |||||
| * | Adds convenience copyFileWithPermissions to os module. | Grzegorz Adam Hankiewicz | 2013-07-19 | 1 | -3/+25 |
| | | |||||
* | | Merge pull request #530 from EXetoC/master | Araq | 2013-07-31 | 1 | -0/+11 |
|\ \ | | | | | | | Missing SDL_image symbols | ||||
| * | | dynlib | EXetoC | 2013-07-18 | 1 | -2/+4 |
| | | | |||||
| * | | Add missing SDL symbols. | EXetoC | 2013-07-18 | 1 | -0/+9 |
| | | |