summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* small fixes for tests on windowsAraq2012-01-314-12/+14
* tlsEmulation:on for windows/GCCAraq2012-01-291-2/+2
* fixes #98Araq2012-01-291-1/+1
* bugfix tests/tzeroarrayAraq2012-01-291-0/+18
* fixes #89Araq2012-01-291-0/+5
* fixed #96 as good as technically possible (debug frames are allocated on the ...Araq2012-01-291-4/+4
* pragma on/off improvements; endb rewrittenAraq2012-01-281-22/+37
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-1/+1