summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' into feature/async-streamsAraq2017-02-2523-17/+583
|\
| * Merge branch 'faster-nimsuggest' of github.com:nim-lang/Nim into faster-nimsu...Andreas Rumpf2017-02-251-0/+0
| |\
| | * another attempt to make test green againAraq2017-02-241-0/+0
| * | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-255-4/+51
| |\ \ | | |/ | |/|
| | * Bugfix/double newlines in stderr (#5426)Fabian Keller2017-02-245-4/+51
| * | fixes a multimethod regressionAndreas Rumpf2017-02-241-2/+11
| * | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-243-0/+46
| |\|
| | * fixes #5417Andreas Rumpf2017-02-241-0/+18
| | * fixes #5419Andreas Rumpf2017-02-242-0/+28
| * | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-223-0/+42
| |\|
| | * Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-201-0/+13
| | * new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-171-0/+13
| | * fixes #5404Araq2017-02-171-0/+16
| * | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-221-5/+5
| |/
| * fixes #5400Araq2017-02-161-0/+23
| * fixes #5405Araq2017-02-161-0/+15
| * resolved conflictAraq2017-02-161-0/+26
| |\
| | * fixes #5402Araq2017-02-161-0/+26
| | * fixes #5383Araq2017-02-162-5/+17
| * | make more tests greenAraq2017-02-161-1/+1
| * | fixes #5383Araq2017-02-162-5/+17
| |/
| * Add ``tearDownForeignThreadGc`` function (#5369)Anatoly Galiulin2017-02-132-0/+89
| * Fixes #5382Anatoly Galiulin2017-02-131-0/+11
| * Column details for postgres. (#5380)ionel anton2017-02-131-0/+229
| * fixes #5354Araq2017-02-111-0/+17
* | Fixes tests.Dominik Picheta2017-02-111-0/+1
* | Implement streamed async/sync downloadFile and deprecate old one.Dominik Picheta2017-02-111-2/+4
* | Implement streamed body reading in httpclient.Dominik Picheta2017-02-111-1/+3
* | Remove immediate FutureStream procs and make 'put' awaitable.Dominik Picheta2017-02-101-2/+2
* | Improve implementation of takeAsync for FutureStreams.Dominik Picheta2017-02-101-4/+22
* | Add test spec to tfuturestreamDominik Picheta2017-02-101-0/+14
* | Implemented a first working version of FutureStreams.Dominik Picheta2017-02-101-4/+5
* | WIP implementation of FutureStream.Dominik Picheta2017-02-091-0/+19
|/
* fixes #5339Andreas Rumpf2017-02-091-0/+38
* fixes #5349Araq2017-02-081-4/+36
* Merge branch 'devel' into feature/3691Dominik Picheta2017-02-0715-60/+307
|\
| * Merge branch 'accept-close-race-5279' of https://github.com/endragor/Nim into...Araq2017-02-071-0/+36
| |\
| | * Move checkCloseError to nativesocketsRuslan Mustakov2017-02-071-0/+7
| | * Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-011-0/+29
| * | fixes #5314Andreas Rumpf2017-02-051-0/+17
| * | fixes #5269Andreas Rumpf2017-02-051-0/+30
| * | fixes #5285Andreas Rumpf2017-02-042-1/+22
| * | Fix #5331 and #5332.cheatfate2017-02-041-0/+14
| * | fixes #5327Andreas Rumpf2017-02-032-5/+43
| * | testament: be verbose when --pedantic failsAndreas Rumpf2017-02-031-1/+3
| * | reenabled clear test, made clear working (#5323)Arne Döring2017-02-021-22/+20
| * | Merge branch 'devel' into new-name-manglingAraq2017-02-023-16/+14
| |\ \
| | * | make tests on Windows green under --pedanticAraq2017-02-023-16/+14
| | |/
| * / new name mangling scheme implementedAndreas Rumpf2017-02-021-1/+1
| |/
| * fix string slice & splice (#5311)Parashurama2017-02-011-0/+55