index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
lambdalifting.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: 'result' cannot be captured in a closure
Araq
2012-09-23
1
-3
/
+4
*
next steps to hygienic templates
Araq
2012-08-20
1
-11
/
+7
*
first steps to make templates hygienic
Araq
2012-08-20
1
-4
/
+5
*
more bugfixes for closures
Araq
2012-08-14
1
-3
/
+5
*
made tests green again
Araq
2012-08-14
1
-1
/
+9
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-29
/
+171
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-1
/
+27
*
next steps for closure consistency; fixes #176
Araq
2012-07-25
1
-4
/
+7
*
'addSon' for types deprecated for 'int literal type' analysis
Araq
2012-07-09
1
-5
/
+6
*
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
1
-1
/
+1
*
closure bugfix
Araq
2012-06-22
1
-0
/
+7
*
and another closure bugfix
Araq
2012-06-21
1
-3
/
+5
*
bugfixes for closures
Araq
2012-06-21
1
-1
/
+3
*
somewhat working closures
Araq
2012-06-19
1
-13
/
+39
*
next steps for full closure support (2)
Araq
2012-06-18
1
-8
/
+6
*
next steps for full closure support
Araq
2012-06-18
1
-126
/
+138
*
tinterf.nim works now
Araq
2012-06-17
1
-5
/
+16
*
simple example works again
Araq
2012-06-16
1
-12
/
+29
*
first implementation of new lambda lifting
Araq
2012-06-15
1
-200
/
+370
*
first steps to working closures
Araq
2012-06-03
1
-6
/
+20
*
bugfix #100 again
Araq
2012-03-28
1
-2
/
+1
*
`do' keyword in the grammar for lambda blocks
Zahary Karadjov
2012-02-10
1
-2
/
+3
*
bugfix: lambdalifting: addHiddenParam
Araq
2012-02-08
1
-7
/
+1
*
further steps for closure support; added 'system.rawProc', 'system.rawEnv'
Araq
2012-02-08
1
-2
/
+4
*
further steps for closure support
Araq
2012-02-08
1
-50
/
+77
*
further steps for closure support
Araq
2012-02-06
1
-1
/
+2
*
further steps to closure support
Araq
2012-02-06
1
-76
/
+107
*
closure implementation: first steps
Araq
2012-02-04
1
-0
/
+201