summary refs log tree commit diff stats
path: root/rod
Commit message (Expand)AuthorAgeFilesLines
* various bugfixes for generics; added generic sort procAraq2011-03-038-52/+93
* --stdout make compiler messages go to stderrAraq2011-02-2510-33/+36
* --stdout support; idetools implementedAraq2011-02-2514-96/+166
* suggest: got rid of debug codeAraq2011-02-231-3/+0
* suggest: improvementsAraq2011-02-232-14/+51
* next steps to perfect 'suggest'Araq2011-02-226-38/+104
* refactoring: suggest can import sigmatch for type matchingAraq2011-02-2110-266/+356
* somewhat better 'suggest'Araq2011-02-213-2/+5
* koch: 'git' commandAraq2011-02-201-3/+8
* regenerated C code; attempt to support powerpc64Araq2011-02-201-0/+1
* tests themselves contain the expected resultAraq2011-02-204-11/+15
* ugh, forgot to add rod/suggest.nimAraq2011-02-161-0/+51
* first implementation of suggestAraq2011-02-1610-22/+49
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-143-26/+31
* REPL improvementsAraq2011-02-138-39/+101
* basic continue after error works; interactive mode more usefulAraq2011-02-139-29/+48
* non-nil AST; continue after errors for IDE supportAraq2011-02-1240-705/+665
* first step to get rid of nil in the ASTAraq2011-02-0916-435/+500
* 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