summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-0/+3
|
* fixed small typos for subexes docsAraq2011-12-271-2/+2
|
* added support for advanced substitution expressionsAraq2011-12-272-0/+61
|
* codegen uses alias analysis to generate better codeAraq2011-12-101-0/+6
|
* bugfix: don't process arguments that are to be passed to the produced exeAraq2011-11-301-2/+7
|
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-302-16/+13
|
* implemented 'let' statementAraq2011-11-293-13/+36
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-262-2/+11
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-252-2/+11
| | | | | | | | Some new options added to the compiler (see news.txt for details)
* | manual: cstring finally properly documentedAraq2011-11-251-0/+52
| |
* | new pragma: 'noinit'Araq2011-11-251-0/+9
|/
* 'export' is now a keywordAraq2011-11-241-1/+1
|
* operator precedence changed: assignment like operators are supported; ↵Araq2011-11-092-8/+22
| | | | escaping of operators with \ is supported
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-0/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-041-0/+3
|\
| * Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-041-0/+3
| | | | | | | | test suite.
* | documented --recursivePathAraq2011-11-041-0/+1
|/
* better code generation for constant aggregatesAraq2011-11-021-3/+3
|
* new compiler option tlsEmulationAraq2011-10-271-0/+1
|
* compilation cache: mostly working; generics not yetAraq2011-10-251-0/+14
|
* documentation for the compilation cacheAraq2011-10-232-3/+108
|
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-201-0/+1
|
* libuv working on windows tooZahary Karadjov2011-10-121-3/+9
| | | | Added: vcc compilation flags for proper debug symbol generation
* 'bind' as a declarative statementAraq2011-10-102-14/+24
|
* new syntactic construct: a{i}Araq2011-10-081-1/+2
|
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-081-4/+7
|
* code generator supports constant sequences; more consistent compile time ↵Araq2011-10-071-40/+30
| | | | evaluation
* bugfix: overloading resolution for typeofAraq2011-09-271-61/+75
|
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵Araq2011-09-262-4/+13
| | | | optimized; tstringinterp.nim now works
* 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 ↵dom962011-09-231-0/+6
| | | | | | | | bug in the IRC module.
* | 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 ↵Araq2011-08-291-1/+1
| | | | the task though
* 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
|