summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-1/+1
|
* first steps for varargs supportAraq2012-08-131-0/+2
|
* top level closures should work; transf is not a pass anymore; next steps for ↵Araq2012-08-131-4/+4
| | | | first class iterator support
* borrow works with genericsAraq2012-08-061-1/+0
|
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-9/+7
|
* more improvements for idetoolsAraq2012-07-301-0/+2
|
* better error handling for better idetools supportAraq2012-07-291-0/+1
|
* better overloading capabilities for 'shallowCopy'; little bugfix for ↵Araq2012-07-291-1/+0
| | | | 'system.compiles'
* improvements for idetools; system.compiles improvedAraq2012-07-291-0/+1
|
* added warning for confusing var declarationsAraq2012-07-261-1/+0
|
* made more tests greenAraq2012-07-261-4/+2
|
* next steps for closure consistency; fixes #176Araq2012-07-251-1/+2
|
* small bugfix: code generation for nil closuresAraq2012-07-251-3/+3
|
* closure is now default calling convention for proc typesAraq2012-07-241-1/+0
|
* DLLs should work again; fixes #169Araq2012-07-241-1/+0
|
* added system.compilesAraq2012-07-201-0/+2
|
* got rid of some mAddU64 etc. magicsAraq2012-07-201-1/+1
|
* improvements for 'bind', fixes #166Araq2012-07-181-2/+1
|
* attempt to fix DLL generationAraq2012-07-181-2/+5
|
* equality and hashing for closuresAraq2012-07-171-1/+0
|
* made some tests greenAraq2012-07-171-1/+1
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-1/+2
|
* closures shouldn't leak anymoreAraq2012-07-161-1/+0
|
* x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-1/+0
| | | | variables in DLLs
* x11 wrapper uses system's typesAraq2012-07-151-0/+1
|
* added system.@ for openarraysAraq2012-07-141-7/+0
|
* improved unsigned supportAraq2012-07-141-4/+0
|
* proper enum constraints for system.nimAraq2012-07-131-1/+1
|
* work on closures continues; fixed #116Araq2012-07-131-1/+1
|
* ';' as statement separatorAraq2012-07-121-1/+2
|
* ';' now valid for parameter listsAraq2012-07-111-2/+1
|
* typo in todo.txtAraq2012-07-111-1/+1
|
* overloading resolution finally takes inheritance depth into accountAraq2012-07-111-1/+0
|
* fixes #147Araq2012-07-101-2/+1
|
* sockets compile again with SSL supportAraq2012-07-101-4/+3
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-7/+6
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-031-1/+4
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-1/+2
|
* JS codegen improvements; barely usable nowAraq2012-07-021-1/+1
|
* JS codegen enhancements; still unusableAraq2012-07-011-1/+4
|
* dead code elimination for JS backend; JS improvements (but doesn't work yet)Araq2012-06-301-3/+3
|
* changed integer promotion rules; added math.fmodAraq2012-06-281-2/+3
|
* added proc annotations: macros invoked as pragmasAraq2012-06-261-0/+1
|
* thread var emulation should work againAraq2012-06-251-2/+1
|
* doc2 improvementsAraq2012-06-241-5/+3
|
* system.nim: documentation fixesAraq2012-06-231-1/+2
|
* docgen2 improvementsAraq2012-06-231-2/+0
|
* first implementation of docgen2Araq2012-06-231-4/+4
|
* todo.txt updatesAraq2012-06-221-1/+1
|
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-1/+0
|