summary refs log tree commit diff stats
path: root/rod
Commit message (Expand)AuthorAgeFilesLines
* changed handling of generalized string literalsAraq2011-02-075-29/+50
* documentation improvementsAraq2011-02-061-2/+2
* rebuilt C code for installationAraq2011-02-041-0/+1
* documentation improvementsAraq2011-01-312-2/+2
* --recursivePath may handle dots correctly nowAraq2011-01-291-1/+3
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-296-45/+31
* changes to threads; --recursivePath supportAraq2011-01-2912-118/+136
* c2nim: bugfix: less picky about newlines in preprocessor definesAraq2011-01-192-1/+10
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-182-17/+10
* explicit indices in array literalsAraq2011-01-162-2/+22
* docgen: module dependencies are now listedAraq2011-01-162-10/+16
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-6/+24
* httpserver may work better nowAraq2011-01-131-1/+2
* Feature: explicit string representation for enum fieldsAraq2011-01-113-8/+28
* 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