Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 22 | -134/+134 |
| | |||||
* | Merge pull request #2326 from oderwat/fix-totable | Andreas Rumpf | 2015-03-17 | 1 | -2/+7 |
|\ | | | | | Making tuples anonymous (so far... not finished). | ||||
| * | Added Test for zip() with anonymous tuples. | Hans Raaf | 2015-03-17 | 1 | -2/+7 |
| | | |||||
* | | Fix tests some more | def | 2015-03-17 | 11 | -25/+22 |
|/ | |||||
* | fixes #2352 | Araq | 2015-03-16 | 1 | -1/+7 |
| | |||||
* | fixes #2346 | Araq | 2015-03-16 | 4 | -24/+26 |
| | |||||
* | fixes #2257 | Araq | 2015-03-16 | 2 | -0/+58 |
| | |||||
* | fixes #2304 | Araq | 2015-03-16 | 1 | -0/+11 |
| | |||||
* | disjoint checker is somewhat smarter | Araq | 2015-03-16 | 2 | -0/+96 |
| | |||||
* | Merge pull request #2343 from philip-wernersbach/fix-pthreads-under-cpp | Andreas Rumpf | 2015-03-16 | 1 | -0/+14 |
|\ | | | | | Fix issues with pthread_create when compiling under C++ mode. | ||||
| * | Add test for fix in f8d6d74368ea14403d1d455db30b669750e71651. | Philip Wernersbach | 2015-03-15 | 1 | -0/+14 |
| | | |||||
* | | Fixes #2323. Fixes #2148. | Dominik Picheta | 2015-03-15 | 1 | -0/+36 |
|/ | |||||
* | Add test case for infinite recursion in semtypes | def | 2015-03-14 | 1 | -0/+8 |
| | |||||
* | fixes #1791 | Araq | 2015-03-12 | 1 | -13/+13 |
| | |||||
* | fixes #794 properly | Araq | 2015-03-12 | 1 | -3/+12 |
| | |||||
* | fixes #1845, fixes #2224 | Araq | 2015-03-12 | 1 | -0/+29 |
| | |||||
* | Merge pull request #2307 from def-/test-fixes-2 | Andreas Rumpf | 2015-03-12 | 6 | -16/+16 |
|\ | | | | | Test fixes 2 | ||||
| * | Fix DLL tests on POSIX | def | 2015-03-10 | 1 | -3/+3 |
| | | | | | | | | Automatically add the lib directory to LD_LIBRARY_PATH temporarily | ||||
| * | Fix tests a bit more | def | 2015-03-10 | 5 | -13/+13 |
| | | |||||
* | | fixes #2286 | Araq | 2015-03-12 | 3 | -2/+46 |
| | | |||||
* | | fixes #2287 | Araq | 2015-03-12 | 1 | -0/+41 |
| | | |||||
* | | fixes #2316 | Araq | 2015-03-11 | 1 | -0/+54 |
|/ | |||||
* | fixed the tester; more tests green | Araq | 2015-03-10 | 4 | -30/+43 |
| | |||||
* | fixes --gc:none regression; made some tests green | Araq | 2015-03-10 | 4 | -8/+7 |
| | |||||
* | fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used | Araq | 2015-03-10 | 6 | -22/+91 |
| | |||||
* | Merge pull request #2279 from nathan-hoad/sni-support-for-openssl | Dominik Picheta | 2015-03-10 | 1 | -0/+47 |
|\ | | | | | Add SNI support to client and server sockets. | ||||
| * | Make IP address checking more obvious, and add tests for the net module. | Nathan Hoad | 2015-03-07 | 1 | -0/+47 |
| | | |||||
* | | one result too much | Simon Hafner | 2015-03-09 | 1 | -3/+0 |
| | | |||||
* | | fixed tester back up | Simon Hafner | 2015-03-09 | 1 | -21/+27 |
| | | |||||
* | | Merge pull request #2274 from reactormonk/warning-for-result | Andreas Rumpf | 2015-03-08 | 1 | -0/+6 |
|\ \ | | | | | | | Warning for result | ||||
| * | | nimout instead of msg for warnings | Simon Hafner | 2015-03-05 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'devel' into warning-for-result | Simon Hafner | 2015-03-05 | 114 | -834/+1284 |
| |\ \ | |||||
| * | | | added test for result shadow warning | Simon Hafner | 2015-03-05 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #2239 from Maxdamantus/devel | Andreas Rumpf | 2015-03-07 | 2 | -0/+160 |
|\ \ \ \ | | | | | | | | | | | interpret `tuple` as a class and `tuple[]` as the empty tuple, enable syntax for anonymous tuples | ||||
| * | | | | add parser combinator test; uses multiple tuples/generics features | Max Zerzouri | 2015-03-07 | 2 | -0/+160 |
| | | | | | |||||
* | | | | | fixes #1940; code breakage! stricter template evaluation | Araq | 2015-03-07 | 1 | -0/+47 |
| | | | | | |||||
* | | | | | fixes #794 | Araq | 2015-03-07 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | Merge pull request #2275 from reactormonk/better-tester-messages | Andreas Rumpf | 2015-03-07 | 1 | -14/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | better messages for nimout | ||||
| * | | | | | better messages for nimout | Simon Hafner | 2015-03-05 | 1 | -14/+16 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2282 from reactormonk/disable-nimble-tests | Andreas Rumpf | 2015-03-06 | 1 | -3/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | fixed a bug in nimble tests - disable for now | ||||
| * | | | | fixed a bug in nimble tests - disable for now | Simon Hafner | 2015-03-06 | 1 | -3/+2 |
| |/ / / | |||||
* | | | | fixes #2229 | Araq | 2015-03-05 | 1 | -0/+24 |
| | | | | |||||
* | | | | fixes #2250 | Araq | 2015-03-05 | 1 | -0/+80 |
| | | | | |||||
* | | | | fixes #2252 | Araq | 2015-03-04 | 1 | -0/+8 |
| | | | | |||||
* | | | | Replaced deprecated repeatStr() with repeat(). | Hans Raaf | 2015-03-04 | 4 | -9/+9 |
| | | | | |||||
* | | | | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 5 | -7/+7 |
|/ / / | |||||
* | / | Replaced repeatStr() and repeatChar() with more natural versions. | Hans Raaf | 2015-03-03 | 1 | -2/+8 |
| |/ |/| | |||||
* | | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 14 | -42/+111 |
| | | |||||
* | | fixes #2233 | Araq | 2015-02-28 | 1 | -0/+8 |
| | | |||||
* | | fixes #2169 | Araq | 2015-02-28 | 1 | -0/+118 |
| | |