summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* website slightly improvedAraq2014-12-111-1/+0
* fixes #1689Araq2014-12-101-0/+5
* new websiteAraq2014-12-101-2/+0
* minor improvement to the barrier implementationAraq2014-12-091-1/+4
* implements 'defer'Araq2014-12-041-1/+4
* smileys configurable; safer image attribute handlingAraq2014-11-291-0/+1
* implemented procCall builtinAraq2014-11-281-1/+0
* fixes #619Araq2014-11-151-1/+0
* proper fix for stack initialization and threadvar emulationAraq2014-11-111-0/+1
* fixes #1646Araq2014-11-101-2/+1
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-081-3/+2
* todo.txt updatesAraq2014-11-041-6/+2
* documented nimfixAraq2014-11-041-2/+3
* added threadpool and cpuinfo to the docgenAraq2014-11-031-0/+1
* minor changes to the threading docsAraq2014-11-011-4/+5
* documentation updatesAraq2014-10-111-1/+1
* should compile with csources againAraq2014-10-061-2/+0
* updated some testsAraq2014-10-041-2/+1
* implemented mixed mode codegenAraq2014-10-031-2/+2
* recursive tuple types are now invalid (breaking change)Araq2014-10-021-5/+0
* bugfix: 'T = ref T' is an illegal recursive typeAraq2014-10-021-1/+3
* 'try' works at compile-timeAraq2014-10-021-92/+3
* system.writeFile works at compile-timeAraq2014-10-021-2/+0
* manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-1/+1
* implemented locking levels; still incompleteAraq2014-09-271-2/+0
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-4/+2
* 'let' within 'parallel' now worksAraq2014-09-221-3/+4
* made tests greenAraq2014-09-221-2/+4
* made some tests greenAraq2014-09-211-1/+0
* implemented 'guard' annotationAraq2014-09-211-3/+4
* renamed URLencode to encodeUrlAraq2014-09-101-1/+0
* 'pretty' command does not exist anymore; improvements for nimfixAraq2014-09-101-0/+1
* 'nimfix' improvements; FdSet is TFdSet againAraq2014-09-081-4/+1