summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * support post expression blocks in return and yieldZahary Karadjov2017-04-101-2/+1
| | * fix a regression in tlexerexZahary Karadjov2017-04-101-3/+2
| | * fix a parsing regression (calls with do inside param lists)Zahary Karadjov2017-04-101-0/+19
| | * fully consisent parsing between the new and the old 'do blocks'Zahary Karadjov2017-04-101-0/+478
| | * the new blocks without 'do' produce compatible AST with 'do blocks'Zahary Karadjov2017-04-091-8/+6
| | * improve the usability of the jsffi moduleZahary Karadjov2017-04-091-4/+48
| | * fix the do notation when used with procsZahary Karadjov2017-04-091-0/+47
| | * fix #5643; fix #5644Zahary Karadjov2017-04-081-0/+30
| | * Restore the Nim's 0.14 proper handling of generic aliasesZahary Karadjov2017-04-084-0/+101
| | * test case for #5640Zahary Karadjov2017-04-071-0/+6
| | * fix #5658Zahary Karadjov2017-04-071-0/+22
| | * fix #5654Zahary Karadjov2017-04-071-0/+42
| | * fix #5642Zahary Karadjov2017-04-071-0/+25
| | * fix #5648Zahary Karadjov2017-04-071-0/+21
* | | Fixes #5761.Dominik Picheta2017-05-171-1/+21
* | | Fixes #5821 (float32 literal comparison issue) (#5825)Dominik Picheta2017-05-171-0/+13
* | | Async macro fixes (#5739)Yuriy Glukhov2017-05-161-0/+9
* | | Merge pull request #5019 from FedericoCeratto/json_testsDominik Picheta2017-05-161-0/+384
|\ \ \
| * | | Add JSON tests based on https://github.com/nst/JSONTestSuiteFederico Ceratto2017-04-091-0/+384
* | | | Add waitFor on seq[Future], waitAll and more (#5189)Federico Ceratto2017-05-161-38/+39
| |/ / |/| |
* | | compiler option for testament (#5713)Jacek Sieka2017-05-152-6/+11
* | | Fixes #5532 win async write (#5791)Andreas Rumpf2017-05-141-0/+17
* | | fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)jcosborn2017-05-141-18/+47
* | | Implement 'take' for Table and TableRef (#5773)Ruslan Mustakov2017-05-041-0/+15
* | | disable fragile parts of thttpclient.nimAndreas Rumpf2017-05-041-9/+11
* | | added IP v6 parsing testsAndreas Rumpf2017-05-041-0/+217
* | | Implement dial, support IPv6 in httpclient (#5763)Ruslan Mustakov2017-05-023-2/+151
* | | WIFSIGNALED means process has exited too (with a bang!) (#5678)Jacek Sieka2017-04-271-0/+36
* | | fixes tuple unpacking regressionAndreas Rumpf2017-04-261-0/+2
* | | fixes a parser bugAraq2017-04-251-0/+6
* | | Fix for #5695 make subscript operator overloadable for tuples (#5749)cooldome2017-04-241-0/+40
* | | Add test for previous commit.Dominik Picheta2017-04-171-1/+10
* | | Fixes `null` handling for object refs in JSON unmarshal macro.Dominik Picheta2017-04-171-2/+11
* | | Fix JSON macro bug with ref objects.Dominik Picheta2017-04-171-3/+29
* | | Fix tioselectors.nim for appveyor. (#5694)Eugene Kabanov2017-04-121-3/+4
* | | Implement support for enum fields in JSON macro.Dominik Picheta2017-04-091-1/+17
|/ /
* | Merge branch 'feature/json-macro' into develDominik Picheta2017-04-091-0/+169
|\ \
| * | Document `to` macro in JSON and add example.Dominik Picheta2017-04-091-0/+26
| * | Implements else branch for JSON unmarshalling of object variants.Dominik Picheta2017-04-091-2/+36
| * | Improve error messages and add tests for the JSON macro.Dominik Picheta2017-04-081-25/+75
| * | Support int, string and bool fields in unmarshal json macro.Dominik Picheta2017-04-081-21/+40
| * | First implementation of JSON unmarshal macro.Dominik Picheta2017-04-081-0/+40
| |/
* | Merge pull request #5612 from ehmry/AsyncFile.setLenDominik Picheta2017-04-081-2/+3
|\ \ | |/ |/|
| * getFileSize and setFileSize procedures for File and AsyncFileEmery Hemingway2017-04-051-2/+3
* | Merge pull request #5564 from nim-lang/fix/4556zah2017-04-062-1/+123
|\ \
| * | object construction: test cases and manual additionsZahary Karadjov2017-04-061-0/+122
| * | cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-1/+1
| |/
* / parsecfg: handle streams and strings when saving or loading configuration (#5...Anatoly Galiulin2017-04-061-7/+39
|/
* Merge branch 'devel' into araqAndreas Rumpf2017-04-041-0/+18
|\
| * fixes #5638Araq2017-04-041-0/+18