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
/
cgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-3
/
+4
*
bugfix: forwarding of generic procs now works
Araq
2011-07-30
1
-20
/
+17
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-1
/
+1
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-1
/
+1
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...
Araq
2011-06-27
1
-4
/
+8
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
1
-2
/
+3
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-72
/
+34
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-12
/
+12
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
1
-1
/
+1
*
first steps to thread local heaps
Araq
2011-06-02
1
-6
/
+16
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
1
-16
/
+14
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-5
/
+5
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
1
-2
/
+2
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+1032