Commit Graph

  • c50a04adc5 More converter fixes (#9737) cooldome 2018-11-26 08:51:13 +00:00
  • 87568830ab Remove dead code (#9777) Jacek Sieka 2018-11-26 02:47:39 -06:00
  • ea5fc9f204 fixes #9794: sizeof tuple is incorrect if contains imported object (#9795) cooldome 2018-11-26 08:46:19 +00:00
  • 2ac7f52388 Fixes multiple bugs with sink arguments (#9802) cooldome 2018-11-26 08:45:45 +00:00
  • 410fd1deae Fixes 9716 [backport] (#9790) Yuriy Glukhov 2018-11-24 11:50:48 +02:00
  • 47d0582ebf Merge pull request #9548 from tonygparsehub/put-delete Dominik Picheta 2018-11-23 22:45:28 +00:00
  • 56c4a4ae1f fix #9759 (#9789) Arne Döring 2018-11-23 16:19:35 +01:00
  • a20169af91 Made nimsuggest importable as a library and add Nim-path override option (#9784) PMunch 2018-11-23 15:45:48 +01:00
  • 88d707cb88 Support only some types as JsAssoc types (#8627) Alexander Ivanov 2018-11-23 16:05:15 +02:00
  • 562d185cb7 cleanup tests; don't use non-working 'msg' spec field Araq 2018-11-23 13:16:45 +01:00
  • 2d0aa9b72b testament: remove debugging echo Araq 2018-11-23 11:59:59 +01:00
  • e07188b79e threw away a silly test Araq 2018-11-22 09:33:05 +01:00
  • 0c0f9ba974 Windows: disabled tests Araq 2018-11-22 09:30:49 +01:00
  • 1f7dcb874d print more to see the test in the log that was never finished. Arne Döring 2018-11-20 23:35:56 +01:00
  • a29ec40032 join simple test Arne Döring 2018-11-20 23:35:32 +01:00
  • ce7121530d remove problem test Arne Döring 2018-11-20 16:19:37 +01:00
  • be553e691b more eyewash Arne Döring 2018-11-20 13:25:55 +01:00
  • 523ca76c4d eyewash Arne Döring 2018-11-20 11:28:55 +01:00
  • 6946116272 fix for nimInAction Arne Döring 2018-11-20 11:08:18 +01:00
  • 161e14829a disable tio.nim, it just causes problems Arne Döring 2018-11-19 20:33:36 +01:00
  • bfcf82c7e5 maybe this time? Arne Döring 2018-11-19 19:19:21 +01:00
  • d60615583f hopefully this time the tests will compile on the server Arne Döring 2018-11-19 10:57:46 +01:00
  • 27a9e369de fix coro test Arne Döring 2018-11-19 10:41:58 +01:00
  • f200976058 fix for dll tests Arne Döring 2018-11-16 14:37:27 +01:00
  • 534601637a more tests fixed Arne Döring 2018-11-16 12:43:05 +01:00
  • 9c2365d5c2 activated more tests, allow input in test spec Arne Döring 2018-11-15 01:57:02 +01:00
  • e012eb1001 updated tests to be executed Arne Döring 2018-11-14 23:14:16 +01:00
  • 8ea72bdcea delete old cruft Arne Döring 2018-11-14 23:13:55 +01:00
  • 031bfdec6f make run the default action of a test in tester Arne Döring 2018-11-13 15:21:14 +01:00
  • 610283b9b0 fixes #9764 Araq 2018-11-23 09:54:57 +01:00
  • 61d08ebcd8 IC: further progress Araq 2018-11-22 23:17:38 +01:00
  • 962b2e4b39 Destructors: move into nkTupleConstr and move on tuple unpacking (#9776) cooldome 2018-11-22 17:33:19 +00:00
  • f8fa94cb20 fix segfault when calling shallow() on an empty string (#9782) [backport] Ștefan Talpalaru 2018-11-22 14:47:27 +01:00
  • c7eba64dee don't raise exception in the default handler (#9783) alaviss 2018-11-22 20:46:07 +07:00
  • 02351d02e7 universal toSeq: works with UFCS; works with inline & closure iterators, and with iterables (#8711) Timothee Cour 2018-11-22 02:47:14 -08:00
  • 086676782a Add isInstanceOf for generic procs to the macros module (#9730) cooldome 2018-11-21 20:30:03 +00:00
  • 1cc8b7814d tut3: improved the wording Araq 2018-11-21 20:45:31 +01:00
  • 30480605c1 added a new macro tutorial (#9588) Arne Döring 2018-11-21 15:46:58 +01:00
  • 6ff596d4f8 Empty check in shallow [backport] (#9676) ishowta 2018-11-21 19:56:38 +09:00
  • b78699917e document the --incremental build switch; make CIs green again Araq 2018-11-21 11:39:31 +01:00
  • 6ad5e01160 pathutils: remove dead code Araq 2018-11-21 09:53:16 +01:00
  • 2b2fc5c7e9 compiler: remove unused assignment flags (#9760) Jacek Sieka 2018-11-21 04:04:45 -06:00
  • 574cdfc156 IC: produce a good error message for when the compiler was built without the incremental recompilation feature Andreas Rumpf 2018-11-20 23:54:58 +01:00
  • 8285e24805 IR: also serialize the new transformedBody field Araq 2018-11-20 23:29:49 +01:00
  • fe2eb25650 nimsuggest: fixes #96 Timothee Cour 2018-11-20 13:57:27 -08:00
  • b4a42386d9 Times module cosmetic changes (#9770) Oscar Nihlgård 2018-11-20 22:56:25 +01:00
  • eeb7cc6780 IC: further progress Araq 2018-11-20 19:29:39 +01:00
  • 39ad3a0da6 fix #9726 (#9765) Arne Döring 2018-11-20 13:12:47 +01:00
  • d146516008 Fixed wording (#9761) Yuriy Glukhov 2018-11-20 13:50:08 +02:00
  • e8bec61413 incremental compilation: bugfixes Araq 2018-11-19 18:51:47 +01:00
  • 6acffcd28f incremental compilation: simple recompilation works Araq 2018-11-19 17:16:42 +01:00
  • 1e08fff2d5 bitsize respected in size calculation. (#9756) Arne Döring 2018-11-19 13:48:40 +01:00
  • 2418d0cac5 fixes #9743 Araq 2018-11-19 11:28:06 +01:00
  • 6c7abe6e5b Fixes #9671 (#9750) Randy Smith 2018-11-19 02:22:21 -06:00
  • 9b9f5dee0b Fixes discard bug in cpp codegen (#9747) [backport] cooldome 2018-11-19 07:44:49 +00:00
  • ebcf9406be Improve nre documentation (fixes #9470) Flaviu Tamas 2018-11-18 18:30:49 -05:00
  • 5a2290f788 Fixed yield in nkObjConstr. Fixes #9694 [backport] (#9744) Yuriy Glukhov 2018-11-19 00:09:33 +02:00
  • 5dfcc4e91c make tsizeof run on C++ backend (#9734) Arne Döring 2018-11-18 14:36:20 +01:00
  • 696dc1609f fix manual entry for .this pragma [ci skip] narimiran 2018-11-18 12:53:21 +01:00
  • e2f32deba3 make niminst compile again Andreas Rumpf 2018-11-16 22:41:01 +01:00
  • 6279b0587a make tests green again Araq 2018-11-16 19:54:49 +01:00
  • 3f6168b337 removes deprecated T/P types Araq 2018-11-16 13:27:46 +01:00
  • 4233046e3f make hex digit error msg more helpful (#9727) Timothee Cour 2018-11-16 04:09:19 -08:00
  • 4929f74023 fixes #9728 Araq 2018-11-16 11:30:24 +01:00
  • 4efbde84ee Make getEnv case insensitive on Windows (#9722) pgkos 2018-11-16 08:45:50 +01:00
  • 4bd9f32f33 --gc:destructors: hello world example compiles and runs Araq 2018-11-16 00:13:39 +01:00
  • 2eb14bdd41 add nimCompile to simplify koch; add nimfind to koch tools (#9723) Timothee Cour 2018-11-15 11:32:31 -08:00
  • 3fe8b4f69d fixes #9692 Araq 2018-11-15 16:18:28 +01:00
  • dd3e1cbc9b make testament compile again with -d:nimCoroutines Araq 2018-11-15 15:15:20 +01:00
  • 9a05fd9dcf disable some tests for the C++ target; refs #7870 Araq 2018-11-15 15:10:29 +01:00
  • c5c4da4f3c Converter bug fixes (#9700) cooldome 2018-11-15 12:14:48 +00:00
  • 8c1083d3b7 Of operator in vm fixes [backport] (#9717) cooldome 2018-11-15 12:03:42 +00:00
  • 2104863910 nimfind: improvements Andreas Rumpf 2018-11-15 12:17:12 +01:00
  • 632ec94b5d gc_common: fixes a typo Andreas Rumpf 2018-11-15 11:36:28 +01:00
  • 9eb9a57ffd nimfind: improvements Andreas Rumpf 2018-11-15 11:01:55 +01:00
  • 6e003eeecb refs #9637 ; cleanup installation of nimsuggest (#9703) Timothee Cour 2018-11-15 01:02:34 -08:00
  • ae36dfb747 Add .46 as supported libssl version (#9704) Solitude 2018-11-15 10:04:30 +02:00
  • 6e8ed8c6fa added first version of a nimfind tool for the poor souls that don't have a good nimsuggest integretation Andreas Rumpf 2018-11-14 16:04:45 +01:00
  • b65c0c336c Inline generic min and max - https://github.com/nim-lang/Nim/issues/9514 (#9688) Mamy Ratsimbazafy 2018-11-14 12:37:46 +01:00
  • b5448bf25c fix #9647 tmpl=>nimf (#9658) Timothee Cour 2018-11-13 23:27:48 -08:00
  • d89c815c41 Disable tasyncssl on Windows to fix CI Dominik Picheta 2018-11-13 21:14:57 +00:00
  • 679a52f53c Merge pull request #9687 from narimiran/fix-7192 Dominik Picheta 2018-11-13 21:12:19 +00:00
  • c2b16b46ec export asyncdispatch.callSoon (fixes #7192) narimiran 2018-11-12 15:40:33 +01:00
  • d2f7ecb80e Merge pull request #9682 from cyberlis/reprocsplitfix Dominik Picheta 2018-11-11 16:39:49 +00:00
  • 030fe373e4 fixes the travis build for NIM_COMPILE_TO_CPP Araq 2018-11-09 11:10:21 +01:00
  • 8b4a910c91 fix split proc ignored maxsplit argument. Proc split didn't pass maxsplit argument to split iterator Denis Lisovik 2018-11-11 18:37:35 +03:00
  • d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] Andreas Rumpf 2018-11-11 10:38:41 +01:00
  • 532647171e nimpretty: fixes #9673 [backport] Andreas Rumpf 2018-11-11 10:07:19 +01:00
  • c0b5479e6b coro: minor documentation fix [backport] [ci skip] narimiran 2018-11-11 10:16:32 +01:00
  • 37d88e5168 Add proc [](n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735) Lolo Iccl 2018-11-10 22:10:50 +09:00
  • 95d79ac760 add vs2017 support when run from developer command prompt. (#9672) ratiotile 2018-11-10 01:49:00 -05:00
  • 964b5dac7c complete future only once in or (fixes #8982) (#9632) Miran 2018-11-09 23:45:17 +01:00
  • 8d850f7a69 deprecated ospaths (#9665) Andreas Rumpf 2018-11-09 16:36:49 +01:00
  • 8507e506ce change dir when koch starts (#9663) Arne Döring 2018-11-09 14:18:09 +01:00
  • 573d02760e newLit works on enum (#9662) Arne Döring 2018-11-09 12:15:00 +01:00
  • 130c218ff9 parseopt: remove confusing dead code Andreas Rumpf 2018-11-09 09:03:22 +01:00
  • c0fc2f5726 fixes #9619 Andreas Rumpf 2018-11-09 09:00:43 +01:00
  • fdd09ad090 add illegal discard test Arne Döring 2018-11-08 19:32:35 +01:00
  • b306e0bfe2 feedback injected Arne Döring 2018-11-08 19:23:03 +01:00
  • ff950725fa changelog entry. Arne Döring 2018-11-08 18:42:37 +01:00