summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* slices are first class citizensAraq2011-04-221-1/+1
* p[] instead of p^Araq2011-04-111-6/+5
* p[] instead of p^Araq2011-04-111-2/+1
* todo.txt changesAraq2011-04-041-0/+1
* added another system.open; bugfix: koch clean may not break .git dirs anymoreAraq2011-04-031-0/+1
* ugh, maybe broke gitAraq2011-04-011-5/+4
* some little bugfixesAraq2011-03-271-1/+1
* Merge branch 'master' of https://github.com/Tass/Nimrod into Tass-masterAraq2011-03-241-1/+0
|\
| * + documentation for implicit conversionsSimon Hafner2011-03-181-1/+0
* | bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-7/+4
* | linearScanEnd pragma; string case statement optimizationAraq2011-03-141-1/+0
|/
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-2/+7
* various bugfixes for generics; added generic sort procAraq2011-03-031-1/+0
* --stdout support; idetools implementedAraq2011-02-251-2/+1
* suggest: improvementsAraq2011-02-231-0/+1
* next steps to perfect 'suggest'Araq2011-02-221-2/+1
* somewhat better 'suggest'Araq2011-02-211-2/+2
* tests themselves contain the expected resultAraq2011-02-201-1/+0
* first implementation of suggestAraq2011-02-161-2/+2
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-141-0/+1