summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/Nimroddom962011-04-244-12/+36
|\
| * C source regeneratedAraq2011-04-244-12/+36
* | Lots of fixes in redis.nimdom962011-04-241-175/+217
|/
* Removed the parseBulkStr() proc in redis.nimdom962011-04-231-23/+20
* Consistency fix in redis.nimdom962011-04-231-4/+4
* Added redis client module.dom962011-04-231-0/+834
* c2nim compiles againAraq2011-04-233-4/+12
* slight change in the spec of unary '..'Araq2011-04-231-3/+1
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-238-97/+234
* parser got rid of cruftAraq2011-04-221-32/+9
* slices are first class citizensAraq2011-04-2212-127/+177
* grammar changes for table constructor: second partAraq2011-04-213-24/+29
* grammar changes for table constructor: first partAraq2011-04-212-26/+34
* got rid of some arcane module namesAraq2011-04-2134-1257/+326
* hashtables: 2nd versionAraq2011-04-191-29/+31
* hashtables: 1st version; parseutils additionsAraq2011-04-185-6/+175
* := templatable; lexer improvementsAraq2011-04-1711-166/+117
* better error message for invalid module namesAraq2011-04-164-19/+5
* big repo cleanupAraq2011-04-12246-74652/+28
* p[] instead of p^Araq2011-04-1132-346/+242
* p[] instead of p^Araq2011-04-1112-52/+64
* some tests cleaned up; some bugfixesAraq2011-04-1118-69/+106
* some tests cleaned upAraq2011-04-052-186/+1
* bugfix: tmacros1.nim worksAraq2011-04-052-2/+3
* fixes #25Araq2011-04-052-1/+15
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-04-052-2/+19
|\
| * fixes #27dom962011-04-042-2/+19
* | $ for strtabs; skipUntil, skipWhile for parseutilsAraq2011-04-052-9/+29
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-04-040-0/+0
|\
| * csource newly generated for generic constraintsAraq2011-04-010-0/+0
| * fixes #28Araq2011-04-012-2/+2
| * Merge branch 'master' of github.com:Araq/NimrodAraq2011-04-016-11/+42
| |\
| | * Bug fixes for standard library: httpclient, json, os, parsexml, xmltree, xmlp...dom962011-03-287-12/+43
| * | type constraints; tuple liftingAraq2011-04-0117-139/+527
| |/
* | todo.txt changesAraq2011-04-041-0/+1
* | added another system.open; bugfix: koch clean may not break .git dirs anymoreAraq2011-04-034-9/+15
* | bugfix: GC more forgivingAraq2011-04-035-8/+14
* | less cascading errors for 'check' and 'ide-tools'Araq2011-04-034-23/+33
* | Koenig's lookup implementationAraq2011-04-035-131/+137
* | ugh, maybe broke gitAraq2011-04-0125-172/+587
|/
* some little bugfixesAraq2011-03-2712-69/+91
* added 'reset' news entry; fixed #23Araq2011-03-251-0/+1
* added 'reset' magic procAraq2011-03-259-12/+73
* bugfix: type converter that converts to bool in 'if' contextAraq2011-03-2511-25/+77
* support for clangAraq2011-03-242-2/+23
* Merge branch 'master' of https://github.com/Tass/Nimrod into Tass-masterAraq2011-03-242-1/+16
|\
| * + documentation for implicit conversionsSimon Hafner2011-03-182-1/+16
* | fixes #21Araq2011-03-243-9/+9
* | bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-2345-242/+2341
* | linearScanEnd pragma; string case statement optimizationAraq2011-03-1426-252/+537
|/