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
/
c2nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #1006
Araq
2014-03-22
1
-1
/
+2
*
c2nim knows about arrray[N, T]
Araq
2014-03-22
1
-4
/
+5
*
c2nim knows about the 'union' pragma
Araq
2014-03-05
1
-11
/
+10
*
Changed tests and tools to use 'discard' statements instead of 'nil' for empt...
Clay Sweetser
2014-02-15
2
-6
/
+6
*
Applied Araq's suggestions for c2nim
Vincent Burns
2014-01-14
2
-9
/
+11
*
removed hack for return statement
Vincent Burns
2014-01-14
2
-9
/
+14
*
Slightly better type parsing for parameters and cast expressions
Vincent Burns
2014-01-14
2
-7
/
+46
*
Fix for expression parsing, 'new' is a valid C symbol
Vincent Burns
2014-01-13
1
-6
/
+9
*
Fix for some comments during if statements
Vincent Burns
2014-01-13
3
-1
/
+25
*
Support more proper do..while statements
Vincent Burns
2014-01-13
1
-9
/
+39
*
for statements support comma expressions
Vincent Burns
2014-01-13
1
-2
/
+4
*
New expression parser
Vincent Burns
2014-01-12
1
-350
/
+274
*
Properly lex floating constants
Vincent Burns
2014-01-12
1
-5
/
+20
*
Lex '\xHH' character constants
Vincent Burns
2014-01-12
1
-0
/
+17
*
Added spliceHeader option to c2nim
Vincent Burns
2014-01-12
1
-5
/
+17
*
case consistency part 8
Araq
2013-12-28
4
-62
/
+62
*
c2nim: added some scope operator parsing
Araq
2013-09-11
3
-18
/
+44
*
cn2im: basic C++ support
Araq
2013-09-10
5
-54
/
+710
*
fixes #440
Araq
2013-05-18
2
-10
/
+13
*
c2nim compiles again
Araq
2013-05-15
1
-1
/
+1
*
c2nim, pas2nim compile again
Araq
2013-05-07
1
-8
/
+8
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
7
-0
/
+0
*
fixes #323
Araq
2013-03-16
2
-2
/
+23
*
codegen produces better code for complex assignments
Araq
2013-02-24
1
-2
/
+2
*
fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...
Araq
2012-12-31
2
-0
/
+4
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-1
/
+1
*
bugfix: c2nim and pas2nim work again
Araq
2012-09-26
1
-2
/
+3
*
c2nim and system.nim now agree on a C type mapping
Araq
2012-07-15
2
-8
/
+17
*
c2nim, pas2nim compile again
Araq
2012-02-29
1
-2
/
+2
*
fixes #93
Araq
2012-01-29
1
-1
/
+0
*
year 2012 for most copyright headers
Araq
2012-01-02
4
-5
/
+5
*
c2nim: bugfix: 'type x[10];' was not parsed properly
Araq
2011-12-30
2
-5
/
+3
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
2
-2
/
+3
*
c2nim compiles again
Araq
2011-12-12
1
-1
/
+1
*
path canonicalization and proper project relative paths
Zahary Karadjov
2011-12-09
1
-4
/
+4
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-0
/
+0
*
c2nim: bugfix: parsing of typedef'ed function pointers
Araq
2011-09-28
2
-11
/
+8
*
c2nim,pas2nim: use the stdout.writeln to display the "unknown option" message
Keita Haga
2011-07-29
1
-1
/
+1
*
c2nim,pas2nim: bugfix: --out:FILE option does not work as documented
Keita Haga
2011-07-29
1
-7
/
+7
*
0.8.12 bugfix: some files not in download package
Araq
2011-07-11
1
-1
/
+1
*
c2nim compiles again
Araq
2011-04-23
1
-1
/
+1
*
got rid of some arcane module names
Araq
2011-04-21
2
-2
/
+2
*
big repo cleanup
Araq
2011-04-12
7
-0
/
+3498