summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Expand)AuthorAgeFilesLines
...
* first steps to the expr/stmt unificationAraq2013-04-301-1/+4
* first version of commonTypeAraq2013-04-221-0/+31
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-1/+1
* fixes a long-standing bug about procvar checkingAraq2013-03-251-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* lazy operand sem'checking (beware)Araq2013-03-021-11/+5
* merged upstream masterZahary Karadjov2013-01-271-3/+5
|\
| * implemented generic multi methodsAraq2013-01-161-1/+2
| * some fixes for generic first class iteratorsAraq2012-12-151-2/+1
| * fixes #271Araq2012-12-151-0/+2
* | remove any traces of the old global generics cacheZahary Karadjov2013-01-271-7/+7
* | store the instantiation cache in the generic symbolZahary Karadjov2012-11-281-1/+1
* | CaaS in-memory cachingZahary Karadjov2012-11-281-6/+5
* | caas is now drivable through stdinZahary Karadjov2012-11-281-7/+2
|/
* AST quasi-quoting for macrosZahary Karadjov2012-11-111-0/+1
* next steps for exception trackingAraq2012-11-031-1/+1
* nimbuild should work againAraq2012-11-011-0/+1
* cas improvementsAraq2012-10-241-1/+2
* caas barely works nowAraq2012-10-241-3/+3
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-5/+4
* experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-031-0/+11
* fixes ttypeselectorsZahary Karadjov2012-09-281-1/+12
* proc bodies can be expressions with a typeAraq2012-09-221-0/+1
* fixes #194Araq2012-09-201-1/+3
* bugfix: 'nimrod i' works againAraq2012-09-181-1/+3
* some support for passing blocks to overloaded templates/macrosAraq2012-09-171-1/+2
* semExpr/semStmt mergedAraq2012-09-131-2/+9
* made more tests green; fixes #201Araq2012-09-121-13/+16
* term rewriting improvementsAraq2012-09-081-49/+2
* term rewriting macros fully implemented; still buggyAraq2012-09-031-9/+41
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-1/+5
* first steps towards term rewriting macrosAraq2012-08-301-1/+14
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-3/+3
* implemented generic templatesAraq2012-08-271-3/+1
* next steps to hygienic templatesAraq2012-08-201-4/+2
* first steps to make templates hygienicAraq2012-08-201-2/+13
* bugfix: typo in actors.nimAraq2012-08-151-0/+1
* made tests green againAraq2012-08-141-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-4/+5
* made compiler more robust for idetools supportAraq2012-07-301-5/+5
* better error handling for better idetools supportAraq2012-07-291-10/+18
* improvements for idetools; system.compiles improvedAraq2012-07-291-0/+3
* fixes #140Araq2012-06-211-0/+2
* Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-9/+2
* completing the "types as first class values" reformZahary Karadjov2012-04-061-1/+1
* typedesc and expr paramsZahary Karadjov2012-03-311-1/+1
* merged branch overloading-for-macrosZahary Karadjov2012-03-191-12/+15
|\
| * bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-13/+16
* | clean separation of PNimrodNode and tyExprAraq2012-03-161-2/+2