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
/
transf.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix complex typdesc iterators
Jasper Jenkins
2019-05-08
1
-0
/
+1
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-9
/
+9
*
fixes #11050
Araq
2019-04-17
1
-0
/
+2
*
dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o....
Araq
2019-04-16
1
-2
/
+2
*
make strscans module work with --newruntime
Andreas Rumpf
2019-04-14
1
-1
/
+1
*
make parseopt compile with --newruntime
Araq
2019-04-10
1
-1
/
+5
*
destructors: we are cooking now
Araq
2019-04-06
1
-0
/
+2
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
fixes #10807 (#10814)
cooldome
2019-03-12
1
-0
/
+4
*
introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...
Andreas Rumpf
2019-03-05
1
-1
/
+2
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-6
/
+12
*
Tuple unpacking now works for `for` vars (#10152)
Neelesh Chandola
2019-02-23
1
-7
/
+23
*
make tests green again
Andreas Rumpf
2019-02-08
1
-2
/
+2
*
Fix wrong result in tuple assignment (#9340)
LemonBoy
2019-02-08
1
-0
/
+34
*
fixes some bug
Andreas Rumpf
2019-02-06
1
-0
/
+1
*
Show lineinfo of for in yield (#9779)
Alexander Ivanov
2018-12-13
1
-0
/
+5
*
VM: don't inject destructor calls, refs #7041
Andreas Rumpf
2018-11-06
1
-13
/
+16
*
Transf minor code optimization (#9433)
cooldome
2018-10-19
1
-37
/
+12
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-22
/
+42
*
fixes #5519
Araq
2018-10-18
1
-3
/
+6
*
fixes #7972
Araq
2018-10-18
1
-10
/
+13
*
Field checks for everybody (#8957)
LemonBoy
2018-10-09
1
-1
/
+1
*
Fix transformation of yield in inline context (#9135)
LemonBoy
2018-10-09
1
-15
/
+28
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-1
/
+1
*
enable destructors for top level statements; needs to be documented
Andreas Rumpf
2018-09-24
1
-4
/
+4
*
Revert #7964
LemonBoy
2018-09-21
1
-6
/
+5
*
fixes #1616; fixes 'nim doc' regressions
Andreas Rumpf
2018-09-17
1
-1
/
+2
*
Fix AST generation for case statements (#8908)
LemonBoy
2018-09-07
1
-1
/
+5
*
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-5
/
+6
|
\
|
*
Fix unsound transform pass (#8633)
LemonBoy
2018-08-14
1
-0
/
+4
|
*
Mysterious fix for #8550 (#8561)
LemonBoy
2018-08-12
1
-5
/
+2
*
|
more progress on destructor based strings
Andreas Rumpf
2018-07-13
1
-4
/
+4
|
/
*
make tests green again
Andreas Rumpf
2018-07-05
1
-0
/
+2
*
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-0
/
+46
*
fixes yet another merge conflict
Araq
2018-06-11
1
-1
/
+1
|
\
|
*
Removed oldIterTranf feature
Yuriy Glukhov
2018-06-10
1
-1
/
+1
*
|
fixex merge conflicts
Araq
2018-06-08
1
-2
/
+6
|
\
|
|
*
Merge branch 'devel' into yield-in-try
Yuriy Glukhov
2018-05-15
1
-52
/
+57
|
|
\
|
*
|
Don't leak sem PContext into transf
Yuriy Glukhov
2018-05-09
1
-6
/
+5
|
*
|
Closure iter transformation
Yuriy Glukhov
2018-05-09
1
-11
/
+14
*
|
|
AST change: keep nkStaticStmt in the AST for incremental compilation support
Andreas Rumpf
2018-06-03
1
-1
/
+1
*
|
|
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-2
/
+2
*
|
|
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-3
/
+3
*
|
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-3
/
+3
*
|
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-4
/
+4
*
|
|
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-5
/
+5
|
|
/
|
/
|
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-3
/
+3
*
|
transf and vmgen compile again
Andreas Rumpf
2018-05-12
1
-43
/
+46
|
/
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-3
/
+3
[next]