summary refs log tree commit diff stats
path: root/tests/accept
Commit message (Expand)AuthorAgeFilesLines
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-1/+0
* 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
* renamed optional to discardableAraq2011-09-241-3/+3
* implemented optional pragma for implicit discardAraq2011-09-241-0/+13
* more fixes to get rid of tyPureObjectAraq2011-09-241-4/+4
* fixed some newly introduced bugsAraq2011-09-212-22/+59
* 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
* Initial implementation of the parseExpr, parseStmt, getAst macro routines:Zahary Karadjov2011-09-201-2/+16
* Added AST introspection routines as a part of the standard libraryZahary Karadjov2011-09-201-20/+3
* 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
* added system.slurp for easy embedding of resourcesAraq2011-08-101-0/+6
* modifyable results for generics; teventemitter worksAraq2011-08-091-7/+10
* fixes #35, fixes #43Araq2011-08-081-3/+5
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+4
* fixes #42Araq2011-08-041-0/+35
* anonymous procs implemented; however no closure support yetAraq2011-08-011-0/+12
* documentation for 'var T' as return typeAraq2011-08-011-4/+6
* 'var T' for iteratorsAraq2011-07-311-0/+29
* void type improvements; documentation improvementsAraq2011-07-312-8/+25
* void type for genericsAraq2011-07-311-0/+13
* '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: forwarding of generic procs now worksAraq2011-07-301-0/+11
* bugfix: 'final' not passed to genericAraq2011-07-292-16/+17
* 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-232-0/+68
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-224-5/+5
* bugfix: proper cache for generic instantiationsAraq2011-07-211-0/+19
* preparations for 0.8.12Araq2011-07-1036-54/+3
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-1/+1
* tests are green againAraq2011-06-284-40/+7
* improvements to get code size down for programs that don't use GCAraq2011-06-264-0/+430
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-0/+65
* 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