Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fixes #992 | Araq | 2014-03-26 | 1 | -0/+6 | |
* | | | | borrow dots for distinct types documented | Araq | 2014-03-26 | 1 | -0/+13 | |
|/ / / | ||||||
* | | | added #903 to the test suite | Araq | 2014-03-26 | 1 | -3/+24 | |
* | | | failing test case preventing the use of --gc:v2: tsymchoicefield | Zahary Karadjov | 2014-03-24 | 2 | -4/+19 | |
|/ / | ||||||
* | | Moved the global dispatcher to asyncdispatch. | Dominik Picheta | 2014-03-23 | 1 | -23/+22 | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-23 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fixes tasyncawait and the net module on Linux. | Dominik Picheta | 2014-03-23 | 1 | -1/+1 | |
* | | | fixes #404 | Araq | 2014-03-23 | 1 | -0/+29 | |
|/ / | ||||||
* | | Copied most blocking socket operations to the net module. | Dominik Picheta | 2014-03-22 | 1 | -3/+14 | |
* | | fixes #1023 | Araq | 2014-03-22 | 1 | -0/+17 | |
* | | fixes #1010 | Araq | 2014-03-22 | 1 | -1/+21 | |
* | | msg -> errmsg | Zahary Karadjov | 2014-03-21 | 3 | -5/+5 | |
* | | fix #1015 | Zahary Karadjov | 2014-03-20 | 1 | -0/+24 | |
* | | 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 | |
* | | Added support for {.packed.} pragma on objects | Audun Wilhelmsen | 2014-03-18 | 1 | -0/+49 | |
* | | 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 | |
* | | PFuture[void] now works. | Dominik Picheta | 2014-03-15 | 1 | -10/+12 | |
* | | File descriptors are now removed from fds list explicitly in close(). | Dominik Picheta | 2014-03-14 | 1 | -3/+3 | |
* | | fixes #993 | Araq | 2014-03-13 | 1 | -0/+21 | |
* | | Fixed tasyncawait on Windows. | Dominik Picheta | 2014-03-12 | 1 | -2/+2 | |
* | | tasyncawait now works on Linux. | Dominik Picheta | 2014-03-11 | 1 | -8/+1 | |
* | | 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 static... | Zahary Karadjov | 2014-03-09 | 1 | -7/+41 | |
| * | | | 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 | |
| | |\ \ | ||||||
| | | * | | 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 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | 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 | |
| * | | | | 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 | |
|/ / / |