summary refs log tree commit diff stats
path: root/compiler/ccgexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...Araq2015-04-221-6/+11
* cleaned up some magics to make room for new magics; added '..<' and '..^' tem...Araq2015-04-221-3/+0
* fixes serious codegen regression; C++ target works againAraq2015-04-201-1/+7
* fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-13/+17
* fixes #2498Araq2015-04-111-2/+0
* fixes #2489Araq2015-04-081-1/+1
* Get rid of deprecation warningsdef2015-04-071-170/+166
* fixes #2427Araq2015-04-061-2/+2
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-1/+1
* doc updates; fixes 'inc' for 'char'Araq2015-03-291-1/+1
* disallow negative indexingAraq2015-03-271-0/+1
* cannot gen symbol -> must be compile timeSimon Hafner2015-03-261-3/+1
* fixes #2401Araq2015-03-251-1/+1
* codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-43/+54
* fixes #2366Araq2015-03-211-0/+1
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-041-1/+1
* makes Aporia build for 64bit archsAraq2015-03-031-46/+41
* Fix typosFederico Ceratto2015-02-151-1/+1
* fixes #2118Araq2015-02-131-7/+3
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-3/+5
* compiler distinguishes between 2 different 'var' types for C++ interop; code ...Araq2015-02-071-3/+6
* lots of C++ codegen improvementsAraq2015-02-071-1/+3
* fixes stupid regressionAraq2015-02-041-1/+1
* C++ support: codegen generates C++'s references and avoids copiesAraq2015-02-041-7/+16
* fixes #2022Araq2015-01-311-2/+4
* fixes #2039Araq2015-01-311-3/+3
* Fixes #1642.Dominik Picheta2015-01-281-2/+6
* preparations for C++ template supportAraq2015-01-231-10/+13
* fixes #1833Araq2015-01-181-1/+2
* fixes #1915Araq2015-01-121-1/+3
* fixes #1181, fixes #1715Araq2014-12-161-2/+11
* fixes #1547Araq2014-11-271-1/+1
* fixes #837Araq2014-11-211-8/+24
* fixes #1053, fixes #924Araq2014-11-191-7/+9
* fixes #1274Araq2014-11-181-1/+1
* fixes #1548Araq2014-11-171-3/+4
* fixes #1181Araq2014-11-131-28/+32
* fixes #1593Araq2014-11-121-2/+12
* implemented mixed mode codegenAraq2014-10-031-19/+19
* implemented 'guard' annotationAraq2014-09-211-3/+1
* Nimrod renamed to NimAraq2014-08-281-4/+4
* fixes #1434Araq2014-08-141-1/+0
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-081-0/+1
|\
| * Also include string.h for strlen for C backenddef2014-08-081-1/+1
| * Include string.h for strlen with cpp backenddef2014-08-071-0/+1
* | 'parallel' statement works againAraq2014-08-081-1/+3
|/
* some bugfixes for 'deepCopy'Araq2014-08-061-5/+6
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-051-3/+3
|\
| * Fix #1392Flaviu Tamas2014-07-221-3/+3
* | added debug output (but not active)Araq2014-08-051-0/+1