summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs sayAraq2011-06-161-8/+9
* added encodings stdlibAraq2011-06-161-3/+2
* bugfix: proper return types for templatesAraq2011-06-151-6/+5
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-151-1/+0
* compiler can emulate thread local variablesAraq2011-06-151-32/+17
* intsets are now a proper module and part of the stdlibAraq2011-06-141-1/+1
* further improvements for thread analysisAraq2011-06-131-2/+0
* basic thread analysis workingAraq2011-06-131-1/+3
* first (non working) implementation of global thread analysisAraq2011-06-131-3/+0
* implemented tables.addAraq2011-06-111-1/+2
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+2
* basic generic collections implemented and testedAraq2011-06-071-3/+15
* bugfix: generic instantiation across module boundariesAraq2011-06-061-3/+2
* threads clean up their heapAraq2011-06-041-11/+1
* first steps to thread local heapsAraq2011-06-021-1/+9
* pthread_key_t is respected to be an opaque type ...Araq2011-05-201-1/+2
* further progress for multi-threadingAraq2011-05-191-2/+11
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-3/+1
* threadvar alternativeAraq2011-05-091-1/+1
* gc tweaking to gain a few percent of performanceAraq2011-05-071-5/+4
* fixes #12Araq2011-05-021-3/+1
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-2/+2
* const table supportAraq2011-04-291-1/+3
* bugfix: times.epochTimeAraq2011-04-251-11/+2
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-231-3/+2