summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* niminst: diverse improvements; fixes #80Araq2012-01-131-0/+1
* bugfix: invalid indentation for 'else' is detected; optional indentation for ...Araq2012-01-131-1/+2
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-131-1/+1
* even more sys assertionsAraq2012-01-131-1/+1
* more sysasserts for allocator/gcAraq2012-01-121-6/+2
* further steps to eliminate generics bugsAraq2012-01-111-1/+5
* unsuccessful phantom bug huntingAraq2012-01-081-1/+1
* implicit invokation of items/pairs iteratorsAraq2012-01-081-3/+1
* bugfix: removed newSons legacyAraq2012-01-071-2/+2
* test t99bott.nim works nowAraq2012-01-061-0/+1
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-2/+1
* C sources regenerated for new len(openarray) header that catches more bugs; s...Araq2012-01-031-5/+5
* bugfix: +1 unnecessary in resizeString; caused annoying reallocations for str...Araq2012-01-021-1/+0
* serious allocator bugfixesAraq2012-01-021-1/+1
* year 2012 for most copyright headersAraq2012-01-021-0/+4
* critbits added to stdlibAraq2011-12-301-1/+0
* c2nim: bugfix: 'type x[10];' was not parsed properlyAraq2011-12-301-1/+0
* GC stack scanning cares about interior pointersAraq2011-12-301-1/+3
* fixed small typos for subexes docsAraq2011-12-271-3/+1
* added support for advanced substitution expressionsAraq2011-12-271-0/+1
* generated scripts do no contain paths anymore; regenerated C sourcesAraq2011-12-231-1/+0
* bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...Araq2011-12-231-0/+1
* code gen can generate code to keep alive stack rootsAraq2011-12-221-5/+4
* C code gen: generate even better code for the GCAraq2011-12-121-6/+5
* c2nim compiles againAraq2011-12-121-0/+1
* compiler takes advantage of 'new(Obj|New)RC1Araq2011-12-121-0/+4
* compiler generates volatile temps to keep C compiler from optimizing away sta...Araq2011-12-121-3/+0
* codegen uses alias analysis to generate better codeAraq2011-12-101-4/+2
* alias analysis as required for the code gen and the HLOAraq2011-12-081-1/+1
* 'assert' is now implemented without compiler magicAraq2011-12-041-1/+2
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-2/+1
* implemented 'let' statementAraq2011-11-291-7/+4
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-0/+1
* argument passing with --run option works againAraq2011-11-271-1/+0
* fixes #31Araq2011-11-271-0/+1
* todo changesAraq2011-11-261-0/+5
* deprecated endOfFile and readLineAraq2011-11-251-1/+1
* fixed bug that kept tls emulation from workingAraq2011-11-251-1/+1
* todo changesAraq2011-11-251-1/+3
* C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...Araq2011-11-241-2/+3
* unused constants are optimized awayAraq2011-11-221-3/+2
* proper error message when attempting to eval C'imported procsAraq2011-11-201-2/+1
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-1/+5
* tester: threading tests addedAraq2011-11-191-2/+1
* new osproc implementation may work with mac os xAraq2011-11-181-1/+2
* bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-151-0/+1
* bugfix: s[1..n] = @[] produced wrong C codeAraq2011-11-141-1/+0
* added another test caseAraq2011-11-121-1/+2
* GC tests now finally part of testsuiteAraq2011-11-101-2/+4
* operator precedence changed: assignment like operators are supported; escapin...Araq2011-11-091-4/+1