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
*
fixes #20 properly
Zahary Karadjov
2012-04-15
1
-1
/
+9
*
Proper C scopes for if, try and case statements
Zahary Karadjov
2012-04-12
1
-77
/
+95
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-63
/
+83
*
re-enable rodfiles tests; fixes #91
Zahary Karadjov
2012-04-11
1
-1
/
+2
*
proper order of initialization for .global. variables
Zahary Karadjov
2012-04-10
1
-1
/
+1
*
Added ``global`` pragma that can be used to introduce new global variables fr...
Zahary Karadjov
2012-04-05
1
-4
/
+9
*
tests tcnstseq and tcnstseq3 work again
Araq
2012-03-28
1
-1
/
+4
*
bugfix #100 again
Araq
2012-03-28
1
-2
/
+2
*
preparations for marker procs generation
Araq
2012-03-19
1
-15
/
+18
*
first steps for cleaner static/const distinction
Araq
2012-03-13
1
-0
/
+2
*
attempt to make tests green again
Araq
2012-03-11
1
-2
/
+2
*
fixes #99
Araq
2012-02-17
1
-6
/
+7
*
further steps to closure support
Araq
2012-02-06
1
-4
/
+15
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-0
/
+11
*
unsuccessful phantom bug hunting
Araq
2012-01-08
1
-2
/
+8
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-9
/
+17
*
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