summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixes async regressionAndreas Rumpf2016-01-111-2/+5
* | | fixes regressionsAndreas Rumpf2016-01-081-0/+2
* | | fixes all known regressionsAndreas Rumpf2016-01-063-20/+18
* | | fixes #603Andreas Rumpf2016-01-061-2/+2
* | | fixes regressionsAndreas Rumpf2016-01-052-0/+4
* | | fixes #2604, fixes #1527Andreas Rumpf2016-01-052-3/+12
* | | fixes #2007Andreas Rumpf2016-01-052-5/+8
* | | minor bugfixAndreas Rumpf2016-01-041-3/+3
* | | fixes #2659Andreas Rumpf2016-01-043-3/+6
* | | fixes #3201, fixes #2766Andreas Rumpf2016-01-041-1/+2
* | | fixes another regressionAndreas Rumpf2016-01-041-0/+2
* | | fixes #3636Andreas Rumpf2016-01-043-9/+15
* | | fixes #1725Andreas Rumpf2016-01-041-7/+12
* | | async works againAndreas Rumpf2016-01-031-20/+28
* | | further progress on closure iterators; tforum still failingAndreas Rumpf2016-01-032-16/+32
* | | next steps to produce working closure iteratorsAndreas Rumpf2016-01-033-68/+111
* | | made closure iterators tests green, updated docsAndreas Rumpf2015-12-316-24/+32
* | | closure iterators do have 'result'Andreas Rumpf2015-12-301-1/+2
* | | closure iterators sometimes workAndreas Rumpf2015-12-301-2/+3
* | | Merge branch 'devel' into new-llAndreas Rumpf2015-12-291-4/+1
|\| |
| * | fix issue #3550trustable-code2015-12-241-4/+1
* | | LL works reasonably well; closure iterators still not implementedAndreas Rumpf2015-12-291-3/+9
* | | breaking change: disallow .closure procs for constAndreas Rumpf2015-12-292-5/+8
* | | fixes missing 'illegal capture' error message regressionAndreas Rumpf2015-12-291-2/+2
* | | fixes closure generation when only paramters are capturedAndreas Rumpf2015-12-291-8/+23
* | | bootstrapping works againAndreas Rumpf2015-12-291-2/+4
* | | up references workAndreas Rumpf2015-12-281-35/+38
* | | made indirectAccess slightly more efficientAndreas Rumpf2015-12-281-1/+2
* | | compute LL before the other transformations as that should produce more effic...Andreas Rumpf2015-12-281-5/+5
* | | new-ll: further progress (bootstrapping still fails)Andreas Rumpf2015-12-271-7/+13
* | | up references might work; got rid of debugging codeAndreas Rumpf2015-12-261-5/+3
* | | first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-2619-788/+464
|/ /
* | Merge pull request #3651 from jangko/vm_'excl'Andreas Rumpf2015-12-211-1/+1
|\ \
| * | fixed compile time `excl ` cause SIGSEGV #3639jangko2015-12-171-1/+1
* | | Merge pull request #3654 from jangko/vm_uinttouint64convAndreas Rumpf2015-12-211-1/+8
|\ \ \
| * | | fixed VM touint conversion #2514jangko2015-12-191-1/+8
| |/ /
* / / Fix regression in set.excl code generation.Hans Raaf2015-12-211-1/+1
|/ /
* | fixes a critical bug concerning a[^1] rewritingsAndreas Rumpf2015-12-141-1/+1
* | fixes #3622Andreas Rumpf2015-12-044-6/+7
* | Merge pull request #3530 from rbehrends/fix-setop-shiftsAndreas Rumpf2015-12-031-9/+9
|\ \
| * | Avoid signed shifts and bit operations for sets.Reimer Behrends2015-11-111-9/+9
* | | removes 'x is iterator' special casing in the languageAraq2015-12-036-48/+22
* | | fixes tlocals regressionAraq2015-12-031-1/+1
* | | Merge pull request #3605 from ephja/echo-flushAndreas Rumpf2015-12-011-0/+1
|\ \ \
| * | | flush after printingErik Johansson Andersson2015-11-281-0/+1
* | | | lambda lifting support for iterToProc pluginAraq2015-12-013-17/+81
* | | | added iterToProc pluginAraq2015-12-013-7/+27
* | | | --gc:v2 requires global root trackingAraq2015-12-011-1/+1
|/ / /
* | | fixes #3222Araq2015-11-261-1/+9
* | | fixes #2285Araq2015-11-261-2/+4