summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-0/+2
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+4
* fixes #250Araq2012-11-191-1/+3
* added system.finished for first class iteratorsAraq2012-11-171-1/+1
* next steps for first class iteratorsAraq2012-11-151-1/+4
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-4/+9
* nimbuild should work againAraq2012-11-011-0/+1
* fixes #226Araq2012-10-191-2/+2
* fixes #217Araq2012-10-131-1/+1
* bugfix: tests should be green againAraq2012-10-131-1/+10
* bugfix: fixed broken expr proc bodiesAraq2012-10-121-2/+6
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-14/+30
* fixes #73Araq2012-09-231-1/+1
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-2/+3
* proc bodies can be expressions with a typeAraq2012-09-221-1/+1
* semExpr/semStmt mergedAraq2012-09-131-157/+45
* small bugfixes; reactivated tests/compileAraq2012-09-111-0/+2
* first steps to deprecate 'nil' statementAraq2012-09-091-4/+9
* term rewriting improvementsAraq2012-09-081-4/+4
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+2
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-11/+5
* first steps towards term rewriting macrosAraq2012-08-301-2/+13
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-3/+0
* implemented generic templatesAraq2012-08-271-6/+5
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-18/+0
* implemented 'bind' for macrosAraq2012-08-241-0/+18
* next steps to hygienic templatesAraq2012-08-201-10/+6
* first steps to make templates hygienicAraq2012-08-201-12/+14
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-141-1/+1
* made tests green againAraq2012-08-141-1/+3
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-27/+36
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-3/+6
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-9/+12
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-5/+5
* more improvements for idetoolsAraq2012-07-301-2/+6
* better error handling for better idetools supportAraq2012-07-291-71/+67
* added warning for confusing var declarationsAraq2012-07-261-0/+3
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-0/+9
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-1/+1
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-091-2/+2
* 'addSon' for types deprecated for 'int literal type' analysis (2)Araq2012-07-091-3/+3
* bugfix: ha.echo should be acceptedAraq2012-07-081-2/+3
* added proc annotations: macros invoked as pragmasAraq2012-06-261-0/+36
* doc2 improvementsAraq2012-06-241-2/+2
* bugfixes for closuresAraq2012-06-211-1/+1
* added another macro regressionAraq2012-06-201-1/+1
* destructor pragmaZahary Karadjov2012-06-071-6/+6
* destructors for case valuesZahary Karadjov2012-06-071-16/+61
* fix bootstrapping on POSIX platformsZahary Karadjov2012-06-061-0/+4
* generate default destructorsZahary Karadjov2012-06-061-8/+98