summary refs log tree commit diff stats
path: root/rod
Commit message (Collapse)AuthorAgeFilesLines
* big repo cleanupAraq2011-04-1295-39994/+0
|
* p[] instead of p^Araq2011-04-119-33/+33
|
* p[] instead of p^Araq2011-04-115-16/+28
|
* some tests cleaned up; some bugfixesAraq2011-04-113-10/+19
|
* bugfix: tmacros1.nim worksAraq2011-04-051-1/+2
|
* fixes #25Araq2011-04-051-1/+1
|
* fixes #27dom962011-04-041-2/+2
|
* bugfix: GC more forgivingAraq2011-04-031-0/+2
|
* less cascading errors for 'check' and 'ide-tools'Araq2011-04-034-23/+33
|
* 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
|