summary refs log tree commit diff stats
path: root/compiler/ast.nim
Commit message (Expand)AuthorAgeFilesLines
* implemented case expressionsZahary Karadjov2012-10-031-0/+5
* implemented return type inferenceZahary Karadjov2012-10-031-0/+2
* improved support for typedesc valuesZahary Karadjov2012-09-251-0/+6
* proc bodies can be expressions with a typeAraq2012-09-221-0/+1
* semExpr/semStmt mergedAraq2012-09-131-0/+4
* term rewriting macros fully implemented; still buggyAraq2012-09-031-5/+18
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-8/+9
* first steps towards term rewriting macrosAraq2012-08-301-5/+10
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-1/+1
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-1/+7
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-1/+1
* objects with no ancestor are not implicitely finalAraq2012-08-241-2/+3
* implemented 'bind' for macrosAraq2012-08-241-0/+1
* next steps to hygienic templatesAraq2012-08-201-7/+11
* first steps to make templates hygienicAraq2012-08-201-15/+3
* bycopy/byref for object/tuple typesAraq2012-08-161-2/+4
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-141-1/+2
* first steps for varargs supportAraq2012-08-131-1/+1
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-1/+3
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-1/+2
* idetools improvementsAraq2012-08-031-0/+1
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-1/+3
* next steps for closure consistency; fixes #176Araq2012-07-251-0/+8
* added system.compilesAraq2012-07-201-1/+2
* got rid of some mAddU64 etc. magicsAraq2012-07-201-2/+2
* removed nimdat in favor of per-module dat init procsZahary Karadjov2012-07-191-0/+2
* make tests green againAraq2012-07-171-1/+1
* work on closures continues; fixed #116Araq2012-07-131-3/+1
* 'addSon' for types deprecated for 'int literal type' analysisAraq2012-07-091-6/+9
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+2
* changed integer promotion rules; added math.fmodAraq2012-06-281-4/+3
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-0/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-191-15/+28
|\
| * more uint related fixesZahary Karadjov2012-06-141-1/+2
| * better support for unsigned integers.Zahary Karadjov2012-06-111-15/+25
| * destructor pragmaZahary Karadjov2012-06-071-0/+1
| * destructors for case valuesZahary Karadjov2012-06-071-0/+1
* | first implementation of new lambda liftingAraq2012-06-151-0/+3
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-021-1/+2
|\
| * added system.||; lacks runtime supportAraq2012-05-231-1/+2
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-1/+14
* | codegen for user-defined destructorsZahary Karadjov2012-05-251-0/+3
|/
* experimental support for preserving local variable names in the generated codeZahary Karadjov2012-04-131-10/+18
* the foundations of a type traits module; better error messages for expr, type...Zahary Karadjov2012-04-061-1/+7
* when expressions, proper rendering for nkDo and nkLambda and parser support f...Zahary Karadjov2012-04-051-1/+6
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-311-3/+2
|\
| * some bugfixes for symbolfilesAraq2012-03-231-3/+2
* | typedesc and expr paramsZahary Karadjov2012-03-311-0/+9
* | generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-251-0/+2
* | tyOrdinal now means "integral types". tyTypeClass created to take care of typ...Zahary Karadjov2012-03-221-1/+2
|/