summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* nimbuild should work againAraq2012-11-011-3/+3
|
* bugfix: wrong assertions for C++ code generation; some solaris support; ↵Araq2012-10-301-0/+3
| | | | first steps to an effect system
* Redis fixed to use unbuffered sockets.Dominik Picheta2012-10-211-1/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-101-15/+54
|\
| * Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-071-15/+54
| |
* | first version of a memory profilerAraq2012-10-101-25/+44
|/
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-042-7/+6
| | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-031-1/+1
| | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
* Fixes async scgi.Dominik Picheta2012-09-281-16/+17
|
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-9/+12
|
* Added close() to async versions of scgi and httpserver.Dominik Picheta2012-09-232-2/+10
|
* Fixes sockets.recvFrom not setting length of data.Dominik Picheta2012-09-231-1/+2
|
* Ftpclient now fully works both synchronously and asynchronously.Dominik Picheta2012-09-223-164/+190
| | | | Fixed some deprecation doc messages. And some issues with asyncio.
* ftpclient fixed but causes an issue with the code generator andDominik Picheta2012-09-212-95/+194
| | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test.
* math.random(max: float) not available on windowsAraq2012-09-191-10/+15
|
* bugfix: 'defined/compiles' open an implicit mixin scope in genericsAraq2012-09-182-5/+7
|
* made tests green againAraq2012-09-181-1/+1
|
* stricter symbol lookup in genericsAraq2012-09-171-1/+1
|
* profiler improvementsAraq2012-09-171-30/+85
|
* profiler documentationAraq2012-09-151-2/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-151-76/+46
|\
| * [unittest] even deeper inspection of expressions and variables for the check ↵Zahary Karadjov2012-09-141-76/+46
| | | | | | | | macro
* | implemented a stack trace profilerAraq2012-09-151-0/+125
|/
* [unittest] the check macro will print the values of params involved in ↵Zahary Karadjov2012-09-131-183/+211
| | | | failed proc calls
* Fixes IRC module.Dominik Picheta2012-09-122-35/+61
|
* made more tests green; fixes #201Araq2012-09-122-2/+2
|
* made some tests greenAraq2012-09-121-9/+9
|
* first steps for overloading support of passing blocks; bugfix: test results ↵Araq2012-09-112-3/+4
| | | | of 'compile' are not overwritten
* Fixes scgi, adds async functionality to httpserver.Dominik Picheta2012-09-093-30/+184
|
* Merge pull request #198 from Tass/masterAraq2012-09-081-0/+4
|\ | | | | Implements hash(float)
| * hash() for floatsSimon Hafner2012-09-081-0/+4
| |
* | unittest bugfix; made some tests greenAraq2012-09-081-2/+2
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-081-14/+33
|\|
| * no uniqueCounter it isSimon Hafner2012-09-061-4/+3
| |
| * + random number generator for floats and slices - with testsSimon Hafner2012-09-061-14/+34
| | | | | | | | I also took the liberty to unify the API between ECMAScript and C.
* | term rewriting improvementsAraq2012-09-082-3/+4
|/
* Added fsmonitor module.Dominik Picheta2012-09-022-70/+232
|
* Asyncio module now works on file descriptors.Dominik Picheta2012-09-022-40/+147
|
* made tests green againAraq2012-08-312-1/+2
|
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-1/+3
|
* parameter passing works the same for macros and templates; use callsite ↵Araq2012-08-283-81/+158
| | | | magic to access the invokation AST
* bindSym suffices; no 'bind' for macros anymoreAraq2012-08-251-2/+1
|
* made tests green againAraq2012-08-241-1/+1
|
* objects with no ancestor are not implicitely finalAraq2012-08-242-2/+2
|
* implemented 'bind' for macrosAraq2012-08-241-11/+12
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-225-32/+44
|
* 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-203-2/+16
|\|