summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* better overloading capabilities for 'shallowCopy'; little bugfix for 'system....Araq2012-07-292-12/+15
* improvements for idetools; system.compiles improvedAraq2012-07-297-32/+101
* added some support for HaikuAraq2012-07-294-20/+33
* attempt to getAppFilename to work on NetBSDAraq2012-07-281-1/+1
* more reliable NI/NU definitionsAraq2012-07-282-14/+21
* fixes #178Araq2012-07-285-13/+20
* implements #173Araq2012-07-2811-34/+109
* added warning for confusing var declarationsAraq2012-07-265-7/+19
* made more tests greenAraq2012-07-264-21/+25
* fixes #171Araq2012-07-251-0/+41
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-251-1/+2
|\
| * Fixed compilation of smtp module.Dominik Picheta2012-07-251-1/+2
* | bugfix: collection/sets only worked by chance ...Araq2012-07-251-4/+4
|/
* no range checks for conversion to unsigned (but I may reconsider this)Araq2012-07-251-1/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-253-16/+23
|\
| * Some improvements to the sockets module.Dominik Picheta2012-07-253-16/+23
* | next steps for closure consistency; fixes #176Araq2012-07-259-9/+495
|/
* fixes #172Araq2012-07-252-7/+7
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-253-3/+35
|\
| * Added mycert.pem for the asynciossl test.Dominik Picheta2012-07-242-1/+33
| * Fixed the tasynciossl ImplicitClosure warning.Dominik Picheta2012-07-241-2/+2
* | small bugfix: code generation for nil closuresAraq2012-07-252-20/+31
* | closure is now default calling convention for proc typesAraq2012-07-242-2/+1
* | bugfix: bind context for genericsAraq2012-07-241-3/+3
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-2411-143/+505
|\
| * More deprecation warnings fixed.Dominik Picheta2012-07-232-4/+10
| * Fixes deprecation warning, fixes documentation error.Dominik Picheta2012-07-232-3/+4
| * Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-228-135/+490
| * Both the re and pegs module's `=~` templates can now be used simultaneously f...Dominik Picheta2012-07-212-2/+2
* | DLLs should work again; fixes #169Araq2012-07-2412-410/+29
|/
* better test for 'system.compiles'Araq2012-07-201-3/+22
* optimizations for system.compilesAraq2012-07-203-16/+25
* added system.compilesAraq2012-07-208-5/+65
* got rid of some mAddU64 etc. magicsAraq2012-07-207-31/+25
* tester compiles under taint mode againAraq2012-07-201-3/+3
* fixed the rodfiles testsZahary Karadjov2012-07-205-36/+39
* removed nimdat in favor of per-module dat init procsZahary Karadjov2012-07-196-75/+73
* fixes #168Araq2012-07-191-1/+2
* bugfix: name mangling of field namesAraq2012-07-191-2/+23
* bugfixes for the symbol mangling; implements #129Araq2012-07-195-21/+58
* implemented #133Araq2012-07-193-5/+40
* bugfix: constraint matching for tyGenericInst; implements #130Araq2012-07-193-2/+32
* made ttempl3 green againAraq2012-07-191-2/+3
* don't put DLL loading into nimdatAraq2012-07-191-34/+27
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-07-191-27/+34
|\
| * dynamic library symbols are not loaded in nimdatZahary Karadjov2012-07-181-27/+34
* | improvements for 'bind', fixes #166Araq2012-07-186-32/+61
|/
* attempt to fix DLL generationAraq2012-07-186-22/+21
* equality and hashing for closuresAraq2012-07-177-11/+31
* made some tests greenAraq2012-07-176-9/+8