summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* implements 'import dir/module' without quotesAraq2012-11-301-1/+1
|
* implemented 'import except'Araq2012-11-281-1/+1
|
* bugfix: better implict 'items' supportAraq2012-11-281-16/+15
|
* first steps for the 'export' featureAraq2012-11-281-129/+57
|
* 'return' for first class iteratorsAraq2012-11-261-3/+5
|
* next steps for first class iteratorsAraq2012-11-261-2/+0
|
* added 2 necessary node kindsAraq2012-11-211-1/+1
|
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-8/+1
|
* fixes #250Araq2012-11-191-1/+2
|
* annotated effects of modules: os, sockets, timesAraq2012-11-181-1/+5
|
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-0/+2
|
* added system.finished for first class iteratorsAraq2012-11-171-1/+5
|
* next steps for first class iteratorsAraq2012-11-151-2/+4
|
* bugfix: stack traces; first class iterators almost workingAraq2012-11-151-3/+5
|
* documented 'mixin' declarationAraq2012-11-081-3/+2
|
* made some tests greenAraq2012-11-071-1/+1
|
* documented Nimrod's effects systemAraq2012-11-061-7/+6
|
* added system.onRaise to support a condition systemAraq2012-11-051-3/+1
|
* exception tracking barely works; but disabledAraq2012-10-311-1/+4
|
* bugfix: wrong assertions for C++ code generation; some solaris support; ↵Araq2012-10-301-1/+2
| | | | first steps to an effect system
* bugfix: fixed broken expr proc bodiesAraq2012-10-121-1/+0
|
* allow 'mixin' in genericsAraq2012-10-121-1/+2
|
* first version of a memory profilerAraq2012-10-101-1/+0
|
* better extension loading for the OpenGL wrapperAraq2012-10-091-3/+4
|
* opengl wrapper compiles under windowsAraq2012-09-291-0/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-281-2/+1
|\
| * missing documentation added to the manualZahary Karadjov2012-09-271-2/+1
| | | | | | | | | | | | | | | | | | | | documented: * closures and the do notation * type classes * return type inference * typedesc parameters and values * destructor pragma * fixed a number of typos
* | website improvements; better opengl wrapper (still broken)Araq2012-09-281-0/+1
|/
* fixes #73Araq2012-09-231-2/+2
|
* bugfix: 'result' cannot be captured in a closureAraq2012-09-231-6/+0
|
* proc bodies can be expressions with a typeAraq2012-09-221-2/+9
|
* bugfix: typeinfo generationAraq2012-09-211-1/+0
|
* pragma statements in rodfiles -- couldn't reproduceAraq2012-09-181-3/+1
|
* some support for passing blocks to overloaded templates/macrosAraq2012-09-171-1/+0
|
* stricter symbol lookup in genericsAraq2012-09-171-4/+2
|
* implemented a stack trace profilerAraq2012-09-151-1/+2
|
* made more tests green; fixes #201Araq2012-09-121-0/+1
|
* small bugfixes; reactivated tests/compileAraq2012-09-111-2/+0
|
* tr macros now documentedAraq2012-09-101-1/+1
|
* first steps to deprecate 'nil' statementAraq2012-09-091-4/+4
|