summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* refined and documented regionized pointersAraq2014-04-091-1/+0
|
* fixes bootstrappingAraq2014-04-091-0/+2
|
* minor VM bugfixAraq2014-04-041-2/+0
|
* todo.txt updatedAraq2014-04-021-2/+1
|
* tester outputs full test pathAraq2014-03-281-0/+3
|
* fixes #911Araq2014-03-281-1/+0
|
* borrow dots for distinct types documentedAraq2014-03-261-1/+0
|
* added #903 to the test suiteAraq2014-03-261-1/+1
|
* VM: attempt to get integer ops rightAraq2014-03-241-3/+1
|
* fixes #1023Araq2014-03-221-1/+2
|
* osproc compiles again for haikuAraq2014-03-101-1/+0
|
* implements strongSpaces parsing modeAraq2014-03-071-1/+0
|
* implemented 'union' and 'unchecked' pragmasAraq2014-03-051-2/+1
|
* fixes #937Araq2014-03-051-0/+1
|
* fixes #968Araq2014-03-041-0/+1
|
* the compiler is now aware of packagesAraq2014-03-021-1/+0
|
* better handling of packages, still incompleteAraq2014-03-021-1/+7
|
* new VM is getting stableAraq2014-02-241-2/+0
|
* fixed opcConvAraq2014-02-221-1/+0
|
* vm2: new representation of registersAraq2014-02-211-4/+3
|
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-4/+0
|
* todo.txt changesAraq2014-02-171-1/+3
|
* more things case consistentAraq2014-02-101-1/+0
|
* fixes #885Araq2014-02-091-3/+4
|
* compiles on sparc againAraq2014-02-091-1/+0
|
* bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-1/+1
|
* stdlib compiles mostly without warnings againAraq2014-02-061-3/+1
|
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵Araq2014-02-051-1/+1
| | | | required for skipTypes
* bugfix: immediate templates are preferred consistently (danger: breaks code)Araq2014-02-041-1/+0
|
* updated todo.txtAraq2014-02-031-0/+2
|
* macro tests almost greenAraq2014-02-031-1/+8
|
* new tester produces json outputAraq2014-02-021-4/+1
|
* 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
| | |