summary refs log tree commit diff stats
path: root/web/news.txt
Commit message (Expand)AuthorAgeFilesLines
* updated news.txtAraq2013-02-101-2/+8
* made some tests greenAraq2013-02-081-0/+2
* implemented generic multi methodsAraq2013-01-161-0/+1
* Copyright 2012 -> 2013Araq2013-01-081-1/+1
* documented AST overloading and some TR optimizationsAraq2012-12-091-0/+1
* implemented generic convertersAraq2012-12-051-0/+1
* dont use unsafeNew in ropes.nim for nowAraq2012-12-021-0/+1
* implements 'export' featureAraq2012-12-011-0/+3
* first steps for 'not nil' annotationAraq2012-11-251-0/+4
* made 'shared' a keywordAraq2012-11-221-0/+1
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-0/+1
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-0/+2
* fixes #250Araq2012-11-191-0/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-111-0/+1
|\
| * AST quasi-quoting for macrosZahary Karadjov2012-11-111-0/+1
* | implemented 'tags' pragmaAraq2012-11-111-2/+2
|/
* documented 'mixin' declarationAraq2012-11-081-0/+1
* added system.onRaise to support a condition systemAraq2012-11-051-5/+9
* implemented case expressionsZahary Karadjov2012-10-031-0/+2
* table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-031-0/+31
* preparations for 0.9.0Araq2012-09-231-3/+18
* proc bodies can be expressions with a typeAraq2012-09-221-0/+2
* 'mixin' and 'interface' are now keywordsAraq2012-09-221-1/+1
* profiler documentationAraq2012-09-151-0/+1
* tr macros now documentedAraq2012-09-101-0/+2
* Added fsmonitor module.Dominik Picheta2012-09-021-1/+1
* made tests green againAraq2012-08-311-1/+1
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-0/+2
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-1/+0
* objects with no ancestor are not implicitely finalAraq2012-08-241-0/+3
* implemented 'bind' for macrosAraq2012-08-241-0/+1
* implemented backslash for continuation commentsAraq2012-08-231-1/+7
* bycopy/byref for object/tuple typesAraq2012-08-161-0/+2
* stdlib uses more of varargsAraq2012-08-161-0/+2
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-0/+1
* borrow works with genericsAraq2012-08-061-0/+1
* added some support for HaikuAraq2012-07-291-0/+4
* DLLs should work again; fixes #169Araq2012-07-241-396/+0
* added system.compilesAraq2012-07-201-0/+2
* improvements for 'bind', fixes #166Araq2012-07-181-0/+3
* x11 example compiles again; updated python wrapper; compiler supports variabl...Araq2012-07-161-0/+1
* added system.@ for openarraysAraq2012-07-141-0/+3
* ';' as statement separatorAraq2012-07-121-1/+3
* ';' now valid for parameter listsAraq2012-07-111-0/+2
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-1/+6
* added devel/logging; weakrefs test; next steps for proper unsigned supportAraq2012-07-051-0/+3
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-0/+1
* added proc annotations: macros invoked as pragmasAraq2012-06-261-0/+1
* doc2 improvementsAraq2012-06-241-1/+3
* first implementation of docgen2Araq2012-06-231-1/+2