Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prep for tester parallel: private nimcache for each test (#6937) | Mathias Stearn | 2017-12-18 | 2 | -31/+30 |
| | | | | | | | | | | | * Compile tester with --opt:speed This makes "tester html" substantially faster * Use a private nimcache for each test This allows reusing the cache between test runs. It is also prep for parallel testing within a single category (#6913) | ||||
* | Alternative fix for #4910 that covers #6892; fixes #6892 (#6938) | cooldome | 2017-12-17 | 1 | -3/+11 |
| | |||||
* | Added test duration output (#6619) | Dmitry Atamanov | 2017-12-15 | 1 | -1/+2 |
| | |||||
* | Merge branch 'parsesql' of https://github.com/treeform/Nim into ↵ | Araq | 2017-12-15 | 1 | -0/+191 |
|\ | | | | | | | treeform-parsesql | ||||
| * | fix | treeform | 2017-12-14 | 1 | -296/+111 |
| | | |||||
| * | fix | treeform | 2017-12-14 | 1 | -435/+373 |
| | | |||||
| * | fix | treeform | 2017-12-14 | 1 | -0/+438 |
| | | |||||
* | | fixes #6626 | Araq | 2017-12-15 | 1 | -2/+3 |
| | | |||||
* | | make tests green again | Araq | 2017-12-15 | 2 | -14/+14 |
| | | |||||
* | | make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693 | Araq | 2017-12-15 | 2 | -0/+11 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-12-15 | 2 | -0/+310 |
|\ \ | |||||
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-12-15 | 25 | -39/+145 |
| |\| | |||||
| * | | added SQL parser test | Andreas Rumpf | 2017-12-14 | 2 | -0/+310 |
| | | | |||||
* | | | fixes #668 | Araq | 2017-12-15 | 1 | -0/+26 |
| |/ |/| | |||||
* | | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 25 | -39/+145 |
|/ | |||||
* | make tfragment_gc more robust | Araq | 2017-12-12 | 1 | -1/+4 |
| | |||||
* | modify getTypeImpl to reduce result to final implementation (#6891) | jcosborn | 2017-12-09 | 1 | -2/+12 |
| | | | | | * added test case for getTypeImpl * modify getTypeImpl to reduce result to final implementation | ||||
* | Use addCallback rather than callback= in asyncfutures.all() (#6850) | Mathias Stearn | 2017-12-09 | 1 | -0/+17 |
| | | | | | | | | | | * Use addCallback rather than callback= in asyncfutures.all() Addresses part of #6849 * Stop using do notation for #6849 * Update example style | ||||
* | fixes #6889 | Andreas Rumpf | 2017-12-08 | 1 | -0/+15 |
| | |||||
* | Merge branch 'devel' into araq-new-mm2 | Araq | 2017-12-08 | 3 | -6/+47 |
|\ | |||||
| * | fix getTypeInst for tyGenericInst (#6868) | jcosborn | 2017-12-04 | 1 | -6/+26 |
| | | |||||
| * | Implement codegenDecl for js (#6851) | Alexander Ivanov | 2017-12-01 | 2 | -0/+21 |
| | | |||||
* | | fixes another sighashes problem | Araq | 2017-12-08 | 2 | -0/+14 |
| | | |||||
* | | change tfragment_gc test for appveyor | Andreas Rumpf | 2017-12-08 | 1 | -1/+1 |
| | | |||||
* | | lets see what appveyor reports as the used memory | Andreas Rumpf | 2017-12-07 | 1 | -1/+4 |
| | | |||||
* | | enable fragmentation tests | Araq | 2017-12-07 | 2 | -10/+26 |
| | | |||||
* | | cleanup todo.txt | Araq | 2017-12-07 | 3 | -0/+7664 |
| | | |||||
* | | GC test workaround: use a lock for 'echo' for Windows | Araq | 2017-12-07 | 1 | -3/+10 |
|/ | |||||
* | make tests green again | Araq | 2017-12-01 | 1 | -40/+44 |
| | |||||
* | Merge branch 'nexecProcesses' of https://github.com/cheatfate/Nim into ↵ | Andreas Rumpf | 2017-12-01 | 1 | -0/+32 |
|\ | | | | | | | cheatfate-nexecProcesses | ||||
| * | Refactored version of execProcesses with test. | cheatfate | 2017-11-28 | 1 | -0/+32 |
| | | |||||
* | | dotops: add a simple object delegation test | Andreas Rumpf | 2017-12-01 | 1 | -1/+23 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-12-01 | 3 | -2/+175 |
|\ \ | |||||
| * | | Support all int, uint and float variants in json.to macro. | Dominik Picheta | 2017-11-30 | 1 | -1/+27 |
| | | | |||||
| * | | Fix infinite recursion when using json.to on ref with cycle. | Dominik Picheta | 2017-11-30 | 2 | -3/+22 |
| | | | |||||
| * | | Implement support for JsonNode in json.to. | Dominik Picheta | 2017-11-30 | 1 | -1/+18 |
| | | | |||||
| * | | Implement Table/OrderedTable support for json.to macro. | Dominik Picheta | 2017-11-30 | 1 | -2/+25 |
| | | | |||||
| * | | Implement support for Option[T] in json.to macro. Fixes #5848. | Dominik Picheta | 2017-11-30 | 1 | -2/+23 |
| | | | |||||
| * | | Fixes #6604. Rejects unnamed tuples with error. | Dominik Picheta | 2017-11-30 | 2 | -1/+39 |
| | | | |||||
| * | | Fixes #6095. | Dominik Picheta | 2017-11-30 | 1 | -1/+17 |
| | | | |||||
| * | | Fixes #5856. Code based on @loloiccl's PR (#5879). | Dominik Picheta | 2017-11-30 | 1 | -1/+14 |
| | | | |||||
* | | | more progress on destructors; removed old destructor based code as it proved ↵ | Araq | 2017-12-01 | 4 | -34/+108 |
|/ / | | | | | | | confusing | ||||
* | | make tests green again | Araq | 2017-11-29 | 1 | -14/+14 |
| | | |||||
* | | Fix usage of parameters types in templates #6756 (#6768) | Anatoly Galiulin | 2017-11-29 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #6817 from nim-lang/fixes-6223 | Dominik Picheta | 2017-11-29 | 1 | -0/+4 |
|\ \ | | | | | | | Fixes #6223. | ||||
| * | | Fixes #6223. | Dominik Picheta | 2017-11-28 | 1 | -0/+4 |
| | | | |||||
* | | | closes #985 | Araq | 2017-11-29 | 1 | -1/+25 |
| | | | |||||
* | | | destructors: harden the test case | Araq | 2017-11-29 | 1 | -1/+4 |
| | | | |||||
* | | | destructors: some improvements for bug #4214: object constructors are moved too | Araq | 2017-11-29 | 1 | -0/+32 |
|/ / | |||||
* / | Add an attempted reproduction for #5531. | Dominik Picheta | 2017-11-26 | 1 | -0/+15 |
|/ |