summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'var T' for iteratorsAraq2011-07-311-6/+4
* void type improvements; documentation improvementsAraq2011-07-311-6/+0
* void type for genericsAraq2011-07-311-1/+6
* 'is' operator for generic codeAraq2011-07-311-1/+0
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-2/+2
* bugfix: forwarding of generic procs now worksAraq2011-07-301-1/+1
* bugfix: 'final' not passed to genericAraq2011-07-291-1/+0
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-3/+5
* doc improvements; added lazarus exampleAraq2011-07-241-2/+2
* old pointer deref operator completely removedAraq2011-07-231-1/+0
* bugfix: proper cache for generic instantiationsAraq2011-07-211-1/+1
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-6/+13
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-3/+5
* version 0.8.12Araq2011-07-101-1/+2
* preparations for 0.8.12Araq2011-07-101-17/+4
* basic message passing workingAraq2011-07-091-1/+1
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-3/+11
* tests are green againAraq2011-06-281-1/+0
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-271-0/+1
* improvements to get code size down for programs that don't use GCAraq2011-06-261-15/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-13/+18
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...Araq2011-06-211-1/+0
* implemented write access to s[i] for macrosAraq2011-06-211-1/+12
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-3/+3
* case branches support constant sets for convenienceAraq2011-06-191-2/+1
* nicer error messages for used keywords as identifiersAraq2011-06-191-1/+0
* bugfix: empty object case branches produce an errorAraq2011-06-191-1/+0
* tests/reject/temptycaseobj.nimAraq2011-06-191-4/+1
* bugfix: typeinfo generation for tuplesAraq2011-06-191-6/+6
* got rid of unsound co/contravariance in procvarsAraq2011-06-171-4/+1