summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* further improvements for term rewriting macrosAraq2012-09-048-28/+74
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-037-97/+439
|\
| * Added fsmonitor module.Dominik Picheta2012-09-026-72/+307
| |
| * Asyncio module now works on file descriptors.Dominik Picheta2012-09-022-40/+147
| |
* | term rewriting macros fully implemented; still buggyAraq2012-09-0322-136/+674
|/
* made tests green againAraq2012-08-3111-8/+16
|
* next steps towards term rewriting macros; simple examples workAraq2012-08-3017-56/+124
|
* first steps towards term rewriting macrosAraq2012-08-3017-58/+264
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-2816-180/+270
| | | | magic to access the invokation AST
* implemented generic templatesAraq2012-08-277-26/+47
|
* thygienictempl addedAraq2012-08-261-0/+10
|
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-2615-50/+107
|
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-259-73/+48
|
* made tests green againAraq2012-08-247-7/+7
|
* objects with no ancestor are not implicitely finalAraq2012-08-2415-22/+44
|
* documented bind in macrosAraq2012-08-242-2/+55
|
* implemented 'bind' for macrosAraq2012-08-247-15/+83
|
* implemented backslash for continuation commentsAraq2012-08-236-10/+46
|
* fixes #185Araq2012-08-221-2/+7
|
* bugfix for methods (comment in #185)Araq2012-08-222-4/+10
|
* added ttables2 to gather data about issue #183Araq2012-08-222-1/+22
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-2211-48/+123
|
* Fixed tasyncudp.nim to work with fowl's changes.Dominik Picheta2012-08-201-1/+2
|
* Merge branch 'master' of git://github.com/fowlmouth/Nimrod into fowlmouth-masterDominik Picheta2012-08-201-4/+5
|\
| * changed port to TPortMy Name2012-08-201-3/+3
| |
| * added port output for sockets.recvFromMy Name2012-08-201-4/+5
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-205-8/+40
|\|
| * Added strutils.rfind.Dominik Picheta2012-08-191-0/+14
| |
| * os.JoinPath now uses varargs. Some additions to gtk wrappers.Dominik Picheta2012-08-193-7/+25
| |
| * Fixes bug in streams.ssSetPosition.Dominik Picheta2012-08-181-1/+1
| |
* | breaking change: hygienic templates (undocumented)Araq2012-08-201-1/+3
| |
* | next steps to hygienic templatesAraq2012-08-2017-76/+97
| |
* | first steps to make templates hygienicAraq2012-08-2023-186/+485
|/
* made tests green againAraq2012-08-167-20/+20
|
* bycopy/byref for object/tuple typesAraq2012-08-166-17/+49
|
* stdlib uses more of varargsAraq2012-08-164-4/+14
|
* rebuilt C sourcesAraq2012-08-160-0/+0
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-1629-175/+228
|
* bugfix: typo in actors.nimAraq2012-08-155-2/+18
|
* next steps for tyVarargs/tyOpenArray splitAraq2012-08-1413-31/+44
|
* more bugfixes for closuresAraq2012-08-143-5/+20
|
* made tests green againAraq2012-08-147-10/+23
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-08-136-65/+213
|\
| * Sockets module should compile again on Windows. Fixed asyncio not compiling.Dominik Picheta2012-08-123-41/+29
| |
| * UDP improvements for the sockets module. Renamed ftpclient.fileExists toDominik Picheta2012-08-125-26/+186
| | | | | | | | existsFile for consistency. Added tasyncudp test.
* | first steps for varargs supportAraq2012-08-133-2/+17
| |
* | top level closures should work; transf is not a pass anymore; next steps for ↵Araq2012-08-1317-231/+295
|/ | | | first class iterator support
* little cleanup for parsecfg moduleAraq2012-08-061-5/+1
|
* borrow works with genericsAraq2012-08-066-42/+79
|
* make idetools output full pathsAraq2012-08-052-1/+8
|