summary refs log tree commit diff stats
path: root/compiler/ccgexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* DLLs should work again; fixes #169Araq2012-07-241-0/+2
* got rid of some mAddU64 etc. magicsAraq2012-07-201-5/+0
* removed nimdat in favor of per-module dat init procsZahary Karadjov2012-07-191-6/+1
* equality and hashing for closuresAraq2012-07-171-1/+8
* make tests green againAraq2012-07-171-1/+14
* improved unsigned supportAraq2012-07-141-33/+35
* fixes cast[int8] bugAraq2012-07-121-6/+0
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-2/+3
* proper indentation in the generated C codeZahary Karadjov2012-06-121-72/+72
* better support for unsigned integers.Zahary Karadjov2012-06-111-6/+6
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-041-3/+12
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-021-18/+18
|\
| * bugfix: field names of tuples are treated consistently in the C backendAraq2012-05-271-18/+18
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-0/+2
|/
* C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-121-19/+19
* bugfix #100 againAraq2012-03-281-4/+4
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-1/+3
* further steps for closure supportAraq2012-02-061-4/+7
* further steps to closure supportAraq2012-02-061-4/+26
* pragma on/off improvements; endb rewrittenAraq2012-01-281-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* C code gen: generate even better code for the GCAraq2011-12-121-6/+13
* compiler takes advantage of 'new(Obj|New)RC1Araq2011-12-121-77/+84
* compiler generates volatile temps to keep C compiler from optimizing away sta...Araq2011-12-121-16/+28
* codegen uses alias analysis to generate better codeAraq2011-12-101-5/+0
* alias analysis as required for the code gen and the HLOAraq2011-12-081-7/+0
* 'assert' is now implemented without compiler magicAraq2011-12-041-2/+2
* implemented 'let' statementAraq2011-11-291-2/+2
* fixes #31Araq2011-11-271-9/+3