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
/
ccgcalls.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
importing of C++ nested generics like std::vector<T>::iterator, using the apo...
Zahary Karadjov
2015-04-13
1
-10
/
+3
*
Get rid of deprecation warnings
def
2015-04-07
1
-87
/
+87
*
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
1
-2
/
+2
*
bugfixes for C++ codegen
Araq
2015-04-01
1
-2
/
+28
*
fixes #1717, fixes #2324
Araq
2015-03-22
1
-1
/
+4
*
fixes #2266
Araq
2015-03-22
1
-1
/
+1
*
fixes #2336
Araq
2015-03-16
1
-1
/
+2
*
bugfix: c++ pattern #@ could index out of bounds
Araq
2015-03-10
1
-5
/
+6
*
fixes #2199, fixes #2197
Araq
2015-02-24
1
-1
/
+1
*
fixes #2068
Araq
2015-02-12
1
-9
/
+21
*
fixes c++ codegen regression
Araq
2015-02-07
1
-1
/
+1
*
lots of C++ codegen improvements
Araq
2015-02-07
1
-8
/
+16
*
C++ support: codegen generates C++'s references and avoids copies
Araq
2015-02-04
1
-26
/
+50
*
bugfixes for the new C++ patterns
Araq
2015-01-23
1
-8
/
+7
*
better C++ support wrt 'this'
Araq
2015-01-18
1
-20
/
+90
*
patterns for 'importcpp' (still undocumented)
Araq
2015-01-14
1
-27
/
+91
*
handle 'T&' properly for better C++ support
Araq
2015-01-13
1
-3
/
+11
*
implemented mixed mode codegen
Araq
2014-10-03
1
-2
/
+2
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
fixes #1434
Araq
2014-08-14
1
-6
/
+7
*
tdisjoint_slice2 works
Araq
2014-05-31
1
-1
/
+1
*
implemented builtin noncopying slice
Araq
2014-05-02
1
-12
/
+32
*
more efficient calls for closure iterators
Araq
2014-01-25
1
-3
/
+5
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-2
/
+2
*
implemented 'injectStmt'; more debug support
Araq
2013-12-16
1
-0
/
+2
*
preparations for the new symbol binding rules for clean templates
Araq
2013-05-18
1
-1
/
+1
*
codegen produces better code for complex assignments
Araq
2013-02-24
1
-1
/
+1
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-2
/
+2
|
\
|
*
fixes #299
Araq
2013-01-08
1
-2
/
+2
*
|
first batch of rope code converted to `rfmt`
Zahary Karadjov
2012-11-28
1
-24
/
+24
|
/
*
Improved support for nkSymChoices in type coercions
Zahary Karadjov
2012-10-15
1
-10
/
+11
*
fixes #186 and the ttypedesc1 test case
Zahary Karadjov
2012-09-23
1
-5
/
+5
*
next steps for tyVarargs/tyOpenArray split
Araq
2012-08-14
1
-2
/
+2
*
proper indentation in the generated C code
Zahary Karadjov
2012-06-12
1
-24
/
+15
*
fixes #127
Araq
2012-05-30
1
-5
/
+10
*
fixes #20 properly
Zahary Karadjov
2012-04-15
1
-3
/
+0
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-16
/
+18
*
typedesc and expr params
Zahary Karadjov
2012-03-31
1
-0
/
+1
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
1
-1
/
+2
*
further steps for closure support
Araq
2012-02-06
1
-4
/
+2
*
further steps to closure support
Araq
2012-02-06
1
-3
/
+68
*
fixes #89
Araq
2012-01-29
1
-1
/
+4
*
removed nimKeepAlive as it's not necessary with interior pointer checking
Araq
2012-01-15
1
-44
/
+20
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
code gen can generate code to keep alive stack roots
Araq
2011-12-22
1
-2
/
+4
*
compiler generates volatile temps to keep C compiler from optimizing away sta...
Araq
2011-12-12
1
-0
/
+2
*
codegen uses alias analysis to generate better code
Araq
2011-12-10
1
-30
/
+62
*
implemented 'let' statement
Araq
2011-11-29
1
-1
/
+1
*
C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...
Araq
2011-11-24
1
-0
/
+232