Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eyewash | Arne Döring | 2018-11-23 | 3 | -7/+14 |
| | |||||
* | fix for nimInAction | Arne Döring | 2018-11-23 | 15 | -18/+76 |
| | |||||
* | disable tio.nim, it just causes problems | Arne Döring | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | maybe this time? | Arne Döring | 2018-11-23 | 1 | -9/+17 |
| | |||||
* | hopefully this time the tests will compile on the server | Arne Döring | 2018-11-23 | 2 | -8/+1 |
| | |||||
* | fix coro test | Arne Döring | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | more tests fixed | Arne Döring | 2018-11-23 | 4 | -3/+24 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 23 | -123/+186 |
| | |||||
* | updated tests to be executed | Arne Döring | 2018-11-23 | 53 | -87/+329 |
| | |||||
* | delete old cruft | Arne Döring | 2018-11-23 | 5 | -97/+0 |
| | |||||
* | make run the default action of a test in tester | Arne Döring | 2018-11-23 | 47 | -41/+307 |
| | |||||
* | fixes #9764 | Araq | 2018-11-23 | 1 | -0/+29 |
| | |||||
* | Destructors: move into nkTupleConstr and move on tuple unpacking (#9776) | cooldome | 2018-11-22 | 2 | -8/+72 |
| | |||||
* | fix segfault when calling shallow() on an empty string (#9782) [backport] | Ștefan Talpalaru | 2018-11-22 | 1 | -0/+7 |
| | | | | | | | | | shallow() casts its string argument to a seq and then tries to access its fields. Guess what happens when that string is nil, which seems to be the representation of an empty string (both the default value and an explicitly assigned ""). Segfault encountered when running "ntags -R ." on a large project. The relevant line: https://bitbucket.org/nimcontrib/ntags/src/a1c62c38e539877c105fbe4e08d06b76232f8017/ntags.nim#lines-125 | ||||
* | don't raise exception in the default handler (#9783) | alaviss | 2018-11-22 | 1 | -0/+6 |
| | | | fixes #9657 | ||||
* | Add isInstanceOf for generic procs to the macros module (#9730) | cooldome | 2018-11-21 | 1 | -0/+19 |
| | |||||
* | Empty check in shallow [backport] (#9676) | ishowta | 2018-11-21 | 1 | -0/+24 |
| | |||||
* | fix #9726 (#9765) | Arne Döring | 2018-11-20 | 1 | -0/+8 |
| | |||||
* | bitsize respected in size calculation. (#9756) | Arne Döring | 2018-11-19 | 1 | -4/+32 |
| | |||||
* | fixes #9743 | Araq | 2018-11-19 | 1 | -1/+11 |
| | |||||
* | Fixes #9671 (#9750) | Randy Smith | 2018-11-19 | 3 | -5/+1 |
| | |||||
* | Fixes discard bug in cpp codegen (#9747) [backport] | cooldome | 2018-11-19 | 1 | -1/+11 |
| | | | Fixes discard bug in cpp codegen | ||||
* | Fixed yield in nkObjConstr. Fixes #9694 [backport] (#9744) | Yuriy Glukhov | 2018-11-18 | 1 | -0/+15 |
| | | | | | * Fixed yield in nkObjConstr. Fixes #9694 * Separate expr lowering from state splitting, introduce a clear lowering internal error | ||||
* | make tsizeof run on C++ backend (#9734) | Arne Döring | 2018-11-18 | 1 | -31/+35 |
| | |||||
* | make tests green again | Araq | 2018-11-16 | 6 | -16/+16 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 9 | -31/+31 |
| | |||||
* | disable some tests for the C++ target; refs #7870 | Araq | 2018-11-15 | 8 | -44/+25 |
| | |||||
* | Converter bug fixes (#9700) | cooldome | 2018-11-15 | 1 | -0/+107 |
| | | | | | * Fixes #9698 * Fixes #9699 | ||||
* | Of operator in vm fixes [backport] (#9717) | cooldome | 2018-11-15 | 1 | -0/+51 |
| | | | | | | * fixes #9701 * fixes #9702 * optimize of statement to bool | ||||
* | fix #9647 tmpl=>nimf (#9658) | Timothee Cour | 2018-11-14 | 2 | -1/+1 |
| | |||||
* | Disable tasyncssl on Windows to fix CI | Dominik Picheta | 2018-11-13 | 1 | -0/+1 |
| | | | Workarounds #9689 | ||||
* | Merge pull request #9687 from narimiran/fix-7192 | Dominik Picheta | 2018-11-13 | 1 | -0/+14 |
|\ | | | | | export `asyncdispatch.callSoon` (fixes #7192) | ||||
| * | export `asyncdispatch.callSoon` (fixes #7192) | narimiran | 2018-11-12 | 1 | -0/+14 |
| | | |||||
* | | Add proc `[]`(n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735) | Lolo Iccl | 2018-11-10 | 1 | -0/+38 |
| | | | | | | fixes #7670. | ||||
* | | complete future only once in `or` (fixes #8982) (#9632) | Miran | 2018-11-09 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | * complete future only once in `or` Analogous to `and`. Credits to @k0zmo for proposing the solution. * add test | ||||
* | | deprecated ospaths (#9665) | Andreas Rumpf | 2018-11-09 | 1 | -1/+1 |
| | | |||||
* | | newLit works on enum (#9662) | Arne Döring | 2018-11-09 | 1 | -0/+20 |
|/ | | | | | | * newLit works on enum * remove debugging echo | ||||
* | fixes #9619 | Andreas Rumpf | 2018-11-09 | 1 | -35/+42 |
| | |||||
* | add illegal discard test | Arne Döring | 2018-11-08 | 1 | -0/+9 |
| | |||||
* | adopt tests | Arne Döring | 2018-11-08 | 3 | -13/+12 |
| | |||||
* | fixes #9633 | Andreas Rumpf | 2018-11-08 | 1 | -1/+17 |
| | |||||
* | Merge pull request #9642 from narimiran/callback-order | Dominik Picheta | 2018-11-07 | 1 | -2/+3 |
|\ | | | | | keep the order of the callbacks | ||||
| * | keep the order of the callbacks | narimiran | 2018-11-07 | 1 | -2/+3 |
| | | |||||
* | | parser change: 'not' is always a unary operator; fixes #9574 | Andreas Rumpf | 2018-11-07 | 1 | -0/+5 |
|/ | |||||
* | fixes #9600 (#9601) | jcosborn | 2018-11-07 | 1 | -0/+11 |
| | |||||
* | times - remove unneeded negative sign when parsing formats z and zz (#9631) | pgkos | 2018-11-06 | 1 | -0/+9 |
| | | | | | | * fix wrong utcoffset sign for formats z and zz * add tests for the timezone offset formats | ||||
* | Merge tests into a larger file (part 8 of ∞) (#9583) | Miran | 2018-11-06 | 51 | -835/+862 |
| | | | | | | | | * merge tuple tests * merge trmacros tests * merge template tests | ||||
* | removed the undocumented #? strongSpaces parsing mode | Araq | 2018-11-06 | 1 | -83/+0 |
| | |||||
* | language cleanup: the .unchecked pragma is dead | Araq | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | make `mod` on floats available in the VM (#9591) | skilchen | 2018-11-05 | 1 | -0/+130 |
| | | | | | | * make `mod` on floats available in the VM * add testcase * removed no longer needed imports |