summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-0/+3
|
* some progress on GC v2Andreas Rumpf2016-02-031-0/+3
|
* implements multi-line-comments; pounds are stripped from the doc commentsAndreas Rumpf2016-01-161-1/+1
|
* updated the documentation for the 'do' notationAndreas Rumpf2016-01-161-1/+0
|
* Merge branch 'crazy_concurrency' into no-echo-gotchaAndreas Rumpf2016-01-161-1/+1
|\
| * todo updateAndreas Rumpf2016-01-161-0/+1
| |
* | finally removes 'echo ' gotchaAndreas Rumpf2016-01-151-3/+4
|/
* fixes #3550Araq2015-11-181-1/+1
|
* updated todo.txtAraq2015-10-281-86/+35
|
* first attempt to fix 'a[i]' handling in genericsAraq2015-09-121-1/+0
|
* implicit return types for iterators are now deprecatedAraq2015-09-101-1/+0
|
* documented NimScriptAraq2015-09-071-2/+0
|
* fixes #2590; methods now require a .base annotationAraq2015-09-061-1/+0
|
* Nimble is officially a part of Nim nowAraq2015-09-051-1/+1
|
* split os into os and ospaths parts; ospaths is available for NimScript; ↵Araq2015-09-041-1/+1
| | | | better NimScript support
* math.nim works with NimScriptAraq2015-08-211-0/+1
|
* tuple unpacking works in a non-var/let contextAraq2015-08-211-2/+0
|
* implemented macros.getImplAraq2015-08-211-1/+0
|
* simplify nimscript.nimAraq2015-08-211-4/+4
|
* preparations for Nimble NimScript integrations; minor cleanupsAraq2015-08-181-2/+41
|
* todo.txt updateAraq2015-08-141-2/+0
|
* toplevel .closure procs are deprecatedAraq2015-08-141-1/+0
|
* 'parallel' now requires --experimental modeAraq2015-08-141-1/+0
|
* updated todo.txtAraq2015-08-091-0/+3
|
* fixes #2752Araq2015-08-091-4/+0
|
* added system.unsafeAddrAraq2015-08-041-1/+0
|
* todo.txt updatesAraq2015-07-241-2/+4
|
* implements varargs[untyped]; refs #2545; to be documentedAraq2015-07-021-1/+2
|
* updated news.txtAraq2015-06-251-1/+1
|
* development version is 0.11.1Araq2015-05-031-7/+7
|
* fixes #2603Araq2015-04-261-4/+4
|
* removed a bit of cruft from kochAraq2015-04-221-0/+1
|
* todo.txt updatesAraq2015-04-221-2/+10
|
* added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵Araq2015-04-221-2/+5
| | | | system to the compiler
* cleaned up some magics to make room for new magics; added '..<' and '..^' ↵Araq2015-04-221-0/+1
| | | | templates
* fixes #2520Araq2015-04-211-1/+0
|
* fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-0/+1
|
* added system.typed and system.untyped aliasesAraq2015-04-071-2/+0
|
* overloading of '=' worksAraq2015-04-061-1/+1
|
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-0/+1
|
* GC-safety error messages are useful nowAraq2015-04-041-1/+0
|
* preparations for dealing with the 'echo $foo' gotchaAraq2015-03-271-2/+2
|
* todo updateAraq2015-03-271-1/+0
|
* disallow negative indexingAraq2015-03-271-1/+0
|
* minor todo updateAraq2015-03-231-1/+2
|
* concept example from the manual now works againAraq2015-03-231-1/+1
|
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-2/+1
|
* prepare for upcoming parsing change of unary operatorsAraq2015-03-221-2/+2
|
* don't generate memset calls for C++ objectsAraq2015-03-181-0/+1
|
* fixes #1809; implements overloading based on 'var T'Araq2015-03-141-3/+1
|