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
/
ccgexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-24
/
+143
*
anonymous procs implemented; however no closure support yet
Araq
2011-08-01
1
-0
/
+6
*
'var T' for iterators
Araq
2011-07-31
1
-1
/
+1
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
1
-4
/
+4
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-2
/
+6
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-1
/
+0
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...
Araq
2011-06-27
1
-1
/
+2
*
second attempt to fix code gen for pegs.nim
Araq
2011-06-26
1
-2
/
+1
*
bugfix: pegs.nim compiles again
Araq
2011-06-26
1
-1
/
+4
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
1
-0
/
+3
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-5
/
+10
*
basic thread analysis working
Araq
2011-06-13
1
-1
/
+1
*
Added typeinfo module
dom96
2011-06-09
1
-0
/
+5
*
overloading of [] for derefence operation should be possible now
Araq
2011-06-05
1
-2
/
+2
*
threads clean up their heap
Araq
2011-06-04
1
-3
/
+7
*
first steps to thread local heaps
Araq
2011-06-02
1
-2
/
+2
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
1
-33
/
+17
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
1
-1
/
+2
*
const table support
Araq
2011-04-29
1
-1
/
+7
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+1733