Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -2/+9 |
| | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 1 | -2/+6 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -4/+6 |
| | |||||
* | fixed #597 | Zahary Karadjov | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | clean-up some obsolete code; close #602 | Zahary Karadjov | 2013-12-31 | 1 | -10/+6 |
| | |||||
* | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -6/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | make more tests green | Zahary Karadjov | 2013-12-29 | 1 | -2/+6 |
| | | |||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -11/+11 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -6/+6 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -76/+76 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -5/+5 |
| | | |||||
* | | new VM: passes more tests | Araq | 2013-12-06 | 1 | -7/+12 |
| | | |||||
* | | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 1 | -17/+24 |
|\| | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | fixes #696 | Araq | 2013-12-01 | 1 | -0/+2 |
| | | |||||
| * | fixes #663 | Araq | 2013-11-19 | 1 | -9/+9 |
| | | |||||
| * | Merge pull request #680 from Varriount/core/fix-generic-crashes | Andreas Rumpf | 2013-11-19 | 1 | -2/+3 |
| |\ | | | | | | | Prevent lambdas from crashing if given implicit generic parameters. | ||||
| | * | Prevent lambdas from crashing if given implicit generic parameters. | Clay Sweetser | 2013-11-18 | 1 | -2/+3 |
| | | | | | | | | | | | | Fixes issues #599 and #641 (and possibly other generic-related issues) | ||||
| * | | simple unit test and better documentation for the user defined type classes | Zahary Karadjov | 2013-11-17 | 1 | -6/+10 |
| |/ | |||||
* | | tcnstseq works again | Araq | 2013-11-07 | 1 | -1/+3 |
| | | |||||
* | | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -2/+2 |
|/ | |||||
* | improvements for TR macros | Araq | 2013-09-17 | 1 | -3/+8 |
| | |||||
* | Merge branch 'type-classes' into upstream | Zahary Karadjov | 2013-09-03 | 1 | -2/+9 |
|\ | |||||
| * | implemented delegators and improved the error messages of unmatched type classes | Zahary Karadjov | 2013-08-26 | 1 | -1/+8 |
| | | |||||
| * | prevent eval crashes due to PContext-dependent ops not being available in ↵ | Zahary Karadjov | 2013-08-25 | 1 | -1/+1 |
| | | | | | | | | evalConstExpr | ||||
* | | fixes #554, fixes #179 | Araq | 2013-08-31 | 1 | -3/+6 |
| | | |||||
* | | fixes #578 | Araq | 2013-08-30 | 1 | -1/+1 |
|/ | |||||
* | Experimental support for delayed instantiation of generics | Zahary Karadjov | 2013-08-23 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Revert "Revert "static and default params for generics"" | Zahary Karadjov | 2013-08-19 | 1 | -1/+2 |
| | | | | This reverts commit 0662ec4a434f4656b5afc486bc4ebaab82c52da6. | ||||
* | 'nimrod pretty' usable | Araq | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | fixes lots of regressions | Araq | 2013-06-29 | 1 | -1/+2 |
| | |||||
* | var tuple unpacking works at compile time | Araq | 2013-06-28 | 1 | -5/+6 |
| | |||||
* | improvements for 'not nil' checking | Araq | 2013-06-13 | 1 | -0/+8 |
| | |||||
* | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | implemented dataflow analysis; activate via --warning[Uninit]:on | Araq | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | fixes #451 | Araq | 2013-06-04 | 1 | -1/+3 |
| | |||||
* | Revert "static and default params for generics" | Araq | 2013-05-27 | 1 | -2/+1 |
| | | | | This reverts commit 46813bbe4e1423181521d4792b9af7593f48fa1f. | ||||
* | static and default params for generics | Zahary Karadjov | 2013-05-26 | 1 | -1/+2 |
| | |||||
* | made some tests green; implemented 'from module import nil' | Araq | 2013-05-19 | 1 | -3/+5 |
| | |||||
* | made some tests green | Araq | 2013-05-19 | 1 | -1/+2 |
| | |||||
* | fixes #433 | Araq | 2013-05-18 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-14 | 1 | -46/+84 |
|\ | |||||
| * | documented the ``noforward`` pragma | Zahary Karadjov | 2013-05-12 | 1 | -2/+3 |
| | | |||||
| * | merged the persistent scopes work with the delayed proc compilation strategy | Zahary Karadjov | 2013-05-12 | 1 | -13/+50 |
| |\ | |||||
| | * | added a ``noforward`` pragma that enables a new compilation strategy | Zahary Karadjov | 2013-05-11 | 1 | -11/+40 |
| | | | | | | | | | | | | not requiring forward declarations on a per-module basis | ||||
| * | | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -3/+2 |
| | | | |||||
| * | | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -2/+3 |
| | | | |||||
| * | | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -4/+4 |
| | | | |||||
| * | | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -28/+28 |
| |/ | |||||
* / | 'inject' for 'for' loop variables | Araq | 2013-05-14 | 1 | -3/+7 |
|/ | |||||
* | Merge branch 'master' into newparser | Araq | 2013-05-07 | 1 | -3/+0 |
|\ |