summary refs log tree commit diff stats
path: root/compiler/ccgexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* case consistency for evalffiAraq2014-02-011-1/+1
* compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-0/+16
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-4/+4
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-18/+18
* case consistency: next stepsAraq2013-12-291-8/+8
* case consistency part 4Araq2013-12-271-102/+102
* case consistency part 1Araq2013-12-271-2/+2
* fixes a regression where memset was used without including <string.h>Araq2013-12-031-0/+6
* fixes #575Araq2013-09-101-2/+1
* fixes #569; C++ codegen works againAraq2013-08-311-12/+7
* float64 is now an alias to 'float'; fixes #545Araq2013-08-301-6/+8
* hacky fix for generic constraints matchingZahary Karadjov2013-08-191-2/+2
* fixes #411Araq2013-05-261-8/+12
* attempt to fix a codegen bugAraq2013-05-201-1/+7
* fixes #432, fixes #427Araq2013-05-191-3/+28
* fixes #439Araq2013-05-191-1/+1
* 'result/return' triggers a void contextAraq2013-05-061-3/+13
* completed expr/stmt unificationAraq2013-05-031-109/+113
* first steps to the expr/stmt unificationAraq2013-04-301-3/+2
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-2/+8
* fixes #366Araq2013-03-171-1/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* documented object constrs; endb works againAraq2013-03-091-30/+5
* object constructors work nowAraq2013-03-081-82/+116
* next steps for object construction expressionsAraq2013-03-071-1/+32
* next steps for object construction expressionsAraq2013-03-071-22/+26
* fixes for the new overloading resolutionAraq2013-03-031-1/+2
* make some tests greenAraq2013-03-031-1/+1
* codegen produces better code for complex assignmentsAraq2013-02-241-2/+61
* cleaner GC switchingAraq2013-01-311-5/+5
* merged upstream masterZahary Karadjov2013-01-271-5/+14
|\
| * fixed some closure related bugsAraq2013-01-221-1/+1
| * fixes #270Araq2013-01-081-1/+1
| * first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-3/+12
* | cleaned up some debugging codeZahary Karadjov2013-01-201-10/+0
* | track the "owner" heap object in the ref write barrierZahary Karadjov2012-12-011-4/+20
* | disables the compile-time rope formatting during bootstrappingZahary Karadjov2012-11-281-90/+90
* | first batch of rope code converted to `rfmt`Zahary Karadjov2012-11-281-37/+37
|/
* fixes #261Araq2012-11-211-1/+1
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-1/+1
* fixes #235Araq2012-10-241-0/+4
* fixes #230; fixes #227Araq2012-10-191-2/+3
* fixes #232Araq2012-10-191-1/+4
* fixes #106Zahary Karadjov2012-10-161-2/+2
* term rewriting macros fully implemented; still buggyAraq2012-09-031-2/+2
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-141-6/+7
* fixes #178Araq2012-07-281-3/+3
* no range checks for conversion to unsigned (but I may reconsider this)Araq2012-07-251-1/+2
* fixes #172Araq2012-07-251-1/+1
* small bugfix: code generation for nil closuresAraq2012-07-251-17/+28