summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* DLL generation may work againAraq2011-11-021-1/+1
* better code generation for constant aggregatesAraq2011-11-021-3/+5
* lazy loading of body ast implementedAraq2011-10-301-7/+3
* constant folding for cnst[i] and cnst.attrAraq2011-10-291-37/+7
* splicing tested and documentedAraq2011-10-281-1/+30
* eval context for macros lives as long as the current module is compiledAraq2011-10-281-7/+5
* JS backend: supports methods (untested)Araq2011-10-281-2/+1
* compilation cache: tests now part of test suiteAraq2011-10-271-10/+5
* new compiler option tlsEmulationAraq2011-10-271-4/+1
* compilation cache: DLL interfacing now worksAraq2011-10-271-2/+2
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-271-3/+3
* compilation cache: mostly working; generics not yetAraq2011-10-251-2/+3
* compilation cache: multi methods now workAraq2011-10-241-5/+5
* compilation cache: better dependency checkingAraq2011-10-231-5/+3
* compilation cache: small fixes; methods still not workingAraq2011-10-231-4/+4
* compilation cache: methods have a chance to workAraq2011-10-231-3/+15
* thread local vs. global system.raiseHookAraq2011-10-231-4/+4
* documentation for the compilation cacheAraq2011-10-231-4/+1
* rod files: next trivial examples workingAraq2011-10-221-3/+1
* preparations for proper memmap'ed filesAraq2011-10-221-1/+3
* bugfix: nil -> emptyNodeAraq2011-10-221-0/+1
* trivial change scenario works with symbol filesAraq2011-10-221-0/+1
* got rid of gToTypeInfoIdAraq2011-10-211-1/+2
* first steps to C file merge operation for incremental compilationAraq2011-10-211-2/+19
* much more efficient rod file generationAraq2011-10-181-35/+1
* test commit ;-)Araq2011-10-131-0/+2
* 'bind' as a declarative statementAraq2011-10-101-1/+33
* new syntactic construct: a{i}Araq2011-10-081-2/+2
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-1/+6
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-1/+1
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-1/+0
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-1/+0
* renamed optional to discardableAraq2011-09-241-3/+2
* implemented optional pragma for implicit discardAraq2011-09-241-1/+0
* beginning of a taint mode; type system enhancementsAraq2011-09-241-2/+2
* fixed some newly introduced bugsAraq2011-09-211-1/+1
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-0/+13
* new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-291-5/+6
* locks now in their own core moduleAraq2011-08-201-3/+3
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-1/+0
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-1/+0
* added xmltree.innerText; fixes #49Araq2011-08-151-3/+5
* bugfix: running for threadsAraq2011-08-121-1/+1
* bugfix: #line generation for windowsAraq2011-08-111-0/+11
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-1/+1
* added system.slurp for easy embedding of resourcesAraq2011-08-101-0/+1
* modifyable results for generics; teventemitter worksAraq2011-08-091-3/+3
* fixes #35, fixes #43Araq2011-08-081-1/+0
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+1
* documentation for 'var T' as return typeAraq2011-08-011-4/+2