summary refs log tree commit diff stats
path: root/tests/accept/run
Commit message (Expand)AuthorAgeFilesLines
* got rid of 'accept' dir in the testsAraq2011-11-19135-5798/+0
* fixed some testsAraq2011-11-193-44/+44
* bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-151-1/+1
* when running unit tests, the tester will print only failures using colorless ...Zahary Karadjov2011-11-101-47/+0
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-0/+11
* bugfixes for the tester; the tester now supports running of single testsAraq2011-11-088-2/+8
* small bugfixes to make more tests greenAraq2011-11-023-3/+7
* DLL generation may work againAraq2011-11-022-0/+19
* splicing tested and documentedAraq2011-10-281-0/+16
* eval context for macros lives as long as the current module is compiledAraq2011-10-281-0/+19
* compilation cache: mostly working; generics not yetAraq2011-10-252-0/+22
* new syntactic construct: a{i}Araq2011-10-081-1/+2
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-0/+9
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-071-0/+47
* bugfix: overloading resolution for typeofAraq2011-09-271-0/+7
* bugfix: $ escaping in interpolatedFragmentsAraq2011-09-261-6/+10
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-10/+7
* using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-202-18/+109
* Moved the parseAST magics to evals.nimZahary Karadjov2011-09-201-0/+82
* more occurences of 'pure' proc pragma fixedAraq2011-08-201-1/+1
* locks now in their own core moduleAraq2011-08-201-2/+2
* small bugfix for evalAraq2011-08-191-0/+27
* inlining of 'var openarray' iterators now workAraq2011-08-181-0/+16
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-0/+3
* modifyable results for generics; teventemitter worksAraq2011-08-091-7/+10
* fixes #35, fixes #43Araq2011-08-081-3/+5
* documentation for 'var T' as return typeAraq2011-08-011-4/+6
* 'var T' for iteratorsAraq2011-07-311-0/+29
* 'is' operator for generic codeAraq2011-07-311-0/+13
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-312-3/+3
* bugfix: 'final' not passed to genericAraq2011-07-291-15/+16
* Merge pull request #41 from Amrykid/masterAraq2011-07-271-3/+3
|\
| * Renamed new* to init*.Amrykid2011-07-271-2/+2
| * Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-271-1/+1
* | bugfixes; step one for 'var T' as return type supportAraq2011-07-283-0/+58
|/
* bugfixes; added events module, sequtils moduleAraq2011-07-262-0/+103
* old pointer deref operator completely removedAraq2011-07-231-0/+15
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-221-1/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-211-0/+19
* preparations for 0.8.12Araq2011-07-1014-0/+3
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-1/+1
* tests are green againAraq2011-06-283-39/+6
* improvements to get code size down for programs that don't use GCAraq2011-06-262-0/+362
* case branches support constant sets for convenienceAraq2011-06-191-0/+15
* rebuilt csources; bootstrap should work againAraq2011-06-151-2/+0
* bugfix: proper return types for templatesAraq2011-06-151-1/+3
* 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