summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* implemented 'import except'Araq2012-11-281-0/+13
|
* 'return' for first class iteratorsAraq2012-11-261-0/+25
|
* first steps for 'not nil' annotationAraq2012-11-251-2/+3
|
* 'iterator' as type descriptionAraq2012-11-221-2/+4
|
* made 'shared' a keywordAraq2012-11-221-1/+1
|
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+1
|
* fixes #250Araq2012-11-191-0/+32
|
* implemented 'tags' pragmaAraq2012-11-111-5/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-081-4/+87
|\
| * Updates docs about exceptions being on the stack/heap.Grzegorz Adam Hankiewicz2012-11-081-1/+2
| |
| * Adds to the tutorial some info about exception tracking.Grzegorz Adam Hankiewicz2012-11-081-3/+85
| |
* | documented 'mixin' declarationAraq2012-11-081-4/+30
|/
* documented Nimrod's effects systemAraq2012-11-061-7/+101
|
* system.onRaise improvementsAraq2012-11-051-110/+126
|
* added system.onRaise to support a condition systemAraq2012-11-051-23/+42
|
* fixes #230; fixes #227Araq2012-10-191-8/+1
|
* first version of a memory profilerAraq2012-10-102-0/+17
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-031-18/+50
|\
| * implemented case expressionsZahary Karadjov2012-10-031-8/+29
| |
| * table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-031-2/+2
| | | | | | | | see the safePrintF example in the manual as a motivation
| * implemented return type inferenceZahary Karadjov2012-10-031-8/+19
| | | | | | | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used)
* | first steps for compiler as a serviceAraq2012-10-033-6/+9
|/
* missing documentation added to the manualZahary Karadjov2012-09-271-38/+248
| | | | | | | | | | documented: * closures and the do notation * type classes * return type inference * typedesc parameters and values * destructor pragma * fixed a number of typos
* normalized the line endings in the manualZahary Karadjov2012-09-271-3685/+3685
|
* 'mixin' and 'interface' are now keywordsAraq2012-09-221-2/+2
|
* profiler improvementsAraq2012-09-171-3/+2
|
* profiler documentationAraq2012-09-152-0/+183
|
* bugfix: echo vs debugEchoAraq2012-09-131-1/+1
|
* splitted echo into echo/debugEchoAraq2012-09-131-13/+0
|
* small bugfixes; reactivated tests/compileAraq2012-09-111-2/+2
|
* first steps for overloading support of passing blocks; bugfix: test results ↵Araq2012-09-111-1/+1
| | | | of 'compile' are not overwritten
* tr macros now documentedAraq2012-09-104-3/+305
|
* implemented 'pure' enumsAraq2012-09-081-0/+13
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-031-0/+3
|\
| * Added fsmonitor module.Dominik Picheta2012-09-021-0/+3
| |
* | term rewriting macros fully implemented; still buggyAraq2012-09-031-3/+3
|/
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-0/+1
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-282-12/+15
| | | | magic to access the invokation AST
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-0/+13
|
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-11/+6
|
* objects with no ancestor are not implicitely finalAraq2012-08-242-6/+13
|
* documented bind in macrosAraq2012-08-241-0/+53
|
* implemented backslash for continuation commentsAraq2012-08-232-0/+21
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-222-4/+59
|
* first steps to make templates hygienicAraq2012-08-201-2/+2
|
* bycopy/byref for object/tuple typesAraq2012-08-161-1/+20
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-162-25/+62
|
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-0/+37
|
* fixed some typos in the documentationAraq2012-07-312-8/+9
|
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-1/+2
|