summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-021-2/+6
|\
| * added system.||; lacks runtime supportAraq2012-05-231-2/+6
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-1/+1
* | codegen for user-defined destructorsZahary Karadjov2012-05-251-1/+71
* | stand-alone except and finally blocksZahary Karadjov2012-05-231-7/+27
|/
* compiler finally supports 'object {.pragma.}' syntaxAraq2012-04-161-1/+1
* avoid duplicated variable names in unrolled loopsZahary Karadjov2012-04-151-2/+6
* fixes #20 properlyZahary Karadjov2012-04-151-3/+2
* fix the usage of definedInScope in pegs.=~Zahary Karadjov2012-04-141-1/+1
* experimental support for preserving local variable names in the generated codeZahary Karadjov2012-04-131-1/+11
* when expressions, proper rendering for nkDo and nkLambda and parser support f...Zahary Karadjov2012-04-051-2/+2
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-221-3/+1
* merged branch overloading-for-macrosZahary Karadjov2012-03-191-2/+1
|\
| * allowing multiple definitions of templatesZahary Karadjov2012-03-141-2/+1
* | clean separation of PNimrodNode and tyExprAraq2012-03-161-8/+8
* | implemented 'static'; macros do not work anymoreAraq2012-03-151-0/+8
|/
* fixes #100Araq2012-03-101-0/+2
* further steps for closure supportAraq2012-02-081-0/+4
* further steps to closure supportAraq2012-02-061-5/+0
* small fixes for tests on windowsAraq2012-01-311-1/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-7/+7
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-0/+14
* implicit invokation of items/pairs iteratorsAraq2012-01-081-24/+42
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-071-1/+4
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new len(openarray) implementationAraq2011-12-311-1/+1
* make trecinca|b tests greenAraq2011-12-311-1/+1
* bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-231-1/+2
* bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...Araq2011-12-231-1/+2