summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* 'from' statement documentedAraq2013-05-191-2/+2
* fixes #433Araq2013-05-181-0/+1
* todo.txt changesAraq2013-05-111-39/+51
* better effects handling for callbacksAraq2013-05-091-1/+0
* more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-041-1/+1
* fixes #117Araq2013-05-041-1/+0
* completed expr/stmt unificationAraq2013-05-031-5/+0
* new parser works with docgenAraq2013-05-021-1/+0
* bugfixes mostly JS relatedAraq2013-05-011-0/+2
* 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