summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixes #1819Araq2015-03-121-1/+0
|
* fixes #2287Araq2015-03-121-0/+1
|
* GC: get rid of pathological behaviour for stack markingAraq2015-03-081-1/+0
|
* improved --debugger switch; updated release planAraq2015-02-271-2/+3
|
* fixes #2199, fixes #2197Araq2015-02-241-0/+1
|
* implements a type API for macrosAraq2015-02-241-1/+0
|
* fixes #2068Araq2015-02-121-0/+1
|
* ordinary parameters can follow a varargs parameterAraq2015-02-121-1/+1
|
* fixed minor bugs; cleaned up testsAraq2015-02-121-1/+0
|
* cleanup index generationAraq2015-02-101-3/+0
|
* cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-101-1/+1
|
* fixes #1131Araq2015-02-101-1/+0
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-3/+12
|
* compiler distinguishes between 2 different 'var' types for C++ interop; code ↵Araq2015-02-071-1/+0
| | | | cleanups
* fixes #2039Araq2015-01-311-1/+1
|
* nimsuggest improvementsAraq2015-01-301-0/+1
|
* documented new C++ supportAraq2015-01-281-1/+0
|
* added missing fileAraq2015-01-271-0/+1
|
* better documentation for 'finished' for first class iteratorsAraq2015-01-271-3/+0
|
* nimsuggest: first versionAraq2015-01-271-1/+0
|
* revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-181-2/+0
|
* fixes the integer conversion regressionsAraq2015-01-131-2/+4
|
* fixes #1915Araq2015-01-121-0/+3
|
* website improvementsAraq2014-12-261-0/+1
|
* fixes #1120Araq2014-12-251-2/+2
|
* tuple field names are ignoredAraq2014-12-231-1/+0
|
* better CSS; better docs for teh tables moduleAraq2014-12-211-2/+0
|
* cleaned up os.nim; docgen improvementsAraq2014-12-211-1/+0
|
* website improvementsAraq2014-12-121-1/+0
|