summary refs log tree commit diff stats
path: root/tests/run
Commit message (Collapse)AuthorAgeFilesLines
* unittest bugfix; made some tests greenAraq2012-09-081-1/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-081-0/+49
|\
| * no uniqueCounter it isSimon Hafner2012-09-061-5/+4
| |
| * + random number generator for floats and slices - with testsSimon Hafner2012-09-061-0/+50
| | | | | | | | I also took the liberty to unify the API between ECMAScript and C.
* | term rewriting improvementsAraq2012-09-081-1/+1
|/
* further improvements for term rewriting macrosAraq2012-09-042-6/+6
|
* made tests green againAraq2012-08-317-5/+12
|
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-0/+17
|
* made tests green againAraq2012-08-244-4/+4
|
* objects with no ancestor are not implicitely finalAraq2012-08-241-1/+1
|
* added ttables2 to gather data about issue #183Araq2012-08-222-1/+22
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-1/+1
|
* Fixed tasyncudp.nim to work with fowl's changes.Dominik Picheta2012-08-201-1/+2
|
* made tests green againAraq2012-08-161-1/+1
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-4/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-132-3/+82
|\
| * UDP improvements for the sockets module. Renamed ftpclient.fileExists toDominik Picheta2012-08-122-3/+82
| | | | | | | | existsFile for consistency. Added tasyncudp test.
* | top level closures should work; transf is not a pass anymore; next steps for ↵Araq2012-08-132-4/+3
|/ | | | first class iterator support
* borrow works with genericsAraq2012-08-061-0/+21
|
* made more tests greenAraq2012-07-263-17/+23
|
* Added mycert.pem for the asynciossl test.Dominik Picheta2012-07-241-1/+1
|
* Many fixes for asynchronous sockets. Asyncio should now work well with ↵Dominik Picheta2012-07-221-0/+89
| | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.
* 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 ↵Zahary Karadjov2012-06-031-0/+66
| | | | | | | | raise or return
* | 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 ↵Zahary Karadjov2012-04-211-1/+1
| | | | capturing incorrect uses of ``proc``
* 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
|