summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
...
* tester should work again; documented (;)Araq2013-04-301-2/+1
* proper scoping for 'if'Araq2013-04-301-2/+0
* first steps to the expr/stmt unificationAraq2013-04-301-6/+4
* first version of commonTypeAraq2013-04-221-0/+6
* bugfix: 'import x var y' without newline doesn't parse anymoreAraq2013-04-211-10/+10
* new parsing scheme is documentedAraq2013-04-211-9/+6
* next steps for the new parser/grammarAraq2013-04-201-0/+12
* fixes #287; bugfix: subrange checking is performed againAraq2013-04-121-2/+1
* fixes #283Araq2013-04-111-0/+1
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-081-1/+1
* documented restricted destructorsAraq2013-04-081-1/+0
* improvements for destructorsAraq2013-04-081-7/+5
* rod file viewer for easier debugging of rod filesAraq2013-04-041-1/+0
* fixes a long-standing bug about procvar checkingAraq2013-03-251-0/+1
* fixes #376Araq2013-03-241-0/+1
* added system.localsAraq2013-03-211-2/+0
* bugfix: case exhaustiveness checkingAraq2013-03-211-1/+0
* better error message when C compilation failsAraq2013-03-191-0/+2
* tester supports large testsAraq2013-03-181-0/+1
* added broken 'range' types to todoAraq2013-03-181-0/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* documented object constrs; endb works againAraq2013-03-091-26/+25
* object constructors work nowAraq2013-03-081-1/+1
* next steps for object construction expressionsAraq2013-03-071-0/+1
* first steps to implement object construction expressionsAraq2013-03-071-1/+5
* fixed some typosAraq2013-03-051-1/+2
* made some tests greenAraq2013-03-041-0/+1
* make some tests greenAraq2013-03-031-3/+3
* lazy operand sem'checking (beware)Araq2013-03-021-0/+7
* codegen produces better code for complex assignmentsAraq2013-02-241-5/+4
* mark and sweep GC without bitvectors worksAraq2013-02-191-3/+3
* todo.txt changesAraq2013-02-191-8/+16
* GC: incRef needs to add cyclerootsAraq2013-02-121-0/+1
* open arrays documented in the manualAraq2013-02-101-0/+2
* cleaner GC switchingAraq2013-01-311-0/+2
* bugfix: overlap checking for 'case'Araq2013-01-271-1/+0
* bugfix: typeinfo.extendSeqAraq2013-01-271-4/+3
* 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
'>536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591