summary refs log tree commit diff stats
path: root/rod
Commit message (Expand)AuthorAgeFilesLines
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-101-23/+20
* support for objective C generationAraq2011-01-105-12/+23
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-092-1/+4
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-097-50/+64
* implemented 'emit' pragmaAraq2011-01-076-71/+89
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-062-55/+40
|\
| * fixes #5, also cleaned up extccomp a bit.dom962011-01-062-55/+40
* | better tester; yet another iterator bugfixAraq2011-01-061-37/+52
* | bugfix: compiler rejects methods without object parameterAraq2011-01-064-3/+18
|/
* bugfix: semantic checking: tuples without named fieldsAraq2011-01-061-1/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-051-8/+6
|\
| * Fixed a bug in typeToString with generics.dom962011-01-031-8/+6
* | transf: big refactoring; other small fixesAraq2011-01-056-223/+279
* | bugfix: multiple yield statements and loop body varsAraq2010-12-134-65/+111
* | added strutils.alignAraq2010-12-071-2/+2
* | commit before ov-res changesAraq2010-12-072-18/+14
* | docgen understands and ignores *when false*Araq2010-11-181-1/+5
|/
* niminst: support for doc_startAraq2010-11-021-0/+1
* added base64 module; decoding still brokenAraq2010-10-231-1/+1
* version 0.8.10Araq2010-10-211-1/+2
* version 0.8.10Araq2010-10-216-300/+21
* bugfix: finally sections are executed before return/breakAraq2010-09-202-43/+57
* bugfix: overflow checking for small ints; bugfix: tiny C works againAraq2010-09-202-38/+17
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-193-11/+21
* standard filter supports multiple line expressions; better amd64 detection fo...Araq2010-09-171-12/+48
* mac os x amd64 detection; missing C files addedAraq2010-09-161-0/+19
* fixes for exception handling; added system.compileOptionAraq2010-09-137-104/+140
* attempt to get tiny C for i386 to workAraq2010-08-281-1/+2
* tiny C support; cosmetic improvements for the docsAraq2010-08-289-16/+35
* bugfix: init of tempsAraq2010-08-247-55/+61
* accurate file/line informationAndreas Rumpf2010-08-143-10/+8
* c2nim: new features & bugfixesAndreas Rumpf2010-08-116-66/+222
* added missing filesAndreas Rumpf2010-08-082-0/+88
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-5/+5
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-47/+24
* before stack init changeAndreas Rumpf2010-08-014-17/+25
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-2913-373/+352
* implemented user-defined pragmasAndreas Rumpf2010-07-238-149/+189
* standalone structs; function pointersAndreas Rumpf2010-07-235-86/+270
* standalone structs still not implementedAndreas Rumpf2010-07-231-0/+2
* c2nim: cast-bug fixes (sort of)Andreas Rumpf2010-07-232-112/+149
* c2nim: rewritten symbol exporting codeAndreas Rumpf2010-07-224-90/+44
* c2nim: code cleanupAndreas Rumpf2010-07-221-45/+0
* c2nim: better parsing of #ifdef C2NIM; #def supportAndreas Rumpf2010-07-226-94/+345
* bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-222-1/+2
* bugfix: c2nim: typedef a b;Andreas Rumpf2010-07-212-0/+4
* added system.appType magicAndreas Rumpf2010-07-216-9/+24
* test file for c2nimAndreas Rumpf2010-07-212-3/+451
* c2nim tool addedAndreas Rumpf2010-07-2115-60/+2819
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-042-18/+18