summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* implements #173Araq2012-07-281-0/+2
|
* fixes #171Araq2012-07-251-0/+41
|
* DLLs should work again; fixes #169Araq2012-07-241-2/+0
|
* got rid of some mAddU64 etc. magicsAraq2012-07-201-2/+6
|
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-0/+12
|
* implemented #133Araq2012-07-191-3/+12
|
* improvements for 'bind', fixes #166Araq2012-07-181-1/+1
|
* tutorial improvementsAraq2012-07-171-16/+23
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-10/+11
|
* x11 example compiles again; updated python wrapper; compiler supports ↵Araq2012-07-161-1/+1
| | | | variables in DLLs
* made a test green againAraq2012-07-151-4/+2
|
* improved unsigned supportAraq2012-07-141-0/+5
|
* ';' as statement separatorAraq2012-07-121-3/+3
|
* ';' now valid for parameter listsAraq2012-07-111-3/+5
|
* cross-compilation improvementsAraq2012-07-081-1/+14
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-21/+61
|
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-12/+18
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-032-24/+29
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-022-13/+39
|
* JS codegen enhancements; still unusableAraq2012-07-011-0/+1
|
* added proc annotations: macros invoked as pragmasAraq2012-06-261-1/+22
|
* tests/gc/gcleak4.nimAraq2012-06-241-3/+5
|
* doc2 improvementsAraq2012-06-242-3/+1
|
* docgen2 improvementsAraq2012-06-231-1/+1
|
* first implementation of docgen2Araq2012-06-231-0/+1
|
* deprecated the pretty printer commandAraq2012-06-221-1/+0
|
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-2/+14
|
* documented 'immediate' templatesAraq2012-06-221-16/+55
|