Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic multi-methods should work now | Andreas Rumpf | 2016-07-28 | 2 | -10/+34 |
| | |||||
* | fix: generic tuples instantiations were cached incorrectly | Andreas Rumpf | 2016-07-28 | 1 | -0/+4 |
| | |||||
* | fixes a varargs of untyped regression | Andreas Rumpf | 2016-07-24 | 1 | -0/+79 |
| | |||||
* | fixes #4494 | Andreas Rumpf | 2016-07-22 | 1 | -0/+6 |
| | |||||
* | Merge pull request #4500 from nigredo-tori/fix-osproc-env | Andreas Rumpf | 2016-07-20 | 1 | -0/+32 |
|\ | | | | | Fix passing environment in startProcess (win) | ||||
| * | Fix passing environment in startProcess (win) | Dmitry Polienko | 2016-07-18 | 1 | -0/+32 |
| | | | | | | | | | | Previous implementation used newWideCString, which doesn't handle strings with \0 characters. | ||||
* | | fixes #1970 | Andreas Rumpf | 2016-07-19 | 1 | -0/+9 |
| | | |||||
* | | fixes #888 | Andreas Rumpf | 2016-07-19 | 1 | -0/+18 |
| | | |||||
* | | fixes #4328 | Andreas Rumpf | 2016-07-19 | 1 | -0/+11 |
| | | |||||
* | | fixes #4345 | Andreas Rumpf | 2016-07-19 | 1 | -0/+8 |
|/ | |||||
* | fixes #4478 | Andreas Rumpf | 2016-07-18 | 1 | -0/+19 |
| | |||||
* | Handle tuples with unnamed fields, symbols, and more. Less duplication. | Matthew Baulch | 2016-07-15 | 1 | -0/+4 |
| | |||||
* | Use target field types in tuple conversions. | Matthew Baulch | 2016-07-14 | 1 | -0/+19 |
| | |||||
* | fixes #3706 | Andreas Rumpf | 2016-07-13 | 1 | -0/+20 |
| | |||||
* | fixes #4471 | Andreas Rumpf | 2016-07-12 | 1 | -0/+11 |
| | |||||
* | Merge pull request #4477 from kierdavis/4475-segfault | Andreas Rumpf | 2016-07-11 | 1 | -0/+6 |
|\ | | | | | Fix #4475 | ||||
| * | Add regression test for fix for #4475 | Kier Davis | 2016-07-11 | 1 | -0/+6 |
| | | |||||
* | | Recursively check literals for tyEmpty. | Matthew Baulch | 2016-07-11 | 1 | -0/+11 |
|/ | |||||
* | make tests green again | Andreas Rumpf | 2016-07-10 | 1 | -1/+1 |
| | |||||
* | Nimscript: added support for 'patchFile' | Andreas Rumpf | 2016-07-09 | 3 | -2/+10 |
| | |||||
* | Nimscript supports hint() and warning() procs; refs #3688 | Andreas Rumpf | 2016-07-08 | 1 | -0/+3 |
| | |||||
* | fixes #3055 | Andreas Rumpf | 2016-07-08 | 1 | -0/+28 |
| | |||||
* | fixes #2377 | Andreas Rumpf | 2016-07-08 | 1 | -0/+9 |
| | |||||
* | fixes #4462 | Andreas Rumpf | 2016-07-08 | 1 | -1/+11 |
| | |||||
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 4 | -2/+46 |
| | |||||
* | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 1 | -0/+9 |
| | |||||
* | Resolve problems with test on macosx. | cheatfate | 2016-07-06 | 1 | -0/+1 |
| | |||||
* | added test case for #537 | Andreas Rumpf | 2016-07-06 | 1 | -0/+42 |
| | |||||
* | Fixed vm codegen for a call with compile-time args. Fixes #4412. | Yuriy Glukhov | 2016-07-06 | 1 | -0/+6 |
| | |||||
* | ioselectors separated and refactored version. | cheatfate | 2016-07-05 | 1 | -4/+4 |
| | | | | adopted asyncdispatch version | ||||
* | Merge pull request #4420 from yglukhov/closure-scope | Andreas Rumpf | 2016-07-04 | 2 | -2/+16 |
|\ | | | | | Added closureScope template | ||||
| * | Fixed broken test. Added closureScope test. | Yuriy Glukhov | 2016-06-28 | 2 | -2/+16 |
| | | |||||
* | | Fix split stdlib test | Joey Payne | 2016-07-01 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4398 from vegansk/issue88 | Andreas Rumpf | 2016-06-27 | 1 | -0/+25 |
|\ | | | | | Fix generics inheritance issues | ||||
| * | Fix generics inheritance issues | Anatoly Galiulin | 2016-06-23 | 1 | -0/+25 |
| | | |||||
* | | Event enum is now .pure. | cheatfate | 2016-06-26 | 1 | -11/+11 |
| | | | | | | | | | | | | Modified getMaxFds() to work more properly. Removed seqs from code Some exceptions replaced with doAssert | ||||
* | | Forgot about newlines at the end | cheatfate | 2016-06-23 | 2 | -2/+2 |
| | | |||||
* | | Small version of ioselectors.nim, without code duplication and some renames. | cheatfate | 2016-06-23 | 2 | -0/+408 |
|/ | |||||
* | Add os tests for directory creation, iteration and deletion | Joey Payne | 2016-06-20 | 1 | -8/+84 |
| | |||||
* | New version, without any piece of code duplication. | cheatfate | 2016-06-17 | 1 | -0/+102 |
| | |||||
* | Reverts 1446dc87c3. Fixes #4333. Fixes #4170. | Dominik Picheta | 2016-06-15 | 2 | -0/+61 |
| | |||||
* | Introduce addRead/addWrite for Windows IOCP. | cheatfate | 2016-06-12 | 1 | -0/+257 |
| | |||||
* | added 'koch testinstall' command; more installer related bugfixes | Andreas Rumpf | 2016-06-09 | 3 | -3/+8 |
| | |||||
* | Make some proper closes. | cheatfate | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | added file back with proper access rights (thanks for that, only took me an ↵ | Araq | 2016-06-07 | 1 | -0/+25 |
| | | | | hour) | ||||
* | remove file with broken access bits | Araq | 2016-06-07 | 1 | -25/+0 |
| | |||||
* | update the version number in more places | Araq | 2016-06-07 | 1 | -0/+0 |
| | |||||
* | Merge pull request #4031 from FedericoCeratto/travis_ci_nimscript | Dominik Picheta | 2016-06-06 | 1 | -0/+25 |
|\ | | | | | Add nimscript test and run it in Travis CI | ||||
| * | Disable pegs | Federico Ceratto | 2016-04-11 | 1 | -1/+1 |
| | | |||||
| * | Add nimscript test and run it in Travis CI | Federico Ceratto | 2016-04-03 | 1 | -0/+25 |
| | |