Commit Graph

  • 68aeb4c1a6 change the type of mangleJsName; fixes CStringConv warnings (#19852) flywind 2022-06-01 21:01:17 +08:00
  • 4e3eb7414c [Minor] remove unused and unnecessary local variable (#19853) flywind 2022-06-01 20:44:26 +08:00
  • d30c6419a0 Refactor and doc package handling, module name mangling (#19821) quantimnot 2022-05-30 12:52:19 -04:00
  • 15f0b48676 Zectbumo fixes 19824 (#19825) Alfred Morgan 2022-05-30 03:09:18 -07:00
  • 497af2c0d9 Doc preferred import style in compiler (#19832) quantimnot 2022-05-30 05:07:47 -04:00
  • 004fc23a3f [vm] remove unused opcSubstr opcode (#19834) flywind 2022-05-30 16:41:24 +08:00
  • 14960fa754 Fix typo and incorrect pragma name (#19847) Michael New 2022-05-29 19:40:15 -07:00
  • d81edcacc6 Add link to std/tempfiles in the docs; fix #19155 (#19807) flywind 2022-05-24 23:53:01 +08:00
  • ec0cec3170 Add document.hidden and document.visibilityState properties (#19817) tandy1000 2022-05-24 16:37:39 +01:00
  • b1b5e3ab10 Add Array.shift (#19811) Juan Carlos 2022-05-24 12:37:19 -03:00
  • 05c0419658 Fix global destructor injection for JS backend (#19797) quantimnot 2022-05-23 00:17:32 -04:00
  • a8426fc789 Fix default testament target in docs and cli help (#19796) quantimnot 2022-05-23 00:12:34 -04:00
  • 63cca93ea9 testament: include extra options in test name (#19801) Jacek Sieka 2022-05-19 17:11:53 +02:00
  • 06f02bb771 Always use httpclient in nimgrab (#19767) Yardanico 2022-05-17 10:56:39 +03:00
  • 33888a7384 [manual] TLock => Lock (#19785) flywind 2022-05-17 13:37:26 +08:00
  • 19001c070b Fix typo in sequtils documentation (#19789) Anthony Dario 2022-05-12 20:19:42 -07:00
  • c61eb5df32 disable polypbren (#19787) flywind 2022-05-13 01:03:30 +08:00
  • b9f243eb2a string is missing formatting when calling fmt (#19780) Alfred Morgan 2022-05-10 08:45:57 -07:00
  • 85bc8326ac varargs example erroneously transformed "abc" to "def" (#19781) Alfred Morgan 2022-05-10 05:21:35 -07:00
  • b2b878f4d6 Remove deprecated posix proc (#19774) Juan Carlos 2022-05-08 06:56:46 -03:00
  • 61c1142667 Update nimscript withDir doc example (#19776) huantian 2022-05-08 02:54:25 -07:00
  • 8c100a37b9 Add new self-signed 4096 bit certificate to testdata (#19758) kraptor 2022-05-08 11:54:04 +02:00
  • 2c73e84436 "ip" protocol as id 0 is long gone (#19760) kraptor 2022-05-07 20:46:45 +02:00
  • 0455d24d55 Fix questionable suggestion in strutils docs (#19765) Zoom 2022-05-06 09:19:27 +00:00
  • a4401054cc Fix broken link in sets documentation. (#19769) Anthony Dario 2022-05-06 02:16:00 -07:00
  • 278ecad973 Add 'usages' option to the --stylechecks error msg (#19759) Zoom 2022-05-04 14:24:52 +00:00
  • 2ecae20c43 switch to mainline bigints (#19756) flywind 2022-05-03 18:35:16 +08:00
  • 832b8c5034 Fix link to experimental manual in macro pragmas section [skip ci] (#19753) Jake Leahy 2022-05-03 12:08:39 +10:00
  • 927978345b Rework discarding futures documentation in asyncdispatch (#19738) huantian 2022-05-02 09:06:57 -07:00
  • 4680ab61c0 Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732) nc-x 2022-04-30 19:28:58 +05:30
  • e4a2c2d474 Make sure that field usage preserves the original line info (#19751) Ivan Yonchovski 2022-04-29 12:16:07 +03:00
  • 8bfc396a4d fixes #18612; apply cache and memcmp for methods in arc/orc (#19749) flywind 2022-04-27 02:14:39 +08:00
  • ef4ac5a0d2 use signed comparisons for the index checking in the hope it improves the code generation (#19712) Andreas Rumpf 2022-04-26 08:58:15 +02:00
  • 82680a12a7 macros: make hasCustomPragma more permissive (#19747) ehmry 2022-04-25 15:16:11 -05:00
  • 42ac50e988 fixes #19662; Indent level errored for first line (#19718) flywind 2022-04-25 18:00:23 +08:00
  • ee0a470294 Revert "fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#19744)" (#19745) Andreas Rumpf 2022-04-25 11:59:37 +02:00
  • 15ae9323e8 fix NimNode comment repr() regression [backport: 1.2] (#19726) flywind 2022-04-25 17:19:21 +08:00
  • 465fd06d50 add warnings for gc:option (#19722) flywind 2022-04-25 17:18:26 +08:00
  • 2f32b450d3 Really fix StringStream with ARC at compile-time, improve streams test (#19739) Danil Yarantsev 2022-04-25 12:15:03 +03:00
  • efaa6777a4 fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1.6] (#19723) flywind 2022-04-25 17:07:55 +08:00
  • 8e6136dd59 document localPassC consistently with compiler; fix ANSI capitalization (#19721) tersec 2022-04-25 09:06:53 +00:00
  • b10f0e7bca fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#19744) flywind 2022-04-25 02:20:18 +08:00
  • 02e8aa9660 Fix doc: list of async backends (#19741) huantian 2022-04-24 02:47:39 -07:00
  • bb839029d5 Move common Latex code into class nimdoc.cls (#19734) Andrey Makarov 2022-04-21 22:06:09 +03:00
  • dc4cc2dca5 Fix string stream crashing when created on nimscript due to last fix (#19717) Jason Beetham 2022-04-14 03:30:59 -06:00
  • ef7d7f2459 Better error message and tests for bad await (#19622) huantian 2022-04-13 14:03:46 -07:00
  • 98cebad7de enable style:usages for stdlib tests [backport: 1.6] (#19715) flywind 2022-04-13 17:53:02 +08:00
  • 26bcf18f91 fix #19680; check if stderr is static (#19709) flywind 2022-04-12 15:48:48 +08:00
  • 26acc97864 StringStreams no longer errors when intialized with literals on arc/orc (#19708) Jason Beetham 2022-04-11 06:27:12 -06:00
  • a77ffdb7ea fix #17286 nim check -b:js works (#19704) flywind 2022-04-09 23:52:11 +08:00
  • 152dab0983 fix: Fix introductory macro examples (#19706) Leon 2022-04-10 01:51:44 +10:00
  • ded8b0e541 rewrite docs JS in Nim (#19701) flywind 2022-04-09 23:50:57 +08:00
  • 00775f6880 fix stylecheck bug with nre (#19356) flywind 2022-04-08 14:04:46 +08:00
  • e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) Timothee Cour 2022-04-07 14:38:01 -07:00
  • 1807de38e5 add testcase for #16462 (#19692) flywind 2022-04-08 02:57:50 +08:00
  • c8aeea9d62 improve the error messages for std/tasks [backport: 1.6] (#19695) flywind 2022-04-08 02:56:34 +08:00
  • 810d5e91e4 [nimsuggest] return the type when on symbol in let/var (#19639) Ivan Yonchovski 2022-04-07 14:39:27 +03:00
  • 0978276ed9 use two spaces indentation (#19696) flywind 2022-04-07 13:07:39 +08:00
  • e1929deac7 remove useless compilation condition (#19690) flywind 2022-04-07 07:11:25 +08:00
  • 065f568470 No need to export pos from OptParser (#19688) Nan Xiao 2022-04-07 02:28:58 +08:00
  • cb6ce80cb8 std/tasks: fix spelling (#19691) [backport] Jacek Sieka 2022-04-06 20:28:37 +02:00
  • e649ddd09b Revert "Load Google Fonts last (#19683)" (#19693) flywind 2022-04-07 02:27:51 +08:00
  • abe3b0eb64 Load Google Fonts last (#19683) locriacyber 2022-04-06 16:08:27 +00:00
  • c322faaf38 [backport] fix broken SSL tests (#19684) Miran 2022-04-06 16:18:10 +02:00
  • 5a995ffc53 fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687) flywind 2022-04-06 22:17:09 +08:00
  • 83dabb69ae Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport] flywind 2022-04-04 18:05:23 +08:00
  • c3f03cfa5d add somes links to docs (#19668) flywind 2022-04-02 01:30:02 +08:00
  • a7024f49af fix 19655 - fixing more url fragments (#19669) Nan Xiao 2022-04-02 01:29:15 +08:00
  • 1275763284 fix 19655 - fixing url fragment (#19667) rockcavera 2022-04-01 03:01:51 -03:00
  • 49844415ce Deprecate selfExe (#19660) Juan Carlos 2022-03-31 16:06:13 -03:00
  • eae29e8eaf Embedded Network patches - eventfd & socket getters (#19632) Jaremy Creechley 2022-03-28 03:37:59 -07:00
  • 7d32425a57 fixes #14318 (#14335) Andreas Rumpf 2022-03-26 13:29:04 +01:00
  • 82319ef00d fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6] (#19641) flywind 2022-03-26 18:50:15 +08:00
  • 8cdd8867c0 Fix dial ignoring buffered parameter (#19650) [backport] John Titor 2022-03-26 10:43:26 +00:00
  • 86e93eb293 Fixed description as option in advopt.txt (#19635) Omar Flores 2022-03-26 02:56:10 -06:00
  • 84ac003519 remove tmpFramePtr when optStackTrace is absent (#19649) flywind 2022-03-26 15:57:29 +08:00
  • 4dfe420c2f Add support for Window.matchMedia (#19648) tandy1000 2022-03-26 05:57:39 +00:00
  • 51df9ff1c7 fixes #19603; some pragmas were really only supported as top level statements. Now this is enforced properly. (#19646) Andreas Rumpf 2022-03-26 06:47:04 +01:00
  • 12a0f88a52 mitigates #19364 [backport]; we make this bug more unlikely to appear by producing better code to begin with; real fix will come later (#19647) Andreas Rumpf 2022-03-26 06:37:04 +01:00
  • afbcba909b remove unnecessary framePtr code (#19645) flywind 2022-03-25 17:46:42 +08:00
  • 400e0260b8 Add more info for {.bycopy.} (#18815) treeform 2022-03-23 23:35:29 -07:00
  • 7c3c61f2f1 fix nim check nimscript [backport: 1.6] (#19444) flywind 2022-03-24 04:09:44 +08:00
  • a262a87bbe [add testcase] arc problems with recursive types (#19456) flywind 2022-03-24 04:07:05 +08:00
  • 2c01c9c4c8 output byref types into --header file [backport: 1.6] (#19505) flywind 2022-03-24 03:57:13 +08:00
  • b0bd4320a0 Remove deprecated typo poDemon (#19631) Juan Carlos 2022-03-23 16:43:58 -03:00
  • d7a966c4eb Remove Deprecated domextension (#19630) Juan Carlos 2022-03-23 16:43:28 -03:00
  • d14e8e8dcc Remove Deprecated Nimscript proc (#19629) Juan Carlos 2022-03-23 16:42:54 -03:00
  • e93eaac223 build external deps with userversion:1.6 (#19612) flywind 2022-03-24 03:42:08 +08:00
  • 7f6e800caf move assertions out of system (#19599) flywind 2022-03-24 03:34:53 +08:00
  • a8b5ad845c Fix process lines iterator (#19605) Dominic Ward 2022-03-23 06:50:36 +00:00
  • 4c8934305c system: thread: stack dealloction on Zephyr (#19633) [backport:1.6] Jaremy Creechley 2022-03-22 12:08:31 -07:00
  • c4a0d4c5e3 fixes #19615; emit better code for integer divisions when the divisor… (#19626) Andreas Rumpf 2022-03-22 15:36:49 +01:00
  • 731eabc930 fixes #19631 (#19618) Andreas Rumpf 2022-03-20 14:02:44 +01:00
  • 3e83d73f27 compiler: Handle nkCheckedFieldExpr better in dfa (#19616) Clyybber 2022-03-18 16:41:45 +01:00
  • 7b811deeff db_sqlite: added a space Araq 2022-03-18 14:17:54 +01:00
  • 7a50d66346 Removed deprecated httpcore func (#19550) Juan Carlos 2022-03-18 03:54:20 -03:00
  • 4c76f9f152 support useVersion:1.6 (#19601) flywind 2022-03-11 00:01:27 +08:00
  • 6773ffa63d enable nimPreviewDotLikeOps (#19598) flywind 2022-03-09 19:55:20 +08:00
  • 2beefb9aa0 fixes #19575 (#19596) [backport] Andreas Rumpf 2022-03-09 11:42:09 +01:00
  • 0d6795a771 fixes #19569 (#19595) [backport] Andreas Rumpf 2022-03-09 07:22:10 +01:00