Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented return type inference | Zahary Karadjov | 2012-10-03 | 1 | -10/+15 |
| | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used) | ||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-29 | 1 | -16/+17 |
|\ | |||||
| * | Fixes async scgi. | Dominik Picheta | 2012-09-28 | 1 | -16/+17 |
| | | |||||
* | | opengl wrapper compiles under windows | Araq | 2012-09-29 | 1 | -4/+5 |
|/ | |||||
* | website improvements; better opengl wrapper (still broken) | Araq | 2012-09-28 | 2 | -40/+83 |
| | |||||
* | Added close() to async versions of scgi and httpserver. | Dominik Picheta | 2012-09-23 | 2 | -2/+10 |
| | |||||
* | Fixes sockets.recvFrom not setting length of data. | Dominik Picheta | 2012-09-23 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-23 | 3 | -164/+190 |
|\ | |||||
| * | Ftpclient now fully works both synchronously and asynchronously. | Dominik Picheta | 2012-09-22 | 3 | -164/+190 |
| | | | | | | | | Fixed some deprecation doc messages. And some issues with asyncio. | ||||
* | | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -1/+1 |
|/ | |||||
* | ftpclient fixed but causes an issue with the code generator and | Dominik Picheta | 2012-09-21 | 2 | -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 windows | Araq | 2012-09-19 | 1 | -10/+15 |
| | |||||
* | bugfix: 'defined/compiles' open an implicit mixin scope in generics | Araq | 2012-09-18 | 3 | -5/+9 |
| | |||||
* | made tests green again | Araq | 2012-09-18 | 2 | -5/+5 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 4 | -8/+7 |
| | |||||
* | profiler improvements | Araq | 2012-09-17 | 6 | -68/+107 |
| | |||||
* | profiler documentation | Araq | 2012-09-15 | 2 | -8/+5 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-15 | 1 | -76/+46 |
|\ | |||||
| * | [unittest] even deeper inspection of expressions and variables for the check ↵ | Zahary Karadjov | 2012-09-14 | 1 | -76/+46 |
| | | | | | | | | macro | ||||
* | | implemented a stack trace profiler | Araq | 2012-09-15 | 5 | -50/+230 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-13 | 3 | -218/+272 |
|\ | |||||
| * | [unittest] the check macro will print the values of params involved in ↵ | Zahary Karadjov | 2012-09-13 | 1 | -183/+211 |
| | | | | | | | | failed proc calls | ||||
| * | Fixes IRC module. | Dominik Picheta | 2012-09-12 | 2 | -35/+61 |
| | | |||||
* | | splitted echo into echo/debugEcho | Araq | 2012-09-13 | 1 | -5/+6 |
|/ | |||||
* | debugger compiles again | Araq | 2012-09-13 | 1 | -2/+5 |
| | |||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 3 | -4/+4 |
| | |||||
* | made some tests green | Araq | 2012-09-12 | 2 | -13/+11 |
| | |||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 2 | -3/+4 |
| | | | | of 'compile' are not overwritten | ||||
* | Fixes scgi, adds async functionality to httpserver. | Dominik Picheta | 2012-09-09 | 3 | -30/+184 |
| | |||||
* | Merge pull request #198 from Tass/master | Araq | 2012-09-08 | 1 | -0/+4 |
|\ | | | | | Implements hash(float) | ||||
| * | hash() for floats | Simon Hafner | 2012-09-08 | 1 | -0/+4 |
| | | |||||
* | | unittest bugfix; made some tests green | Araq | 2012-09-08 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-08 | 1 | -14/+33 |
|\| | |||||
| * | no uniqueCounter it is | Simon Hafner | 2012-09-06 | 1 | -4/+3 |
| | | |||||
| * | + random number generator for floats and slices - with tests | Simon Hafner | 2012-09-06 | 1 | -14/+34 |
| | | | | | | | | I also took the liberty to unify the API between ECMAScript and C. | ||||
* | | term rewriting improvements | Araq | 2012-09-08 | 2 | -3/+4 |
|/ | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-09-03 | 4 | -95/+434 |
|\ | |||||
| * | Added fsmonitor module. | Dominik Picheta | 2012-09-02 | 3 | -70/+302 |
| | | |||||
| * | Asyncio module now works on file descriptors. | Dominik Picheta | 2012-09-02 | 2 | -40/+147 |
| | | |||||
* | | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 3 | -14/+11 |
|/ | |||||
* | made tests green again | Araq | 2012-08-31 | 2 | -1/+2 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 2 | -2/+4 |
| | |||||
* | first steps towards term rewriting macros | Araq | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 4 | -121/+184 |
| | | | | magic to access the invokation AST | ||||
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -4/+24 |
| | |||||
* | bindSym suffices; no 'bind' for macros anymore | Araq | 2012-08-25 | 2 | -3/+2 |
| | |||||
* | made tests green again | Araq | 2012-08-24 | 2 | -2/+2 |
| | |||||
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 6 | -9/+12 |
| | |||||
* | implemented 'bind' for macros | Araq | 2012-08-24 | 2 | -12/+25 |
| | |||||
* | fixes #185 | Araq | 2012-08-22 | 1 | -2/+7 |
| |