summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* test cases for the new typedesc featuresZahary Karadjov2012-09-252-2/+28
|
* improved support for typedesc valuesZahary Karadjov2012-09-2511-79/+90
| | | | | * can be stored in constants and variables (including in containers like sequences) * can be passed to and returned from macros
* version 0.9.0Araq2012-09-230-0/+0
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-235-28/+30
|\
| * fixes #186 and the ttypedesc1 test caseZahary Karadjov2012-09-235-28/+30
| |
* | preparations for 0.9.0Araq2012-09-239-29/+472
|/
* Added close() to async versions of scgi and httpserver.Dominik Picheta2012-09-232-2/+10
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-231-1/+2
|\
| * Fixes sockets.recvFrom not setting length of data.Dominik Picheta2012-09-231-1/+2
| |
* | bugfix: proc bodies as exprAraq2012-09-231-1/+4
|/
* fixes #73Araq2012-09-233-7/+11
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-233-164/+190
|\
| * Ftpclient now fully works both synchronously and asynchronously.Dominik Picheta2012-09-223-164/+190
| | | | | | | | Fixed some deprecation doc messages. And some issues with asyncio.
* | bugfix: 'result' cannot be captured in a closureAraq2012-09-234-20/+18
| |
* | implements/fixes #195Araq2012-09-222-3/+3
| |
* | proc bodies can be expressions with a typeAraq2012-09-2212-13/+75
|/
* 'mixin' and 'interface' are now keywordsAraq2012-09-224-12/+16
|
* bugfix: code generator can deal with ftpclient.nimAraq2012-09-211-0/+4
|
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-213-111/+212
| | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test.
* bugfix: typeinfo generation (2)Araq2012-09-211-3/+4
|
* added tactors2 testAraq2012-09-211-0/+25
|
* bugfix: typeinfo generationAraq2012-09-214-26/+24
|
* bugfix: tester does not hang anymoreAraq2012-09-211-3/+3
|
* fixes #194Araq2012-09-206-4/+65
|
* math.random(max: float) not available on windowsAraq2012-09-191-10/+15
|
* bugfix: 'nimrod i' works againAraq2012-09-183-5/+10
|
* pragma statements in rodfiles -- couldn't reproduceAraq2012-09-182-3/+4
|
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-184-8/+15
|
* made tests green againAraq2012-09-185-12/+19
|
* some support for passing blocks to overloaded templates/macrosAraq2012-09-173-7/+29
|
* bugfix: import of pure enumsAraq2012-09-171-1/+1
|
* stricter symbol lookup in genericsAraq2012-09-176-20/+19
|
* profiler improvementsAraq2012-09-178-71/+110
|
* profiler documentationAraq2012-09-156-9/+191
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-152-78/+46
|\
| * [unittest] even deeper inspection of expressions and variables for the check ↵Zahary Karadjov2012-09-142-78/+46
| | | | | | | | macro
* | implemented a stack trace profilerAraq2012-09-1511-68/+244
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-136-232/+298
|\
| * [unittest] the check macro will print the values of params involved in ↵Zahary Karadjov2012-09-132-184/+212
| | | | | | | | failed proc calls
| * fixed incorrect implicit conversion between arrays of different sizes; see #202Zahary Karadjov2012-09-132-13/+25
| |
| * Fixes IRC module.Dominik Picheta2012-09-122-35/+61
| |
* | bugfix: echo vs debugEchoAraq2012-09-133-6/+26
| |
* | splitted echo into echo/debugEchoAraq2012-09-133-19/+8
| |
* | semExpr/semStmt mergedAraq2012-09-136-166/+187
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-133-5/+18
|\
| * type trais used to work only on user-defined types. see #202Zahary Karadjov2012-09-132-3/+16
| |
| * Merge pull request #200 from fowlmouth/patch-1Araq2012-09-121-2/+2
| |\ | | | | | | nimrepl handles keys again
| | * nimrepl handles keys againBillingsly Wetherfordshire2012-09-111-2/+2
| | |
* | | debugger compiles againAraq2012-09-133-4/+8
|/ /
* | made more tests green; fixes #201Araq2012-09-1213-30/+43
| |