Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | alternative fix for #4884; fixes tlateboundstatic | Zahary Karadjov | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | fix #4884 | Zahary Karadjov | 2017-01-08 | 1 | -3/+4 |
| | |||||
* | fixes #4519 | Andreas Rumpf | 2016-12-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 1 | -1/+3 |
|\ | |||||
| * | fixes nimsuggest issue #41 | Araq | 2016-12-18 | 1 | -1/+3 |
| | | |||||
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -15/+9 |
|/ | | | | instead in preparation for further bugfixes | ||||
* | remove remnants of tyIter | Jacek Sieka | 2016-10-24 | 1 | -11/+3 |
| | |||||
* | fixes #4863 | Andreas Rumpf | 2016-10-19 | 1 | -4/+7 |
| | |||||
* | failed attempt to fix a 'void' inference bug | Araq | 2016-10-08 | 1 | -1/+6 |
| | |||||
* | fixes #4626 | Andreas Rumpf | 2016-09-13 | 1 | -9/+4 |
| | |||||
* | fixes #4673 | Andreas Rumpf | 2016-09-01 | 1 | -3/+22 |
| | |||||
* | fixes #4672 | Andreas Rumpf | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | do not crash on #3928 | Andreas Rumpf | 2016-08-26 | 1 | -0/+1 |
| | |||||
* | fixes #4292 | Andreas Rumpf | 2016-08-26 | 1 | -8/+1 |
| | |||||
* | overloading resolution: scoping is considered after typing (needs to be ↵ | Andreas Rumpf | 2016-08-24 | 1 | -2/+3 |
| | | | | documented) | ||||
* | fixes #4589 | Andreas Rumpf | 2016-08-10 | 1 | -6/+6 |
| | |||||
* | fixes #4528 | Andreas Rumpf | 2016-08-08 | 1 | -30/+37 |
| | |||||
* | Allowing `nil` for distinct types where the base type is nilable | Hans Raaf | 2016-08-05 | 1 | -0/+2 |
| | |||||
* | fixes #4545 | Andreas Rumpf | 2016-08-04 | 1 | -0/+7 |
| | |||||
* | fixes #4537 | Andreas Rumpf | 2016-08-02 | 1 | -0/+2 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -2/+2 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -3/+3 |
| | |||||
* | generic multi-methods should work now | Andreas Rumpf | 2016-07-28 | 1 | -3/+6 |
| | |||||
* | fixes a varargs of untyped regression | Andreas Rumpf | 2016-07-24 | 1 | -0/+2 |
| | |||||
* | fixes #888 | Andreas Rumpf | 2016-07-19 | 1 | -1/+2 |
| | |||||
* | fixes #4328 | Andreas Rumpf | 2016-07-19 | 1 | -1/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | fixes #4478 | Andreas Rumpf | 2016-07-18 | 1 | -9/+30 |
| | |||||
* | decent error message for 'var T' problems | Andreas Rumpf | 2016-07-15 | 1 | -1/+3 |
| | |||||
* | Fix #4475 | Kier Davis | 2016-07-11 | 1 | -2/+2 |
| | | | | | | Existing implementation would append the default value for a varargs parameter (the empty array) to the end of the sons of the nnkCall node, rather than storing it into the correct index. This left the location where it should have been stored set to its default value of nil, causing later code that uses this node to segfault. | ||||
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Accumulate penalties | Anatoly Galiulin | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Speedup generic relations detection | Anatoly Galiulin | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | Fix generics inheritance issues | Anatoly Galiulin | 2016-06-23 | 1 | -2/+23 |
| | |||||
* | hotfix: don't crash for wrong template calls | Andreas Rumpf | 2016-06-03 | 1 | -0/+1 |
| | |||||
* | improve error messages for mismatched templates involving 'untyped' and stmts | Andreas Rumpf | 2016-05-27 | 1 | -3/+5 |
| | |||||
* | fixes a varargs[untyped] bug that kept strscans from compiling | Araq | 2016-05-10 | 1 | -20/+29 |
| | |||||
* | fixes #3544 | Andreas Rumpf | 2016-04-30 | 1 | -0/+6 |
| | |||||
* | fixes #2006 | Andreas Rumpf | 2016-04-04 | 1 | -1/+1 |
| | |||||
* | fixed regressions | Andreas Rumpf | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | fixes #3998 | Andreas Rumpf | 2016-03-28 | 1 | -19/+18 |
| | |||||
* | fixes #3836 | Andreas Rumpf | 2016-03-04 | 1 | -4/+7 |
| | |||||
* | fixes #3686 | Andreas Rumpf | 2016-03-01 | 1 | -5/+2 |
| | |||||
* | added experimental .this pragma | Andreas Rumpf | 2016-02-28 | 1 | -1/+3 |
| | |||||
* | fixes #3584 | Araq | 2016-01-18 | 1 | -1/+2 |
| | |||||
* | fixes another regression | Andreas Rumpf | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -11/+0 |
| | |||||
* | fixes #3452 | Araq | 2015-10-22 | 1 | -0/+7 |
| | |||||
* | fixes #3305; error message will improve with later improvements for concepts | Araq | 2015-09-18 | 1 | -0/+3 |
| |