Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fixes async regression | Andreas Rumpf | 2016-01-11 | 1 | -2/+5 | |
* | | | fixes regressions | Andreas Rumpf | 2016-01-08 | 1 | -0/+2 | |
* | | | fixes all known regressions | Andreas Rumpf | 2016-01-06 | 3 | -20/+18 | |
* | | | fixes #603 | Andreas Rumpf | 2016-01-06 | 1 | -2/+2 | |
* | | | fixes regressions | Andreas Rumpf | 2016-01-05 | 2 | -0/+4 | |
* | | | fixes #2604, fixes #1527 | Andreas Rumpf | 2016-01-05 | 2 | -3/+12 | |
* | | | fixes #2007 | Andreas Rumpf | 2016-01-05 | 2 | -5/+8 | |
* | | | minor bugfix | Andreas Rumpf | 2016-01-04 | 1 | -3/+3 | |
* | | | fixes #2659 | Andreas Rumpf | 2016-01-04 | 3 | -3/+6 | |
* | | | fixes #3201, fixes #2766 | Andreas Rumpf | 2016-01-04 | 1 | -1/+2 | |
* | | | fixes another regression | Andreas Rumpf | 2016-01-04 | 1 | -0/+2 | |
* | | | fixes #3636 | Andreas Rumpf | 2016-01-04 | 3 | -9/+15 | |
* | | | fixes #1725 | Andreas Rumpf | 2016-01-04 | 1 | -7/+12 | |
* | | | async works again | Andreas Rumpf | 2016-01-03 | 1 | -20/+28 | |
* | | | further progress on closure iterators; tforum still failing | Andreas Rumpf | 2016-01-03 | 2 | -16/+32 | |
* | | | next steps to produce working closure iterators | Andreas Rumpf | 2016-01-03 | 3 | -68/+111 | |
* | | | made closure iterators tests green, updated docs | Andreas Rumpf | 2015-12-31 | 6 | -24/+32 | |
* | | | closure iterators do have 'result' | Andreas Rumpf | 2015-12-30 | 1 | -1/+2 | |
* | | | closure iterators sometimes work | Andreas Rumpf | 2015-12-30 | 1 | -2/+3 | |
* | | | Merge branch 'devel' into new-ll | Andreas Rumpf | 2015-12-29 | 1 | -4/+1 | |
|\| | | ||||||
| * | | fix issue #3550 | trustable-code | 2015-12-24 | 1 | -4/+1 | |
* | | | LL works reasonably well; closure iterators still not implemented | Andreas Rumpf | 2015-12-29 | 1 | -3/+9 | |
* | | | breaking change: disallow .closure procs for const | Andreas Rumpf | 2015-12-29 | 2 | -5/+8 | |
* | | | fixes missing 'illegal capture' error message regression | Andreas Rumpf | 2015-12-29 | 1 | -2/+2 | |
* | | | fixes closure generation when only paramters are captured | Andreas Rumpf | 2015-12-29 | 1 | -8/+23 | |
* | | | bootstrapping works again | Andreas Rumpf | 2015-12-29 | 1 | -2/+4 | |
* | | | up references work | Andreas Rumpf | 2015-12-28 | 1 | -35/+38 | |
* | | | made indirectAccess slightly more efficient | Andreas Rumpf | 2015-12-28 | 1 | -1/+2 | |
* | | | compute LL before the other transformations as that should produce more effic... | Andreas Rumpf | 2015-12-28 | 1 | -5/+5 | |
* | | | new-ll: further progress (bootstrapping still fails) | Andreas Rumpf | 2015-12-27 | 1 | -7/+13 | |
* | | | up references might work; got rid of debugging code | Andreas Rumpf | 2015-12-26 | 1 | -5/+3 | |
* | | | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 19 | -788/+464 | |
|/ / | ||||||
* | | Merge pull request #3651 from jangko/vm_'excl' | Andreas Rumpf | 2015-12-21 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | fixed compile time `excl ` cause SIGSEGV #3639 | jangko | 2015-12-17 | 1 | -1/+1 | |
* | | | Merge pull request #3654 from jangko/vm_uinttouint64conv | Andreas Rumpf | 2015-12-21 | 1 | -1/+8 | |
|\ \ \ | ||||||
| * | | | fixed VM touint conversion #2514 | jangko | 2015-12-19 | 1 | -1/+8 | |
| |/ / | ||||||
* / / | Fix regression in set.excl code generation. | Hans Raaf | 2015-12-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | fixes a critical bug concerning a[^1] rewritings | Andreas Rumpf | 2015-12-14 | 1 | -1/+1 | |
* | | fixes #3622 | Andreas Rumpf | 2015-12-04 | 4 | -6/+7 | |
* | | Merge pull request #3530 from rbehrends/fix-setop-shifts | Andreas Rumpf | 2015-12-03 | 1 | -9/+9 | |
|\ \ | ||||||
| * | | Avoid signed shifts and bit operations for sets. | Reimer Behrends | 2015-11-11 | 1 | -9/+9 | |
* | | | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 6 | -48/+22 | |
* | | | fixes tlocals regression | Araq | 2015-12-03 | 1 | -1/+1 | |
* | | | Merge pull request #3605 from ephja/echo-flush | Andreas Rumpf | 2015-12-01 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | flush after printing | Erik Johansson Andersson | 2015-11-28 | 1 | -0/+1 | |
* | | | | lambda lifting support for iterToProc plugin | Araq | 2015-12-01 | 3 | -17/+81 | |
* | | | | added iterToProc plugin | Araq | 2015-12-01 | 3 | -7/+27 | |
* | | | | --gc:v2 requires global root tracking | Araq | 2015-12-01 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | fixes #3222 | Araq | 2015-11-26 | 1 | -1/+9 | |
* | | | fixes #2285 | Araq | 2015-11-26 | 1 | -2/+4 |