summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* generic multi-methods should work nowAndreas Rumpf2016-07-282-10/+34
|
* fix: generic tuples instantiations were cached incorrectlyAndreas Rumpf2016-07-281-0/+4
|
* fixes a varargs of untyped regressionAndreas Rumpf2016-07-241-0/+79
|
* fixes #4494Andreas Rumpf2016-07-221-0/+6
|
* Merge pull request #4500 from nigredo-tori/fix-osproc-envAndreas Rumpf2016-07-201-0/+32
|\ | | | | Fix passing environment in startProcess (win)
| * Fix passing environment in startProcess (win)Dmitry Polienko2016-07-181-0/+32
| | | | | | | | | | Previous implementation used newWideCString, which doesn't handle strings with \0 characters.
* | fixes #1970Andreas Rumpf2016-07-191-0/+9
| |
* | fixes #888Andreas Rumpf2016-07-191-0/+18
| |
* | fixes #4328Andreas Rumpf2016-07-191-0/+11
| |
* | fixes #4345Andreas Rumpf2016-07-191-0/+8
|/
* fixes #4478Andreas Rumpf2016-07-181-0/+19
|
* Handle tuples with unnamed fields, symbols, and more. Less duplication.Matthew Baulch2016-07-151-0/+4
|
* Use target field types in tuple conversions.Matthew Baulch2016-07-141-0/+19
|
* fixes #3706Andreas Rumpf2016-07-131-0/+20
|
* fixes #4471Andreas Rumpf2016-07-121-0/+11
|
* Merge pull request #4477 from kierdavis/4475-segfaultAndreas Rumpf2016-07-111-0/+6
|\ | | | | Fix #4475
| * Add regression test for fix for #4475Kier Davis2016-07-111-0/+6
| |
* | Recursively check literals for tyEmpty.Matthew Baulch2016-07-111-0/+11
|/
* make tests green againAndreas Rumpf2016-07-101-1/+1
|
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-093-2/+10
|
* Nimscript supports hint() and warning() procs; refs #3688Andreas Rumpf2016-07-081-0/+3
|
* fixes #3055Andreas Rumpf2016-07-081-0/+28
|
* fixes #2377Andreas Rumpf2016-07-081-0/+9
|
* fixes #4462Andreas Rumpf2016-07-081-1/+11
|
* fixes #4371Andreas Rumpf2016-07-084-2/+46
|
* new language feature: explicit 'import system' statements are allowedAndreas Rumpf2016-07-071-0/+9
|
* Resolve problems with test on macosx.cheatfate2016-07-061-0/+1
|
* added test case for #537Andreas Rumpf2016-07-061-0/+42
|
* Fixed vm codegen for a call with compile-time args. Fixes #4412.Yuriy Glukhov2016-07-061-0/+6
|
* ioselectors separated and refactored version.cheatfate2016-07-051-4/+4
| | | | adopted asyncdispatch version
* Merge pull request #4420 from yglukhov/closure-scopeAndreas Rumpf2016-07-042-2/+16
|\ | | | | Added closureScope template
| * Fixed broken test. Added closureScope test.Yuriy Glukhov2016-06-282-2/+16
| |
* | Fix split stdlib testJoey Payne2016-07-011-1/+1
|/
* Merge pull request #4398 from vegansk/issue88Andreas Rumpf2016-06-271-0/+25
|\ | | | | Fix generics inheritance issues
| * Fix generics inheritance issuesAnatoly Galiulin2016-06-231-0/+25
| |
* | Event enum is now .pure.cheatfate2016-06-261-11/+11
| | | | | | | | | | | | Modified getMaxFds() to work more properly. Removed seqs from code Some exceptions replaced with doAssert
* | Forgot about newlines at the endcheatfate2016-06-232-2/+2
| |
* | Small version of ioselectors.nim, without code duplication and some renames.cheatfate2016-06-232-0/+408
|/
* Add os tests for directory creation, iteration and deletionJoey Payne2016-06-201-8/+84
|
* New version, without any piece of code duplication.cheatfate2016-06-171-0/+102
|
* Reverts 1446dc87c3. Fixes #4333. Fixes #4170.Dominik Picheta2016-06-152-0/+61
|
* Introduce addRead/addWrite for Windows IOCP.cheatfate2016-06-121-0/+257
|
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-093-3/+8
|
* Make some proper closes.cheatfate2016-06-091-1/+1
|
* added file back with proper access rights (thanks for that, only took me an ↵Araq2016-06-071-0/+25
| | | | hour)
* remove file with broken access bitsAraq2016-06-071-25/+0
|
* update the version number in more placesAraq2016-06-071-0/+0
|
* Merge pull request #4031 from FedericoCeratto/travis_ci_nimscriptDominik Picheta2016-06-061-0/+25
|\ | | | | Add nimscript test and run it in Travis CI
| * Disable pegsFederico Ceratto2016-04-111-1/+1
| |
| * Add nimscript test and run it in Travis CIFederico Ceratto2016-04-031-0/+25
| |