summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Araq2011-12-231-0/+1
| | | | threading bugs
* 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 ↵Araq2011-12-121-3/+0
| | | | stack roots
* 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 ↵Araq2011-11-241-2/+3
| | | | compiler from optimizing away all stack roots
* 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 ↵Araq2011-11-151-0/+1
| | | | 'high' in eval context
* 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; ↵Araq2011-11-091-4/+1
| | | | escaping of operators with \ is supported
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-071-1/+2
|
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-061-1/+0
|
* todo.txt changesAraq2011-11-051-2/+0
|
* 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
|