summary refs log tree commit diff stats
path: root/tests/accept
Commit message (Expand)AuthorAgeFilesLines
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-9/+9
* case branches support constant sets for convenienceAraq2011-06-191-0/+15
* bugfix: typeinfo generation for tuplesAraq2011-06-191-4/+15
* rebuilt csources; bootstrap should work againAraq2011-06-152-2/+40
* bugfix: proper return types for templatesAraq2011-06-152-1/+7
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-152-0/+31
* basic thread analysis workingAraq2011-06-131-0/+54
* basic generic collections implemented and testedAraq2011-06-073-8/+202
* bugfix: generic instantiation across module boundariesAraq2011-06-062-0/+18
* overloading of [] for derefence operation should be possible nowAraq2011-06-051-0/+24
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-20/+21
* first steps to thread local heapsAraq2011-06-021-0/+69
* thread support: next iterationAraq2011-05-171-0/+4
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-1/+0
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
* loop unrolled for stack markingAraq2011-05-131-0/+19
* fixes #12Araq2011-05-021-0/+10
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-0126-49/+84
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-231-0/+43
* 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-111-16/+0
* some tests cleaned up; some bugfixesAraq2011-04-115-2/+34
* 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
* Koenig's lookup implementationAraq2011-04-031-2/+2
* ugh, maybe broke gitAraq2011-04-015-0/+121
* 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-253-2/+26
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-2311-0/+1799
* linearScanEnd pragma; string case statement optimizationAraq2011-03-143-0/+208
* 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-032-40/+105
* refactoring: suggest can import sigmatch for type matchingAraq2011-02-212-0/+89
* tests themselves contain the expected resultAraq2011-02-2091-90/+538
* non-nil AST; continue after errors for IDE supportAraq2011-02-1215-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
* explicit indices in array literalsAraq2011-01-162-0/+18
* 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 para...Araq2011-01-091-0/+8
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-0/+19