Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the handling of "msg" tests | Zahary Karadjov | 2014-03-20 | 2 | -2/+6 |
| | |||||
* | fix #1013 | Zahary Karadjov | 2014-03-20 | 1 | -0/+23 |
| | |||||
* | reference implementation of a vector swizzle library | Zahary Karadjov | 2014-03-20 | 3 | -1/+90 |
| | | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params | ||||
* | Added support for {.packed.} pragma on objects | Audun Wilhelmsen | 2014-03-18 | 1 | -0/+49 |
| | | | | Added tests for packed and union pragmas | ||||
* | make some tests red :) (i.e. print failure details while running the tester) | Zahary Karadjov | 2014-03-16 | 4 | -6/+10 |
| | |||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 7 | -13/+13 |
| | |||||
* | handle arbitrary expressions dependent on static input params in proc signatures | Zahary Karadjov | 2014-03-16 | 3 | -2/+18 |
| | |||||
* | more robust handling of proc signatures containing inter-param type references | Zahary Karadjov | 2014-03-16 | 1 | -0/+9 |
| | |||||
* | fix #997 | Zahary Karadjov | 2014-03-16 | 1 | -1/+8 |
| | |||||
* | fix #996 | Zahary Karadjov | 2014-03-16 | 1 | -0/+4 |
| | |||||
* | fix #1001 | Zahary Karadjov | 2014-03-16 | 2 | -1/+2 |
| | |||||
* | fix #715 again | Zahary Karadjov | 2014-03-16 | 2 | -1/+13 |
| | | | | the regression was caused by the introduction of "generic" lambdas | ||||
* | PFuture[void] now works. | Dominik Picheta | 2014-03-15 | 1 | -10/+12 |
| | | | | | Return types can also be completely ommitted. PFuture[void] will then be implicitly deduced. | ||||
* | File descriptors are now removed from fds list explicitly in close(). | Dominik Picheta | 2014-03-14 | 1 | -3/+3 |
| | | | | Fixes tasyncawait on linux. | ||||
* | fixes #993 | Araq | 2014-03-13 | 1 | -0/+21 |
| | |||||
* | Fixed tasyncawait on Windows. | Dominik Picheta | 2014-03-12 | 1 | -2/+2 |
| | | | | | | Implicit registration of an fd now only occurs when a new socket is created (in socket() or accept()). This makes the implementation much simpler, changes to the linux version will follow. | ||||
* | tasyncawait now works on Linux. | Dominik Picheta | 2014-03-11 | 1 | -8/+1 |
| | | | | | | Reworked detection of a file descriptor being closed with epoll (in the case of sockets it is when the remote host disconnects). Ensured that events are only updated when they change. | ||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-10 | 11 | -28/+261 |
|\ | |||||
| * | fix #986 | Zahary Karadjov | 2014-03-10 | 1 | -1/+5 |
| | | |||||
| * | further improvements for static generic params; activate the hardest test cases | Zahary Karadjov | 2014-03-10 | 2 | -11/+29 |
| | | |||||
| * | fix #909 | Zahary Karadjov | 2014-03-09 | 1 | -0/+16 |
| | | |||||
| * | teach opcLdObj about nkExprColonExpr | Zahary Karadjov | 2014-03-09 | 2 | -18/+70 |
| | | |||||
| * | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-09 | 1 | -1/+9 |
| |\ | |||||
| | * | Fixes to asyncio2 on Linux. | Dominik Picheta | 2014-03-09 | 1 | -1/+9 |
| | | | |||||
| * | | few more fixes for static params in macros; new failing test cases for ↵ | Zahary Karadjov | 2014-03-09 | 1 | -7/+41 |
| | | | | | | | | | | | | static evaluation | ||||
| * | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-09 | 2 | -15/+40 |
| |\| | |||||
| | * | Merge pull request #981 from Varriount/tester/enhanced-json-output | Andreas Rumpf | 2014-03-08 | 1 | -0/+18 |
| | |\ | | | | | | | | | Tester now outputs all the test results of the current test run to json. | ||||
| | | * | Removed debug code | Clay Sweetser | 2014-03-08 | 1 | -1/+0 |
| | | | | |||||
| | | * | Tester now outputs all the test results of the current test run to json. | Clay Sweetser | 2014-03-07 | 1 | -0/+19 |
| | | | | |||||
| | * | | Merge pull request #979 from EXetoC/alloc-overloads | Andreas Rumpf | 2014-03-08 | 1 | -15/+22 |
| | |\ \ | | | |/ | | |/| | More updates to the allocation interface | ||||
| | | * | Update unit test. | EXetoC | 2014-03-07 | 1 | -8/+15 |
| | | | | |||||
| | | * | Update unit test. | EXetoC | 2014-03-07 | 1 | -10/+10 |
| | | | | |||||
| | | * | Update test with new names. | EXetoC | 2014-03-07 | 1 | -3/+3 |
| | | | | |||||
| * | | | fix #966 | Zahary Karadjov | 2014-03-09 | 2 | -0/+38 |
| | | | | | | | | | | | | | | | | test for ``map`` defined as inline iterator | ||||
| * | | | implicit auto return type for inline iterators | Zahary Karadjov | 2014-03-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | implements higher-order inline iterators and return type inference for iterators | Zahary Karadjov | 2014-03-08 | 1 | -0/+38 |
| |/ / | |||||
* / / | osproc compiles again for haiku | Araq | 2014-03-10 | 1 | -0/+52 |
|/ / | |||||
* | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 4 | -0/+76 |
|\| | |||||
| * | Merge branch 'devel' into alloc-overloads | EXetoC | 2014-03-06 | 68 | -107/+857 |
| |\ | |||||
| | * | bugfix: unreported 'compiles' bug | Araq | 2014-03-05 | 1 | -0/+2 |
| | | | |||||
| | * | fixes #942 | Araq | 2014-03-05 | 2 | -1/+17 |
| | | | |||||
| | * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-05 | 1 | -0/+21 |
| | |\ | |||||
| | * | | fixes #937 | Araq | 2014-03-05 | 1 | -0/+13 |
| | | | | |||||
| * | | | Add allocation unit tests. | EXetoC | 2014-03-06 | 1 | -0/+45 |
| | | | | |||||
* | | | | fix #587 | Zahary Karadjov | 2014-03-06 | 2 | -5/+45 |
| | | | | |||||
* | | | | test cases for the new handling of iterators by the `is` operator | Zahary Karadjov | 2014-03-06 | 1 | -1/+27 |
| | | | | |||||
* | | | | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 2 | -2/+2 |
| |_|/ |/| | | | | | | | | easier discrimination between them | ||||
* | | | failing test case for static evaluation | Zahary Karadjov | 2014-03-04 | 1 | -0/+21 |
| |/ |/| | |||||
* | | Changed behavior when babel cannot be found/run | Varriount | 2014-03-04 | 1 | -2/+4 |
| | | | | | | Failure to find and run babel when using the tester now produces a warning message instead of causing the tester to quit. | ||||
* | | Fix categories.nim | Varriount | 2014-03-03 | 1 | -1/+1 |
| | |