summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* | first steps for cleaner static/const distinctionAraq2012-03-131-7/+0
|/
* attempt to make tests green againAraq2012-03-111-1/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-0/+1
* bugfix: endless recursion in 'semAfterMacroCall'Araq2012-01-131-0/+5
* test t99bott.nim works nowAraq2012-01-061-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* alias analysis as required for the code gen and the HLOAraq2011-12-081-1/+1
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-181-4/+16
* lazy loading of body ast implementedAraq2011-10-301-1/+1
* compilation cache: slurped files are a dependency tooAraq2011-10-301-0/+6
* eval context for macros lives as long as the current module is compiledAraq2011-10-281-2/+3
* compilation cache: mostly working; generics not yetAraq2011-10-251-4/+4
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-201-6/+4
* much more efficient rod file generationAraq2011-10-181-1/+1
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-071-4/+0
* getAst works correctly with existing AST values as template/macro argumentsZahary Karadjov2011-10-071-41/+32
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-11/+12
* bugfix: overloading resolution for typeofAraq2011-09-271-1/+1
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-1/+1
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-0/+4
* bugfix: proper cache for generic instantiationsAraq2011-07-211-6/+4
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-1/+2
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-3/+3
* bugfix: proper return types for templatesAraq2011-06-151-15/+18
* intsets are now a proper module and part of the stdlibAraq2011-06-141-1/+1
* further improvements for thread analysisAraq2011-06-131-0/+5
* first (non working) implementation of global thread analysisAraq2011-06-131-1/+2
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-1/+1
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-19/+3
* const table supportAraq2011-04-291-1/+1
* got rid of some arcane module namesAraq2011-04-211-3/+3
* big repo cleanupAraq2011-04-121-0/+234