Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor steps to make closure iterators work with the JS backend | Andreas Rumpf | 2016-09-12 | 1 | -0/+7 |
* | fixes #4070 | Andreas Rumpf | 2016-05-11 | 1 | -0/+1 |
* | fixes #3995 | Andreas Rumpf | 2016-04-03 | 1 | -0/+4 |
* | no LL for PHP | Andreas Rumpf | 2016-02-06 | 1 | -1/+2 |
* | fixes #3730 | Araq | 2016-01-18 | 1 | -2/+6 |
* | fixes yet another LL regression (Aporia compiles again) | Andreas Rumpf | 2016-01-18 | 1 | -1/+1 |
* | fixes iterator codegen regression | Andreas Rumpf | 2016-01-14 | 1 | -0/+3 |
* | fixes yet another regression | Andreas Rumpf | 2016-01-13 | 1 | -3/+7 |
* | fixes more regressions | Andreas Rumpf | 2016-01-13 | 1 | -1/+15 |
* | fixes async regression | Andreas Rumpf | 2016-01-11 | 1 | -2/+5 |
* | fixes all known regressions | Andreas Rumpf | 2016-01-06 | 1 | -1/+1 |
* | fixes #2007 | Andreas Rumpf | 2016-01-05 | 1 | -2/+2 |
* | minor bugfix | Andreas Rumpf | 2016-01-04 | 1 | -3/+3 |
* | fixes #2659 | Andreas Rumpf | 2016-01-04 | 1 | -1/+1 |
* | fixes #3201, fixes #2766 | Andreas Rumpf | 2016-01-04 | 1 | -1/+2 |
* | fixes #3636 | Andreas Rumpf | 2016-01-04 | 1 | -8/+13 |
* | 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 | 1 | -15/+29 |
* | next steps to produce working closure iterators | Andreas Rumpf | 2016-01-03 | 1 | -64/+104 |
* | made closure iterators tests green, updated docs | Andreas Rumpf | 2015-12-31 | 1 | -12/+20 |
* | closure iterators sometimes work | Andreas Rumpf | 2015-12-30 | 1 | -2/+3 |
* | LL works reasonably well; closure iterators still not implemented | Andreas Rumpf | 2015-12-29 | 1 | -3/+9 |
* | 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 |
* | 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 | 1 | -737/+400 |
* | lambda lifting support for iterToProc plugin | Araq | 2015-12-01 | 1 | -11/+29 |
* | fixes 3354 | Araq | 2015-09-23 | 1 | -2/+8 |
* | fixes #3192 | Araq | 2015-08-07 | 1 | -1/+1 |
* | fixes #3054 | Araq | 2015-07-05 | 1 | -1/+3 |
* | Perform lambda lifting for compile-time stuff when targeting JS. Enable unitt... | yglukhov | 2015-05-29 | 1 | -1/+5 |
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 1 | -54/+54 |
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
* | fixes #2023 | Araq | 2015-02-01 | 1 | -3/+3 |
* | fixes #1803 | Araq | 2015-01-10 | 1 | -6/+22 |
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
* | merged things from devel | Araq | 2014-09-12 | 1 | -1/+1 |
|\ | |||||
| * | fixes #665 | Araq | 2014-09-11 | 1 | -1/+1 |
* | | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -2/+2 |
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
* | | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
|/ | |||||
* | fixes yet another LL bug | Araq | 2014-08-05 | 1 | -2/+9 |
* | fixes subtle interaction between closures and 'yield' | Araq | 2014-07-22 | 1 | -30/+74 |
* | new jester compiles | Araq | 2014-06-28 | 1 | -8/+16 |
* | some progress for jester+async | Araq | 2014-06-27 | 1 | -27/+50 |