summary refs log tree commit diff stats
path: root/compiler/ccgexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* | progress on deepCopyAraq2014-08-011-7/+39
|/
* parseBiggestFloat is now builtinAraq2014-07-161-1/+2
* fixes #1275Araq2014-07-011-3/+4
* fixes #751Araq2014-07-011-2/+2
* Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-161-1/+4
|\
| * Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-061-1/+1
| |\
| | * Promises are now refsAraq2014-06-051-1/+1
| * | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-011-1/+4
| |\|
| | * 'parallel' statement almost workingAraq2014-05-221-1/+1
| | * progress for the 'parallel' statementAraq2014-05-141-0/+3
* | | optimized method dispatchersAraq2014-06-121-4/+20
|/ /
* / Resolve type mismatches.EXetoC2014-05-131-1/+1
|/
* 2nd attempt to fix bootstrappingAraq2014-05-061-1/+1
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-201-0/+3
|\
| * Fixes #1005Dominik Picheta2014-04-151-0/+3
* | first version of 'spawn'Araq2014-04-161-0/+3
|/
* resolved conflictAndreas Rumpf2014-04-101-143/+158
|\
| * implemented region pointersAraq2014-04-091-4/+4
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-061-1/+1
| |\
| | * implemented 'union' and 'unchecked' pragmasAraq2014-03-051-1/+1
| * | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-1/+1
| |/
| * vm2: new representation of registersAraq2014-02-211-1/+0
| * fixes #914Araq2014-02-141-1/+1
| * fixes #887Simon Hafner2014-02-091-1/+1