summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-0/+1
|
* fixes #73Araq2012-09-231-2/+2
|
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-6/+0
|
* proc bodies can be expressions with a typeAraq2012-09-221-2/+9
|
* bugfix: typeinfo generationAraq2012-09-211-1/+0
|
* pragma statements in rodfiles -- couldn't reproduceAraq2012-09-181-3/+1
|
* some support for passing blocks to overloaded templates/macrosAraq2012-09-171-1/+0
|
* stricter symbol lookup in genericsAraq2012-09-171-4/+2
|
* implemented a stack trace profilerAraq2012-09-151-1/+2
|
* made more tests green; fixes #201Araq2012-09-121-0/+1
|
* small bugfixes; reactivated tests/compileAraq2012-09-111-2/+0
|
* tr macros now documentedAraq2012-09-101-1/+1
|
* first steps to deprecate 'nil' statementAraq2012-09-091-4/+4
|
* implemented 'pure' enumsAraq2012-09-081-0/+2
|
* tmatrix.nim works nowAraq2012-09-081-1/+0
|
* term rewriting improvementsAraq2012-09-081-0/+1
|
* term rewriting macros fully implemented; still buggyAraq2012-09-031-1/+2
|
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-1/+1
|
* first steps towards term rewriting macrosAraq2012-08-301-3/+3
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-281-17/+15
| | | | magic to access the invokation AST
* implemented generic templatesAraq2012-08-271-2/+3
|
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-4/+4
|
* objects with no ancestor are not implicitely finalAraq2012-08-241-2/+3
|
* documented bind in macrosAraq2012-08-241-2/+2
|
* implemented 'bind' for macrosAraq2012-08-241-3/+2
|
* implemented backslash for continuation commentsAraq2012-08-231-1/+0
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-2/+1
|
* next steps to hygienic templatesAraq2012-08-201-1/+2
|
* first steps to make templates hygienicAraq2012-08-201-3/+6
|
* bycopy/byref for object/tuple typesAraq2012-08-161-1/+0
|
* stdlib uses more of varargsAraq2012-08-161-2/+1
|
* 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
|