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 (
Collapse
)
Author
Age
Files
Lines
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
1
-34
/
+0
|
*
inlining of 'var openarray' iterators now work
Araq
2011-08-18
1
-24
/
+47
|
*
finally got rid of nkPassAsOpenArray
Araq
2011-08-16
1
-14
/
+7
|
*
anonymous procs implemented; however no closure support yet
Araq
2011-08-01
1
-0
/
+2
|
*
'var T' for iterators
Araq
2011-07-31
1
-2
/
+8
|
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-2
/
+2
|
*
bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)
Araq
2011-06-20
1
-4
/
+6
|
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
1
-6
/
+6
|
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
1
-1
/
+4
|
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-5
/
+3
|
*
implemented tables.add
Araq
2011-06-11
1
-8
/
+0
|
*
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
1
-2
/
+1
|
*
const table support
Araq
2011-04-29
1
-8
/
+33
|
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
|
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+742