summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* bugfix: ftpclient compiles againAraq2013-01-221-1/+0
* fixed some closure related bugsAraq2013-01-221-1/+2
* todo.txt changesAraq2013-01-161-5/+10
* implemented generic multi methodsAraq2013-01-161-1/+0
* fixes #293Araq2013-01-081-3/+3
* FFI at compiletime improvementsAraq2013-01-081-3/+3
* next steps for FFI at compile timeAraq2013-01-021-0/+1
* fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-311-3/+3
* small examples work with the FFIAraq2012-12-191-2/+7
* fixes #277; documentation improvementsAraq2012-12-171-1/+0
* don't invoke destructors for .global. variablesAraq2012-12-161-1/+2
* some fixes for generic first class iteratorsAraq2012-12-151-1/+1
* fixes #271Araq2012-12-151-0/+1
* made some tests green; some small bugfixesAraq2012-12-091-1/+0
* documented AST overloading and some TR optimizationsAraq2012-12-091-7/+1
* documentation improvementsAraq2012-12-071-2/+2
* replaced recursivePath with shallowPath for BabelAraq2012-12-061-0/+1
* implemented AST based overloadingAraq2012-12-061-0/+1
* implemented generic convertersAraq2012-12-051-2/+0
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-3/+3
* disable SSLv2_method for ubuntuAraq2012-12-031-5/+6
* bugfix: 'not nil' and 'shared' typesAraq2012-12-021-2/+1
* dont use unsafeNew in ropes.nim for nowAraq2012-12-021-2/+0
* first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-1/+1
* implements 'export' featureAraq2012-12-011-1/+1
* implements 'import dir/module' without quotesAraq2012-11-301-1/+1
* implemented 'import except'Araq2012-11-281-1/+1
* bugfix: better implict 'items' supportAraq2012-11-281-16/+15
* first steps for the 'export' featureAraq2012-11-281-129/+57
* 'return' for first class iteratorsAraq2012-11-261-3/+5
* next steps for first class iteratorsAraq2012-11-261-2/+0
* added 2 necessary node kindsAraq2012-11-211-1/+1
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-8/+1
* fixes #250Araq2012-11-191-1/+2
* annotated effects of modules: os, sockets, timesAraq2012-11-181-1/+5
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-0/+2
* added system.finished for first class iteratorsAraq2012-11-171-1/+5
* next steps for first class iteratorsAraq2012-11-151-2/+4
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-3/+5
* documented 'mixin' declarationAraq2012-11-081-3/+2
* made some tests greenAraq2012-11-071-1/+1
* documented Nimrod's effects systemAraq2012-11-061-7/+6
* added system.onRaise to support a condition systemAraq2012-11-051-3/+1
* exception tracking barely works; but disabledAraq2012-10-311-1/+4
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-1/+2
* bugfix: fixed broken expr proc bodiesAraq2012-10-121-1/+0
* allow 'mixin' in genericsAraq2012-10-121-1/+2
* first version of a memory profilerAraq2012-10-101-1/+0
* better extension loading for the OpenGL wrapperAraq2012-10-091-3/+4
* opengl wrapper compiles under windowsAraq2012-09-291-0/+1