summary refs log tree commit diff stats
path: root/rod
Commit message (Expand)AuthorAgeFilesLines
* Koenig's lookup implementationAraq2011-04-034-129/+135
* ugh, maybe broke gitAraq2011-04-017-121/+320
* some little bugfixesAraq2011-03-276-63/+74
* added 'reset' magic procAraq2011-03-254-10/+17
* bugfix: type converter that converts to bool in 'if' contextAraq2011-03-256-23/+38
* support for clangAraq2011-03-241-2/+16
* fixes #21Araq2011-03-241-1/+1
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-2312-127/+191
* linearScanEnd pragma; string case statement optimizationAraq2011-03-1412-224/+225
* fixes #20Araq2011-03-123-71/+77
* always compile with at least O1; bugfix set initialization for interactive modeAraq2011-03-102-3/+8
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-082-36/+47
* fixes #13; fixes #18Araq2011-03-082-21/+44
* bugfix: tuple access in macros (issue #17)Araq2011-03-071-9/+35
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-068-111/+46
* 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