summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
...
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-7/+8
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-8/+12
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-1/+15
* next steps to hygienic templatesAraq2012-08-201-1/+2
* first steps to make templates hygienicAraq2012-08-201-2/+4
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-141-3/+5
* more bugfixes for closuresAraq2012-08-141-2/+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-11/+6
* idetools: '--def' now works in 'x.f'Araq2012-08-051-3/+3
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-28/+38
* idetools: don't suggest module names or not visible object fieldsAraq2012-08-031-4/+2
* idetools improvementsAraq2012-08-031-0/+1
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-7/+15
* more improvements for idetoolsAraq2012-07-301-3/+3
* better error handling for better idetools supportAraq2012-07-291-71/+93
* better overloading capabilities for 'shallowCopy'; little bugfix for 'system....Araq2012-07-291-12/+13
* improvements for idetools; system.compiles improvedAraq2012-07-291-0/+14
* fixes #178Araq2012-07-281-5/+10
* implements #173Araq2012-07-281-3/+13
* next steps for closure consistency; fixes #176Araq2012-07-251-1/+1
* optimizations for system.compilesAraq2012-07-201-8/+12
* added system.compilesAraq2012-07-201-0/+30
* equality and hashing for closuresAraq2012-07-171-3/+4
* fixes #147Araq2012-07-101-1/+2
* some more bugfixes for the integer promotion rulesAraq2012-07-101-1/+1
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-091-1/+1
* 'addSon' for types deprecated for 'int literal type' analysis (2)Araq2012-07-091-8/+8
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-22/+39
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-0/+1
* changed integer promotion rules; added math.fmodAraq2012-06-281-22/+2
* bugfixes for closuresAraq2012-06-211-5/+7
* more uint related fixesZahary Karadjov2012-06-141-4/+10
* better support for unsigned integers.Zahary Karadjov2012-06-111-5/+31
* Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-7/+1
* fixes #103Araq2012-05-111-2/+3
* fixes #111; however may introduce other problemsAraq2012-05-101-1/+6
* fixes binding of overloaded procsAraq2012-05-041-11/+19
* completing the "types as first class values" reformZahary Karadjov2012-04-061-36/+47
* the foundations of a type traits module; better error messages for expr, type...Zahary Karadjov2012-04-061-5/+5
* when expressions, proper rendering for nkDo and nkLambda and parser support f...Zahary Karadjov2012-04-051-0/+3
* Added ``global`` pragma that can be used to introduce new global variables fr...Zahary Karadjov2012-04-051-2/+4
* typedesc and expr paramsZahary Karadjov2012-03-311-6/+36
* genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-1/+1
* making tests green againZahary Karadjov2012-03-201-2/+2
* merged branch overloading-for-macrosZahary Karadjov2012-03-191-37/+63
|\
| * the test suite is mostly green againZahary Karadjov2012-03-161-12/+11
| * fix for template redefinition. test cases added.Zahary Karadjov2012-03-151-1/+0
| * bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-30/+74
* | implemented 'static'; macros do not work anymoreAraq2012-03-151-1/+9