summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* linearScanEnd pragma; string case statement optimizationAraq2011-03-1426-252/+537
* fixes #20Araq2011-03-128-75/+132
* always compile with at least O1; bugfix set initialization for interactive modeAraq2011-03-103-5/+18
* fixes #17; I hope!Araq2011-03-081-4/+17
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-0817-101/+140
* fixes #13; fixes #18Araq2011-03-084-21/+102
* bugfix: tuple access in macros (issue #17)Araq2011-03-072-9/+56
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-0623-169/+204
* various bugfixes for generics; added generic sort procAraq2011-03-0318-116/+395
* --stdout make compiler messages go to stderrAraq2011-02-2510-33/+36
* --stdout support; idetools implementedAraq2011-02-2517-111/+187
* suggest: got rid of debug codeAraq2011-02-231-3/+0
* suggest: improvementsAraq2011-02-234-39/+70
* next steps to perfect 'suggest'Araq2011-02-227-40/+105
* refactoring: suggest can import sigmatch for type matchingAraq2011-02-2112-266/+445
* somewhat better 'suggest'Araq2011-02-216-4/+12
* second attempt to support powerpc64Araq2011-02-200-0/+0
* koch: 'git' commandAraq2011-02-201-1/+1
* koch: 'git' commandAraq2011-02-201-0/+1
* koch: 'git' commandAraq2011-02-202-4/+21
* regenerated C code; attempt to support powerpc64Araq2011-02-203-2/+14
* added missing new Lua and openGl wrappersAraq2011-02-209-0/+8181
* tests themselves contain the expected resultAraq2011-02-20144-200/+957
* ugh, forgot to add rod/suggest.nimAraq2011-02-161-0/+51
* first implementation of suggestAraq2011-02-1612-25/+54
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-1410-40/+57
* REPL improvementsAraq2011-02-1324-51/+3098
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-02-131-24/+50
|\
| * Forgot that capital E can be used in floats too, I hate case sensitivity.dom962011-02-131-1/+1
| * JSON module now distinguishes between Integers and Floats.dom962011-02-131-24/+50
* | basic continue after error works; interactive mode more usefulAraq2011-02-1312-40/+58
|/
* non-nil AST; continue after errors for IDE supportAraq2011-02-1284-721/+677
* first step to get rid of nil in the ASTAraq2011-02-0917-436/+505
* changed handling of generalized string literalsAraq2011-02-0710-39/+76
* bugfix terminal compiles for windows againAraq2011-02-071-9/+9
* documentation improvementsAraq2011-02-068-72/+100
* rebuilt C code for installationAraq2011-02-042-349/+352
* nimgrep: version 0.8Araq2011-02-032-17/+56
* nimgrep --ext supportAraq2011-02-023-8/+33
* nimgrep: support for multiple input files/dirsAraq2011-02-021-6/+8
* nimgrep: first working versionAraq2011-02-027-46/+174
* documentation improvementsAraq2011-01-317-71/+73
* --recursivePath may handle dots correctly nowAraq2011-01-292-3/+5
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-2913-54/+69
* changes to threads; --recursivePath supportAraq2011-01-2920-177/+393
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-2832-147/+629
|\
| * c2nim: bugfix: less picky about newlines in preprocessor definesAraq2011-01-194-3/+16
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-1817-127/+521
| * explicit indices in array literalsAraq2011-01-168-3/+60
| * docgen: module dependencies are now listedAraq2011-01-167-37/+55