summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* closure iterators workAraq2014-01-231-15/+20
|
* next steps for closure iteratorsAraq2014-01-221-0/+1
|
* parser support anon iteratorsAraq2014-01-201-3/+1
|
* compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-191-1/+0
|
* it's the year 2014Araq2014-01-191-4/+2
|
* unittest module works againAraq2014-01-181-0/+1
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-131-1/+0
|\
| * Merge branch 'upstream' into develZahary Karadjov2013-12-291-1/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| | * static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-1/+0
| | | | | | | | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type.
* | | fixes db_sqliteAraq2014-01-131-1/+0
| | |
* | | case consistency improvementsAraq2014-01-111-0/+2
|/ /
* | todo.txt updatedAraq2013-12-291-1/+1
| |
* | improvements for 'pretty'Araq2013-12-281-2/+1
| |
* | case consistency part 1Araq2013-12-271-2/+3
| |
* | bootstraps with new template symbol binding rulesAraq2013-12-241-1/+0
| |
* | attempt to merge newtemplAraq2013-12-241-2/+6
| |
* | Merge branch 'newtempl' into develAraq2013-12-241-1/+0
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: lib/system.nim tests/reject/tenummix.nim todo.txt
| * | 'bind' default for clean templatesAraq2013-05-151-2/+1
| | |
* | | new VM: some progress for the FFI supportAraq2013-12-231-1/+0
| | |
* | | new VM: improvementsAraq2013-12-121-1/+0
| | |
* | | tcnstseq works againAraq2013-11-071-1/+0
| | |
* | | VM now supports lambda liftingAraq2013-11-061-1/+0
| | |
* | | jump optimizer worksAraq2013-10-291-3/+1
| | |
* | | new VM is getting stableAraq2013-10-291-2/+2
| | |
* | | computed goto now works; some progress on the new VMAraq2013-10-251-2/+5
| | |
* | | compiler bootstraps with new VMAraq2013-10-151-2/+3
| |/ |/|
* | fixes for niminstAraq2013-09-281-5/+0
| |
* | examples from the talk part of test suiteAraq2013-09-271-2/+6
| |
* | the compiler can now deal with multiple modules of the same nameAraq2013-09-261-1/+1
| |
* | JS codegen: supports more builtinsAraq2013-09-241-1/+0
| |
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵Araq2013-09-241-2/+4
| | | | | | | | minor bugfixes
* | improvements for TR macrosAraq2013-09-171-2/+0
| |
* | disabled M&S GC againAraq2013-09-101-0/+1
| |
* | fixes #582Araq2013-09-011-0/+1
| |
* | new VM: preparations for evalMacroCallAraq2013-08-111-1/+2
| |
* | new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-1/+0
| |
* | new VM: implemented constructors and jump optimizerAraq2013-08-071-2/+2
| |
* | new VM: next stepsAraq2013-08-031-0/+8
| |
* | added macros.genSymAraq2013-07-241-1/+0
| |
* | small REPL improvementsAraq2013-06-281-1/+0
| |
* | var tuple unpacking works at compile timeAraq2013-06-281-0/+1
| |
* | bugfix: rendering of typ|typ2Araq2013-06-271-1/+0
| |
* | bugfix: marshal supports unsigned numbersAraq2013-06-271-1/+0
| |
* | fixed a long standing xml parser bug; html parser bugfixes + speed improvementsAraq2013-06-271-2/+5
| |
* | improvements for 'not nil' checkingAraq2013-06-131-1/+0
| |
* | bugfixes for the guarded data flow analysisAraq2013-06-121-1/+0
| |
* | next steps for guarded data flow analysisAraq2013-06-111-3/+4
| |
* | resolved conflict; added missing filesAraq2013-06-091-1/+0
|\ \
| * | fixes #466Araq2013-06-061-1/+0
| | |
* | | implemented large parts of the 'not nil' checkingAraq2013-06-091-1/+2
|/ /