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
/
ccgstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
threads compile again; attempt to fix serious code gen issue (except + return)
Araq
2011-12-03
1
-6
/
+12
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+1
*
unused constants are optimized away
Araq
2011-11-22
1
-10
/
+12
*
better code generation for constant aggregates
Araq
2011-11-02
1
-1
/
+1
*
lazy loading of body ast implemented
Araq
2011-10-30
1
-1
/
+1
*
new compiler option tlsEmulation
Araq
2011-10-27
1
-4
/
+2
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
1
-1
/
+2
*
Multiple C lines corresponding to a single nimrod line are joined together
Zahary Karadjov
2011-09-20
1
-32
/
+16
*
Nimrod can now compile itself with --lineDir enabled
Zahary Karadjov
2011-09-20
1
-1
/
+1
*
locks now in their own core module
Araq
2011-08-20
1
-8
/
+4
*
bugfix: #line generation for windows
Araq
2011-08-11
1
-2
/
+2
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-77
/
+12
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-1
/
+1
*
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
1
-1
/
+1
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
1
-9
/
+74
*
const table support
Araq
2011-04-29
1
-18
/
+22
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+725