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 (
Expand
)
Author
Age
Files
Lines
*
tuple unpacking works in a non-var/let context
Araq
2015-08-21
1
-0
/
+26
*
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-5
/
+8
|
\
|
*
first implementation of pinnedSpawn
Araq
2015-05-28
1
-5
/
+8
*
|
fixes #2297, fixes #2946
Araq
2015-06-18
1
-0
/
+20
|
/
*
system.locals is now a plugin for education
Araq
2015-04-24
1
-0
/
+4
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-2
/
+2
*
fixes #2286
Araq
2015-03-12
1
-20
/
+31
*
fixes #325
Araq
2015-01-28
1
-1
/
+0
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
fixes a tuple lowering bug
Araq
2014-12-13
1
-3
/
+4
*
renamed CondVar to Semaphore
Araq
2014-11-10
1
-1
/
+1
*
the codegen doesn't emit deepCopy for parallel statements
Araq
2014-11-08
1
-10
/
+17
*
fixes exhaustion bug and missing GC_ref code generation
Araq
2014-11-07
1
-0
/
+6
*
merged things from devel
Araq
2014-09-12
1
-0
/
+1
|
\
|
*
fixes #665
Araq
2014-09-11
1
-0
/
+1
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
|
renamefest
Araq
2014-08-23
1
-6
/
+6
|
/
*
progress on 'spawn'
Araq
2014-08-10
1
-2
/
+2
*
'parallel' statement works again
Araq
2014-08-08
1
-6
/
+4
*
progress on deepCopy
Araq
2014-08-01
1
-25
/
+41
*
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