summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* thread var emulation should work againAraq2012-06-251-3/+10
* added gcleak4.nim test; fails in debug modeAraq2012-06-241-0/+42
* documented optional indentation for 'case' statements/'case' objectsAraq2012-06-221-0/+10
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-1/+14
* fixes #134Araq2012-06-211-0/+2
* fixes #145Araq2012-06-211-0/+12
* another bugfixAraq2012-06-211-0/+1
* fixes #140Araq2012-06-212-10/+14
* bugfixes for closuresAraq2012-06-211-0/+28
* fixes #142Araq2012-06-201-1/+1
* added another macro regressionAraq2012-06-201-0/+9
* made some tests green againAraq2012-06-201-0/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-192-1/+67
|\
| * more uint related fixesZahary Karadjov2012-06-141-1/+1
| * 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-192-8/+33
* | 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
|/
* 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