summary refs log tree commit diff stats
path: root/tests/run
Commit message (Expand)AuthorAgeFilesLines
...
* bugfixes for the symbol mangling; implements #129Araq2012-07-191-9/+9
* improvements for 'bind', fixes #166Araq2012-07-181-0/+24
* make tests green againAraq2012-07-174-6/+6
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-162-7/+9
* closures shouldn't leak anymoreAraq2012-07-161-1/+0
* work on closures continues; fixed #116Araq2012-07-131-0/+21
* made tests green againAraq2012-07-091-3/+3
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-1/+14
* bugfixes for closuresAraq2012-06-211-0/+28
* made some tests green againAraq2012-06-201-0/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-191-0/+66
|\
| * codegen for C++ exceptionsZahary Karadjov2012-06-031-1/+1
| * bugfix: finally blocks were not executed when the except block is exited by r...Zahary Karadjov2012-06-031-0/+66
* | somewhat working closuresAraq2012-06-191-8/+26
* | next steps for full closure supportAraq2012-06-182-7/+13
* | tinterf.nim works nowAraq2012-06-172-8/+29
* | simple example works againAraq2012-06-161-2/+3
* | first implementation of new lambda liftingAraq2012-06-151-2/+10
|/
* fixes #127Araq2012-05-301-1/+18
* '+=' etc for all floating point typesAraq2012-05-291-0/+3
* made tsequtils green againAraq2012-05-282-1/+25
* fixes #109Araq2012-05-201-0/+28
* made tests green againAraq2012-05-111-1/+1
* added thexlit testAraq2012-05-091-0/+12
* implicit generics types as return types. removed the error message for captur...Zahary Karadjov2012-04-211-1/+1
* grammar: the built-in type classes are now valid expressionsZahary Karadjov2012-04-181-1/+1
* attempt to make tests greenAraq2012-04-171-1/+1
* compiler finally supports 'object {.pragma.}' syntaxAraq2012-04-161-0/+16
* fixes #105Araq2012-04-161-0/+59
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-04-151-1/+0
|\
| * 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-111-0/+14
* typetraits module and testsZahary Karadjov2012-04-101-0/+24
* proper order of initialization for .global. variablesZahary Karadjov2012-04-103-0/+35
* typedesc and expr paramsZahary Karadjov2012-03-312-0/+52
* generic types can be used like type classes. distinct can be applied to type ...Zahary Karadjov2012-03-251-0/+0
* expr params implemented for procs; paving the way for type classesZahary Karadjov2012-03-222-1/+14
* making tests green againZahary Karadjov2012-03-202-6/+6
* merged branch overloading-for-macrosZahary Karadjov2012-03-197-17/+53
|\
| * the test suite is mostly green againZahary Karadjov2012-03-164-12/+10
| * fix for template redefinition. test cases added.Zahary Karadjov2012-03-153-5/+43
* | first steps for cleaner static/const distinctionAraq2012-03-131-3/+3
|/
* unit test for #100Zahary Karadjov2012-03-102-0/+13
* 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
* small fixes for tests on windowsAraq2012-01-311-1/+1
* fixes #98Araq2012-01-291-1/+1