summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-1611-32/+32
* closures shouldn't leak anymoreAraq2012-07-161-2/+4
* x11 example compiles again; updated python wrapper; compiler supports variabl...Araq2012-07-161-0/+27
* c2nim and system.nim now agree on a C type mappingAraq2012-07-152-8/+17
* improved unsigned supportAraq2012-07-143-37/+42
* work on closures continues; fixed #116Araq2012-07-131-3/+1
* fixes cast[int8] bugAraq2012-07-121-6/+0
* ';' as statement separatorAraq2012-07-121-6/+7
* fixes #112Araq2012-07-111-0/+2
* ';' now valid for parameter listsAraq2012-07-112-7/+12
* overloading resolution finally takes inheritance depth into accountAraq2012-07-111-62/+75
* fixes #147Araq2012-07-101-1/+2
* some more bugfixes for the integer promotion rulesAraq2012-07-102-5/+6
* improved cross-compilation supportAraq2012-07-091-2/+6
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...Araq2012-07-094-7/+14
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-093-33/+32
* 'addSon' for types deprecated for 'int literal type' analysis (2)Araq2012-07-092-11/+11
* 'addSon' for types deprecated for 'int literal type' analysisAraq2012-07-0913-33/+49
* made tests green againAraq2012-07-092-8/+14
* cross-compilation improvementsAraq2012-07-082-19/+32
* bugfix: ha.echo should be acceptedAraq2012-07-082-6/+9
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-081-1/+1
|\
| * Added support for ARM.Dominik Picheta2012-07-071-1/+1
* | changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-0814-70/+397
|/
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-057-10/+23
* fixes #150; next steps for proper unsigned supportAraq2012-07-032-7/+9
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-3/+6
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-021-6/+6
|\
| * fixes for the Intel C compiler on WindowsZahary Karadjov2012-06-271-6/+6
* | JS codegen improvements; barely usable nowAraq2012-07-021-23/+46
* | JS codegen enhancements; still unusableAraq2012-07-013-31/+80
* | dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-303-69/+126
* | changed integer promotion rules; added math.fmodAraq2012-06-287-59/+65
|/
* added proc annotations: macros invoked as pragmasAraq2012-06-264-6/+52
* thread var emulation should work againAraq2012-06-251-4/+7
* bite the bullet and make 'initStackBottom' a compilerprocAraq2012-06-241-11/+12
* bugfix: cycle analysis needs to take inheritance into accountAraq2012-06-241-3/+5
* doc2 improvementsAraq2012-06-246-13/+20
* docgen2 improvementsAraq2012-06-233-7/+21
* docgen2 improvementsAraq2012-06-233-11/+34
* first implementation of docgen2Araq2012-06-233-10/+73
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-222-1/+11
* closure bugfixAraq2012-06-221-0/+7
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-223-4/+13
* fixes #134Araq2012-06-211-9/+9
* fixes #145Araq2012-06-211-0/+2
* another bugfixAraq2012-06-211-1/+1
* fixes #140Araq2012-06-211-0/+2
* and another closure bugfixAraq2012-06-211-3/+5
* bugfixes for closuresAraq2012-06-215-13/+27