summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | simple example works againAraq2012-06-161-2/+3
* | first implementation of new lambda liftingAraq2012-06-151-2/+10
|/
* niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-311-0/+2
* fixes #127Araq2012-05-301-1/+18
* '+=' etc for all floating point typesAraq2012-05-292-0/+12
* made tsequtils green againAraq2012-05-282-1/+25
* bugfix: UFCS for templates (ttempl3.nim enhanced)Araq2012-05-271-0/+15
* fixes #109Araq2012-05-201-0/+28
* made tests green againAraq2012-05-111-1/+1
* added thexlit testAraq2012-05-091-0/+12
* fixes binding of overloaded procsAraq2012-05-041-0/+12
* resolved conflict for news.txtAraq2012-04-211-1/+1
|\
| * implicit generics types as return types. removed the error message for captur...Zahary Karadjov2012-04-211-1/+1
* | GC with realtime supportAraq2012-04-215-0/+14
|/
* grammar: the built-in type classes are now valid expressionsZahary Karadjov2012-04-181-1/+1
* attempt to make tests greenAraq2012-04-172-2/+2
* compiler finally supports 'object {.pragma.}' syntaxAraq2012-04-161-0/+16
* restored files that 'koch clean' removedAraq2012-04-162-1/+2
* fixes #105Araq2012-04-163-82/+59
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-152-6/+6
|\
| * fix incorrect path for rodfile tests' nimcacheZahary Karadjov2012-04-151-5/+6
| * minor changes to make the test suite green againZahary Karadjov2012-04-151-1/+0
* | @ is a sigil-like operatorAraq2012-04-152-7/+28
|/
* re-enable rodfiles tests; fixes #91Zahary Karadjov2012-04-115-4/+17
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-04-101-0/+16
|\
| * documentation improvements; higher level Mongodb wrapperAraq2012-04-091-0/+16
* | typetraits module and testsZahary Karadjov2012-04-101-0/+24
* | proper order of initialization for .global. variablesZahary Karadjov2012-04-103-0/+35
|/
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-03-317-2/+626
|\
| * corrected the index websiteAraq2012-03-281-0/+7
| * fixes #102Araq2012-03-231-0/+447
| * bugfix: GC marker procs; making tests green againAraq2012-03-232-2/+2
| * Added benchmark tool and some benchmarks.dom962012-03-223-0/+170
* | typedesc and expr paramsZahary Karadjov2012-03-312-0/+52
* | genSym support for hygienic macros and templates.Zahary Karadjov2012-03-261-0/+12
* | generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-252-0/+34
|/
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-222-1/+14
* making tests green againZahary Karadjov2012-03-203-7/+7
* merged branch overloading-for-macrosZahary Karadjov2012-03-1916-30/+102
|\
| * the test suite is mostly green againZahary Karadjov2012-03-1611-25/+21
| * fix for template redefinition. test cases added.Zahary Karadjov2012-03-155-5/+81
* | first steps for cleaner static/const distinctionAraq2012-03-131-3/+3
|/
* unit test for #100Zahary Karadjov2012-03-102-0/+13
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-211-1/+7
* fixes #99Araq2012-02-171-0/+30
* bugfix: optimization of complex constant string concatenationsAraq2012-02-171-0/+11
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-1/+7
* added tests/tclosure2Araq2012-02-081-0/+78
* tester shouldn't fail when copyFile fails anymoreAraq2012-02-061-2/+8
* bugfix: threading on PowerPCAraq2012-02-021-0/+48