summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tester now outputs jsondom962011-05-081-5/+22
|
* fixes #12Araq2011-05-021-0/+10
|
* little repo cleanupAraq2011-05-021-32/+39
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-0130-63/+110
|
* slice support in system.nim; syntactic sugar for tables; cleanup of ↵Araq2011-04-231-0/+43
| | | | grammar/parser
* slices are first class citizensAraq2011-04-221-0/+16
|
* hashtables: 1st version; parseutils additionsAraq2011-04-181-2/+2
|
* := templatable; lexer improvementsAraq2011-04-171-0/+8
|
* p[] instead of p^Araq2011-04-114-10/+21
|
* p[] instead of p^Araq2011-04-113-25/+17
|
* some tests cleaned up; some bugfixesAraq2011-04-1115-59/+87
|
* some tests cleaned upAraq2011-04-052-186/+1
|
* bugfix: tmacros1.nim worksAraq2011-04-051-1/+1
|
* fixes #25Araq2011-04-051-0/+14
|
* fixes #27dom962011-04-041-0/+17
|
* bugfix: GC more forgivingAraq2011-04-031-1/+1
|
* Koenig's lookup implementationAraq2011-04-031-2/+2
|
* ugh, maybe broke gitAraq2011-04-016-0/+139
|
* some little bugfixesAraq2011-03-271-0/+7
|
* added 'reset' magic procAraq2011-03-254-0/+55
|
* bugfix: type converter that converts to bool in 'if' contextAraq2011-03-254-2/+34
|
* fixes #21Araq2011-03-241-0/+1
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-2314-6/+1807
|
* linearScanEnd pragma; string case statement optimizationAraq2011-03-143-0/+208
|
* fixes #20Araq2011-03-122-1/+21
|
* fixes #13; fixes #18Araq2011-03-082-0/+58
|
* bugfix: tuple access in macros (issue #17)Araq2011-03-071-0/+21
|
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-1/+1
|
* various bugfixes for generics; added generic sort procAraq2011-03-034-40/+171
|
* suggest: improvementsAraq2011-02-231-25/+18
|
* refactoring: suggest can import sigmatch for type matchingAraq2011-02-212-0/+89
|
* somewhat better 'suggest'Araq2011-02-211-0/+1
|
* tests themselves contain the expected resultAraq2011-02-20134-179/+913
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-1221-3/+3
|
* changed handling of generalized string literalsAraq2011-02-071-1/+2
|
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-292-0/+9
|
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-285-0/+57
|\
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-0/+21
| |
| * explicit indices in array literalsAraq2011-01-164-0/+36
| |
* | Corrected pretty() in json module, and added another file with json test data.dom962011-01-282-1/+81
|/
* json module changesAraq2011-01-151-3/+3
|
* Feature: explicit string representation for enum fieldsAraq2011-01-113-0/+35
|
* SPEC change: ^ is right-assoc and of highest priorityAraq2011-01-102-0/+13
|
* c2nim compiles again [#9 state:resolved]; better error message for named ↵Araq2011-01-094-1/+18
| | | | parameters
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-0/+19
|
* implemented 'emit' pragmaAraq2011-01-072-0/+15
|
* added test tmultim4.nimAraq2011-01-062-0/+40
|
* better tester; yet another iterator bugfixAraq2011-01-061-0/+10
|
* bugfix: compiler rejects methods without object parameterAraq2011-01-062-0/+6
|
* bugfix: semantic checking: tuples without named fieldsAraq2011-01-061-0/+5
|