summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* slice support in system.nim; syntactic sugar for tables; cleanup of ↵Araq2011-04-238-97/+234
| | | | grammar/parser
* 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
|\ | | | | | | | | | | | | | | Conflicts: lib/system.nim rod/semtypes.nim tests/accept/run/tkoeniglookup.nim todo.txt
| * 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, ↵dom962011-03-287-12/+43
| | | | | | | | | | | | xmlparser, gtk2.
| * | 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
|/
* 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
|