summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* bugfix: overloading resolution for typeofAraq2011-09-271-61/+75
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-262-4/+13
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-0/+22
* renamed optional to discardableAraq2011-09-241-2/+2
* implemented optional pragma for implicit discardAraq2011-09-241-5/+17
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-09-241-0/+6
|\
| * Fixed string concatenation and other bugs in the JS backend. Fixed a small bu...dom962011-09-231-0/+6
* | beginning of a taint mode; type system enhancementsAraq2011-09-242-19/+66
|/
* fixed some newly introduced bugsAraq2011-09-212-1/+9
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-09-201-1/+3
|\
| * Some improvements relating to the IRC module.dom962011-09-041-1/+3
* | bugfixes for generics; new threads implementation still brokenAraq2011-09-201-9/+18
|/
* new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-291-1/+1
* bugfix: fixed built-in 'reset'Araq2011-08-201-2/+4
* more occurences of 'pure' proc pragma fixedAraq2011-08-201-1/+1
* locks now in their own core moduleAraq2011-08-201-0/+3
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-7/+12
* documentation for --nimcache optionAraq2011-08-191-0/+1
* bugfix: #line generation for windowsAraq2011-08-111-1/+1
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-158/+162
* added system.slurp for easy embedding of resourcesAraq2011-08-101-2/+4
* modifyable results for generics; teventemitter worksAraq2011-08-091-0/+6
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-073-2/+82
* documentation for 'var T' as return typeAraq2011-08-011-1/+32
* void type improvements; documentation improvementsAraq2011-07-311-3/+136
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-313-19/+19
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-07-261-2/+2
|\
| * fix a few typos in doc/intern.txtKeita Haga2011-07-251-2/+2
* | bugfixes; added events module, sequtils moduleAraq2011-07-261-0/+11
* | doc improvements; added lazarus exampleAraq2011-07-241-1/+1
|/
* old pointer deref operator completely removedAraq2011-07-231-1/+0
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-221-315/+364
* bugfix: proper cache for generic instantiationsAraq2011-07-213-194/+229
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-163-8/+8
* 0.8.12 bugfix: some files not in download packageAraq2011-07-111-19/+19
* version 0.8.12Araq2011-07-102-113/+123
* preparations for 0.8.12Araq2011-07-104-629/+1990
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-0/+2
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-4/+4
* case branches support constant sets for convenienceAraq2011-06-191-0/+21
* added encodings stdlibAraq2011-06-161-0/+4
* bugfix: proper return types for templatesAraq2011-06-152-4/+5
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-142-1/+4
* intsets are now a proper module and part of the stdlibAraq2011-06-141-1/+6
* basic thread analysis workingAraq2011-06-131-1/+1
* bugfix: generic instantiation across module boundariesAraq2011-06-061-3/+6
* first steps to thread local heapsAraq2011-06-021-1/+14
* Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...dom962011-05-222-947/+1443
* deprecated system.copy: use system.substr insteadAraq2011-05-141-0/+1
* newStringOfCap implemented and used to optimize some procsAraq2011-05-081-0/+1