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
*
Destructors: more moves for tuples (#9808)
cooldome
2018-11-27
1
-1
/
+1
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-0
/
+2
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-12
/
+18
*
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-0
/
+12
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-37
/
+37
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+2
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-2
/
+2
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-9
/
+13
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-20
/
+24
*
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
[next]