summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
...
* | system.fields|fieldPairs for objectsAraq2013-02-181-32/+97
|/
* merged upstream masterZahary Karadjov2013-01-271-46/+71
|\
| * bootstrapping works againAraq2013-01-221-1/+1
| * fixed some closure related bugsAraq2013-01-221-17/+21
| * implemented generic multi methodsAraq2013-01-161-14/+15
| * fixes #293Araq2013-01-081-4/+21
| * implements #295Araq2013-01-081-4/+4
| * don't invoke destructors for .global. variablesAraq2012-12-161-1/+2
| * some fixes for generic first class iteratorsAraq2012-12-151-5/+7
| * fixes #269Araq2012-12-051-0/+2
| * fixes #266Araq2012-12-051-2/+0
| * implemented generic convertersAraq2012-12-051-2/+2
* | temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-1/+1
* | CaaS in-memory cachingZahary Karadjov2012-11-281-6/+5
|/
* 'return' for first class iteratorsAraq2012-11-261-1/+2
* next steps for first class iteratorsAraq2012-11-261-1/+2
* 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