Commit Graph

  • a90763ebd7 Fixes Compilation error with --app:lib (#19965) Juan M Gómez 2022-07-10 15:40:26 +02:00
  • ed2bf02a51 remove when declared(cache); cache is always there (#19991) flywind 2022-07-10 15:37:15 +08:00
  • e8ee2f9c2a update section regarding std/assertions in changelog (#19992) flywind 2022-07-09 17:28:14 +08:00
  • 7a29a782f8 removed caching logic; saves 400MB for an ORC booting compiler (#19989) Andreas Rumpf 2022-07-09 06:46:05 +02:00
  • ad0aee5354 sysrand: fix syscall signature [backport] (#19982) Jacek Sieka 2022-07-07 15:26:58 +02:00
  • dcb28fd061 cache rope when threads are enabled (#19981) flywind 2022-07-07 20:14:05 +08:00
  • 430a179307 default threads on (#19368) flywind 2022-07-06 19:06:41 +08:00
  • 01b40dc1d7 Fixes return values of execCmd on macos (#19963) Daniel Clarke 2022-07-06 06:29:05 +10:00
  • 7d0285853f rename gc to mm (#19971) flywind 2022-07-05 16:11:34 +08:00
  • d2d8f1342b Fixing nimRawSetJmp for vcc and clangcl on Windows (#19959) rockcavera 2022-07-04 08:52:44 -03:00
  • 4897c47c80 closes #15897; add testcase (#19961) flywind 2022-07-02 16:51:21 +08:00
  • ce4078acd4 Allow recursive closure iterators (#19939) Tanguy 2022-06-30 23:19:04 +02:00
  • 2c0aaac304 jsffi add missing braces (#19948) Juan Carlos 2022-06-30 18:18:11 -03:00
  • 306810a748 Enable nim-lang to build correctly on illumos-based systems (#19952) Sam Zaydel 2022-06-30 14:16:50 -07:00
  • ad430c0daa once C++, always C++ [backport] (#19938) Jacek Sieka 2022-06-30 10:20:19 +02:00
  • bcff13debc dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19918) flywind 2022-06-29 22:37:24 +08:00
  • 8a344cb25b closes #11042; add testcase (#19935) flywind 2022-06-28 16:49:31 +08:00
  • 7c31b6a47b Fix jsre (#19917) Juan Carlos 2022-06-28 03:13:17 -03:00
  • 0189122d4f ref #19830; multiple definition of in Nim generated static libraries (#19934) flywind 2022-06-27 23:57:07 +08:00
  • caf6aff06b Fix distinct requiresInit test and manual (#19901) Khaled Hammouda 2022-06-22 06:36:30 -04:00
  • 3cb2d7af05 [vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19902) [backport] flywind 2022-06-22 14:43:58 +08:00
  • a65db5e2e9 [Tiny] correct comment opcDeref => opcLdDeref (#19908) flywind 2022-06-21 15:37:23 +08:00
  • 0ae44e562f fix typo in nre.nim (#19915) flintforge 2022-06-21 03:53:46 +02:00
  • 40464fa762 Fix nimRawSetjmp for VCC [backport: 1.2] (#19899) Tanguy 2022-06-20 08:21:20 +02:00
  • 5e32fc7855 Recommend gcc 5.x or newer (#19910) tersec 2022-06-20 06:01:41 +00:00
  • dd4cc266cd Fixes #19900 (#19906) Jake Leahy 2022-06-19 15:36:33 +10:00
  • 332aa0af75 [vm] refactor stdlib.marshal.load (#19905) flywind 2022-06-19 13:35:25 +08:00
  • ef2dd2e473 document nimTestsNimdocFixup for rsttester (#19894) flywind 2022-06-16 14:46:59 +08:00
  • d33e112766 Better range error messages (#19867) Tanguy 2022-06-15 16:38:12 +02:00
  • e7e8f437c4 Keep the doc sidebar on the screen while scrolling (#19851) JJ 2022-06-15 06:40:56 -07:00
  • 789b1bcbb6 Fixes #19883 so genscript works with vcc (#19893) Don-Duong Quach 2022-06-14 23:20:34 -07:00
  • 251bdc1d5a Windows: enable nimRawSetjmp by default [backport] (#19891) Tanguy 2022-06-14 12:37:31 +02:00
  • b41226001c Initial implementation of nimsuggest v3 (#19826) Ivan Yonchovski 2022-06-13 12:33:44 +03:00
  • a4fdaa88cc Correctly import libcrypto functions using dynlib (#19881) Ardek Romak 2022-06-13 10:22:20 +03:00
  • ab47707586 [semfold] fix #19199; properly fold uint to float conversion (#19890) [backport] flywind 2022-06-13 15:01:40 +08:00
  • 2f4900615a [cleanup] remove unnecessary procs in vm (#19888) flywind 2022-06-13 14:10:40 +08:00
  • 8fa2c0b532 Pass headers and body correctly to FetchOptions (#19884) [backport] Jake Leahy 2022-06-13 16:03:40 +10:00
  • e2e663a143 Friendlier error message with solution (#19880) Carlo Capocasa 2022-06-11 18:23:31 +02:00
  • ac89eead8a test for #19046 (#19839) Bung 2022-06-11 02:40:34 +08:00
  • 6f4bacff67 Extend and document compiler debugging utilities (#19841) quantimnot 2022-06-10 14:40:08 -04:00
  • 1e5dd9022b [js] add testcase for array indexDefect and remove todo (#19838) flywind 2022-06-11 02:33:44 +08:00
  • 8cde6ba6bc remove noop option gc:v2 (#19810) flywind 2022-06-11 02:32:27 +08:00
  • eefca1b81f not generate initStackBottomWith in arc/orc [backport] (#19875) flywind 2022-06-10 21:24:28 +08:00
  • 1972005439 fix #19862; make widestrs consistent between refc and orc (#19874) [backport] flywind 2022-06-09 22:51:17 +08:00
  • 25d89269eb give a better error message for some template expansions (#19871) Andreas Rumpf 2022-06-09 14:21:18 +02:00
  • 836b95c896 Deprecate std/sums (#18439) Antonis Geralis 2022-06-09 09:27:31 +03:00
  • 415689323c clarify how to restart CI (#19845) flywind 2022-06-09 00:17:25 +08:00
  • e1702ae1e6 changelog.md: Add strutils.find changes (#19868) Zoom 2022-06-08 14:11:22 +00:00
  • f2b16c490d Add Microtasks docs (#19870) Juan Carlos 2022-06-08 11:10:52 -03:00
  • b024a45163 Fix find routines' api to default to last=-1 (#19761) Zoom 2022-06-07 08:35:06 +00:00
  • d0232f0e5b Add Microtasks (#19860) Juan Carlos 2022-06-04 02:03:25 -03:00
  • 4341b06f65 RST: improve simple tables (#19859) Andrey Makarov 2022-06-04 08:03:03 +03:00
  • f7a13f62d6 Stop type aliases from inheriting sfUsed (#19861) quantimnot 2022-06-04 00:25:21 -04:00
  • 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