summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | compile time
* 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
|
* made some tests green; some small bugfixesAraq2012-12-091-1/+0
|
* documented AST overloading and some TR optimizationsAraq2012-12-091-7/+1
|
* documentation improvementsAraq2012-12-071-2/+2
|
* replaced recursivePath with shallowPath for BabelAraq2012-12-061-0/+1
|
* implemented AST based overloadingAraq2012-12-061-0/+1
|
* implemented generic convertersAraq2012-12-051-2/+0
|
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-3/+3
|
* disable SSLv2_method for ubuntuAraq2012-12-031-5/+6
|
* bugfix: 'not nil' and 'shared' typesAraq2012-12-021-2/+1
|
* dont use unsafeNew in ropes.nim for nowAraq2012-12-021-2/+0
|
* first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-1/+1
|
* implements 'export' featureAraq2012-12-011-1/+1
|