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
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-2
/
+2
*
fix #13739 (#13742)
Arne Döring
2020-04-07
1
-5
/
+4
*
fixes #13744 (#13749)
cooldome
2020-03-25
1
-1
/
+1
*
Revert "fix #13417 (#13712)" (#13728)
Andreas Rumpf
2020-03-23
1
-10
/
+11
*
fix #13417 (#13712)
Arne Döring
2020-03-22
1
-11
/
+10
*
fixes #12747 [backport] (#13651)
cooldome
2020-03-16
1
-3
/
+12
*
fixes #13596 (#13612)
Andreas Rumpf
2020-03-09
1
-0
/
+13
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-277
/
+254
*
ARC: solves phase ordering problems (#12654)
Andreas Rumpf
2019-11-14
1
-21
/
+8
*
--gc:destructors improvements (#12626)
Andreas Rumpf
2019-11-09
1
-2
/
+1
*
some progress on bug #12443
Andreas Rumpf
2019-10-27
1
-1
/
+1
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-1
/
+1
*
Refactor injectdestructors (#12295)
Clyybber
2019-10-01
1
-1
/
+0
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-22
/
+22
*
Merge branch 'devel' into uint-range-checks
Araq
2019-09-02
1
-2
/
+1
|
\
|
*
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-2
/
+1
*
|
minor stuff
Arne Döring
2019-08-27
1
-1
/
+1
|
/
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+2
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
fixes #11683
Araq
2019-07-10
1
-5
/
+6
*
fixes #8316 (#11673)
Andreas Rumpf
2019-07-06
1
-7
/
+15
*
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
[next]