summary refs log tree commit diff stats
path: root/rod
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Araq2011-01-151-6/+24
| | | | generator generates dependencies section
* 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 ↵Araq2011-01-092-1/+4
| | | | parameters
* 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 ↵Araq2010-09-193-11/+21
| | | | callback
* standard filter supports multiple line expressions; better amd64 detection ↵Araq2010-09-171-12/+48
| | | | for mac os X
* 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
|