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
*
lambda lifting compiles again
Andreas Rumpf
2018-05-12
1
-62
/
+62
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-2
/
+2
*
implemented undocumented '.liftLocals' feature
Andreas Rumpf
2017-11-02
1
-2
/
+4
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
1
-0
/
+11
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
closures have an object type field so that we can perform correct deepCopy() ...
Andreas Rumpf
2017-07-22
1
-9
/
+11
*
fixes tuple unpacking regression
Andreas Rumpf
2017-04-26
1
-1
/
+1
*
make nimble compile again
Andreas Rumpf
2017-04-22
1
-1
/
+1
*
make sighashes work in more cases
Andreas Rumpf
2017-04-21
1
-10
/
+54
*
attempt to make sighashes produce smaller diffs
Andreas Rumpf
2017-04-19
1
-1
/
+1
*
re-enable object name generation for less dependence on IDs
Araq
2016-12-05
1
-1
/
+2
*
more fixes
Araq
2016-12-02
1
-4
/
+5
*
Merge branch 'devel' into sighashes
Araq
2016-12-01
1
-0
/
+4
|
\
|
*
closure types get names; refs #4332
Araq
2016-11-29
1
-0
/
+4
*
|
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-1
/
+1
|
/
*
big refactoring: step 1
Araq
2016-10-31
1
-3
/
+3
*
fixes #4673
Andreas Rumpf
2016-09-01
1
-2
/
+2
*
don't allow to pass a closure to spawn
Andreas Rumpf
2016-08-10
1
-0
/
+2
*
fixes #2758
Andreas Rumpf
2016-07-15
1
-0
/
+1
*
made indirectAccess slightly more efficient
Andreas Rumpf
2015-12-28
1
-1
/
+2
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
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
[next]