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
/
lowerings.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
new jester compiles
Araq
2014-06-28
1
-0
/
+10
|
*
compiles again
Araq
2014-06-27
1
-1
/
+1
|
*
some progress for jester+async
Araq
2014-06-27
1
-1
/
+16
|
*
rewrote lambdalifting; fixes deeply nested closures
Araq
2014-06-26
1
-0
/
+16
|
*
big rename: Promise -> FlowVar
Araq
2014-06-06
1
-46
/
+46
|
*
Promises are now refs
Araq
2014-06-05
1
-22
/
+23
|
*
fixed codegen for barriers
Araq
2014-06-02
1
-2
/
+7
|
*
bugfix: codegen for promises
Araq
2014-06-02
1
-4
/
+11
|
*
fixed codegen for return values
Araq
2014-06-01
1
-12
/
+15
|
*
pi test compiles, but crashes randomly
Araq
2014-06-01
1
-4
/
+14
|
*
tdisjoint_slice2 works
Araq
2014-05-31
1
-1
/
+1
|
*
correct code generation for tforstmt
Araq
2014-05-30
1
-20
/
+34
|
*
bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'
Araq
2014-05-25
1
-44
/
+44
|
*
progress with futures
Araq
2014-05-23
1
-5
/
+22
|
*
'parallel' statement almost working
Araq
2014-05-22
1
-41
/
+245
|
*
progress for the 'parallel' statement
Araq
2014-05-14
1
-0
/
+1
|
*
initial non-compiling version of 'parallel'
Araq
2014-05-12
1
-3
/
+19
|
*
reintroduce thread analysis but disable it for backwards compatibility
Araq
2014-04-20
1
-3
/
+4
|
*
actors compile again
Araq
2014-04-20
1
-0
/
+1
|
*
New concurrency model: next steps
Araq
2014-04-19
1
-1
/
+3
|
*
first version of 'spawn'
Araq
2014-04-16
1
-1
/
+173
|
*
fixes #404
Araq
2014-03-23
1
-0
/
+52