summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Issue #197 has been solvedSimon Hafner2012-09-081-8/+6
| | * hash() for floatsSimon Hafner2012-09-082-0/+11
* | | first steps to deprecate 'nil' statementAraq2012-09-099-36/+34
|/ /
* | unittest bugfix; made some tests greenAraq2012-09-083-4/+6
* | implemented 'pure' enumsAraq2012-09-083-5/+21
* | tmatrix.nim works nowAraq2012-09-085-24/+40
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-082-14/+82
|\ \
| * | Merge pull request #196 from Tass/masterAraq2012-09-062-14/+82
| |\|
| | * no uniqueCounter it isSimon Hafner2012-09-062-9/+7
| | * + random number generator for floats and slices - with testsSimon Hafner2012-09-062-14/+84
* | | term rewriting improvementsAraq2012-09-0818-144/+284
|/ /
* | activated tests for tr macrosAraq2012-09-067-24/+62
* | bugfixes and improvements for term rewriting macrosAraq2012-09-045-19/+30
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-041-0/+1
|\
| * Fixes bootstrapping.Dominik Picheta2012-09-031-0/+1
* | 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 magic...Araq2012-08-2816-180/+270
* 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