Commit Graph

  • c956aeae7f bump NimVersion to 1.2.19 narimiran 2022-06-20 08:47:19 +02:00
  • 1561a83c49 Fix nimRawSetjmp for VCC [backport: 1.2] (#19899) Tanguy 2022-06-20 08:21:20 +02:00
  • a1f413bcac Windows: enable nimRawSetjmp by default [backport] (#19891) Tanguy 2022-06-14 12:37:31 +02:00
  • 2064fda582 [semfold] fix #19199; properly fold uint to float conversion (#19890) [backport] flywind 2022-06-13 15:01:40 +08:00
  • efe5a33988 Pass headers and body correctly to FetchOptions (#19884) [backport] Jake Leahy 2022-06-13 16:03:40 +10:00
  • 4873221429 not generate initStackBottomWith in arc/orc [backport] (#19875) flywind 2022-06-10 21:24:28 +08:00
  • ab0d06869e Initial implementation of nimsuggest v3 (#19826) [backport] (#19892) Ivan Yonchovski 2022-06-19 09:50:07 +03:00
  • af3d1342c0 disable more packages that don't work anymore on Nim 1.2.x narimiran 2022-06-10 10:33:26 +02:00
  • 06f1828ee2 fix #19862; make widestrs consistent between refc and orc (#19874) [backport] flywind 2022-06-09 22:51:17 +08:00
  • 1368316b7f style usages part one (openarray => openArray) (#19321) flywind 2022-01-04 20:29:50 +08:00
  • b0cbc9a74c std/tasks: fix spelling (#19691) [backport] Jacek Sieka 2022-04-06 20:28:37 +02:00
  • 64689f932c tests: Fix warnings in tstrscans (#19082) Kaushal Modi 2021-11-02 04:06:46 -04:00
  • 3e39f5bfec varargs example erroneously transformed "abc" to "def" (#19781) Alfred Morgan 2022-05-10 05:21:35 -07:00
  • 28af1e5e45 Fix typo in sequtils documentation (#19789) Anthony Dario 2022-05-12 20:19:42 -07:00
  • c6e3ad4ab9 Fix default testament target in docs and cli help (#19796) quantimnot 2022-05-23 00:12:34 -04:00
  • 26707a62fc testament: include extra options in test name (#19801) Jacek Sieka 2022-05-19 17:11:53 +02:00
  • 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) flywind 2022-04-13 17:53:02 +08:00
  • 02d94966c9 Fix punycode.decode function (#19136) Christoph Krybus 2021-11-13 04:51:58 +01:00
  • 62d1d0516c Remove volatiles when compiling with ARC/ORC (#19545) PMunch 2022-02-25 10:43:03 +01:00
  • 7d120b83d1 bump NimVersion to 1.6.7 narimiran 2022-05-19 13:45:26 +02:00
  • aa0dbaf3a1 disable packages that don't work anymore on Nim 1.2.x narimiran 2022-05-04 18:21:24 +02:00
  • 0565a70eab bump NimVersion to 1.6.6 v1.6.6 narimiran 2022-05-04 18:15:31 +02:00
  • 252df3f1c0 Add 'usages' option to the --stylechecks error msg (#19759) Zoom 2022-05-04 14:24:52 +00:00
  • 608457defc use unsafeAddr narimiran 2022-05-03 09:41:45 +02:00
  • 4f392727c8 Fix fixAbstractType for user defined typeclasses, fixes #19730 & #18409 (#19732) nc-x 2022-04-30 19:28:58 +05:30
  • 4bb2e9e921 Make sure that field usage preserves the original line info (#19751) Ivan Yonchovski 2022-04-29 12:16:07 +03:00
  • 1788b8b991 fixes #18612; apply cache and memcmp for methods in arc/orc (#19749) flywind 2022-04-27 02:14:39 +08:00
  • 0e5bf5953e 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
  • 85841cd318 fix NimNode comment repr() regression [backport: 1.2] (#19726) flywind 2022-04-25 17:19:21 +08:00
  • b1045cb693 Really fix StringStream with ARC at compile-time, improve streams test (#19739) Danil Yarantsev 2022-04-25 12:15:03 +03:00
  • 151b4cc514 Fix string stream crashing when created on nimscript due to last fix (#19717) Jason Beetham 2022-04-14 03:30:59 -06:00
  • f194356d21 fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1.6] (#19723) flywind 2022-04-25 17:07:55 +08:00
  • 88573da12d Fix doc: list of async backends (#19741) huantian 2022-04-24 02:47:39 -07:00
  • 2a68fa71eb fix #19680; check if stderr is static (#19709) flywind 2022-04-12 15:48:48 +08:00
  • fcd05bd031 StringStreams no longer errors when intialized with literals on arc/orc (#19708) Jason Beetham 2022-04-11 06:27:12 -06:00
  • d38177b11f stylecheck usages part two: stdlib cleanup (#19338) flywind 2022-01-09 04:34:22 +08:00
  • 9035618347 fix stylecheck bug with nre (#19356) flywind 2022-04-08 14:04:46 +08:00
  • e22d494409 fix stylecheck error with asyncdispatch (#19350) flywind 2022-01-10 17:29:04 +08:00
  • 6365d8c39a [nimsuggest] return the type when on symbol in let/var (#19697) Ivan Yonchovski 2022-04-08 12:19:00 +03:00
  • b96954ef52 improve the error messages for std/tasks [backport: 1.6] (#19695) flywind 2022-04-08 02:56:34 +08:00
  • bb937f2357 put API changes behind a flag (#19685) Miran 2022-04-07 20:56:39 +02:00
  • dcc40b9609 [backport] fix broken SSL tests (#19684) Miran 2022-04-06 16:18:10 +02:00
  • 3177e16b0d fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687) flywind 2022-04-06 22:17:09 +08:00
  • 92457cbc39 Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport] flywind 2022-04-04 18:05:23 +08:00
  • 73c4ede283 fix wrong backport narimiran 2022-03-31 20:53:55 +02:00
  • 55907a8bf8 Various std net improvements (#19132) narimiran 2022-03-31 17:49:04 +02:00
  • 9de1013c94 devel: style fix (#19318) Ștefan Talpalaru 2022-01-04 07:56:10 +01:00
  • 589dc2d18f Embedded Network patches - eventfd & socket getters (#19632) Jaremy Creechley 2022-03-28 03:37:59 -07:00
  • 0adfe6c5a1 system: thread: stack dealloction on Zephyr (#19633) [backport:1.6] Jaremy Creechley 2022-03-22 12:08:31 -07:00
  • fd2da6da54 fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6] (#19641) flywind 2022-03-26 18:50:15 +08:00
  • 9b560747e8 Fix dial ignoring buffered parameter (#19650) [backport] John Titor 2022-03-26 10:43:26 +00:00
  • bf3a2e010d 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
  • 9fcf1a5d4c fix no net compilation on zephyr (#19399) Jaremy Creechley 2022-01-17 04:02:31 -08:00
  • 4877caa462 Implement threads on Zephyr (#19156) Jaremy Creechley 2021-11-23 00:13:03 -08:00
  • 8aa045806c Implement zephyr urandom and monotime (#19142) Jaremy Creechley 2021-11-14 03:49:30 -08:00
  • b9363c8bb4 Enable customizing PageShift to set PageSize for embedded targets (#19129) Jaremy Creechley 2021-11-16 11:30:07 -08:00
  • 1dc47696c0 Add Zephyr Support (#19003) Jaremy Creechley 2021-10-24 09:51:57 +00:00
  • b741f3cbd3 fix nim check nimscript [backport: 1.6] (#19444) flywind 2022-03-24 04:09:44 +08:00
  • 9df55a8979 output byref types into --header file [backport: 1.6] (#19505) flywind 2022-03-24 03:57:13 +08:00
  • 01c38610f5 Fixed formatting error for warningAsError. (#19634) Omar Flores 2022-03-22 09:18:15 -06:00
  • 40db88d0f8 fixes #19615; emit better code for integer divisions when the divisor… (#19626) Andreas Rumpf 2022-03-22 15:36:49 +01:00
  • ff819757be fixes #19631 (#19618) Andreas Rumpf 2022-03-20 14:02:44 +01:00
  • 2d2587747f fixes #19575 (#19596) [backport] Andreas Rumpf 2022-03-09 11:42:09 +01:00
  • 0bb7bd07d2 fixes #19569 (#19595) [backport] Andreas Rumpf 2022-03-09 07:22:10 +01:00
  • ebb140edda compile pragma: cache the result sooner (#19554) Ștefan Talpalaru 2022-02-24 08:31:40 +01:00
  • ec9e51abe6 fix not flushing stdout in MSYS (#19584) Hamid Bluri 2022-03-06 20:33:01 +03:30
  • b8f1347c99 Fix CPU detection for i386 [backport] (#19583) VlkrS 2022-03-06 18:02:14 +01:00
  • d7370ce269 fix broken CI (#19472) flywind 2022-01-31 20:49:20 +08:00
  • 971b639739 setjump => setjmp [backport: 1.2] (#19496) flywind 2022-02-06 15:51:03 +08:00
  • 5e13d577ac undefine C symbols in JS backend [backport:1.6] (#19437) flywind 2022-02-05 06:10:24 +08:00
  • b6024fe861 Merge pull request from GHSA-ggrq-h43f-3w7m Dominik Picheta 2022-01-29 13:03:01 +00:00
  • 9746d46009 Fix #19038 - making the Nim compiler work again on Windows XP (#19331) rockcavera 2022-01-07 04:26:55 -03:00
  • 82c930c364 fix 19292 (#19293) rockcavera 2021-12-29 03:26:54 -03:00
  • c25b7e79cf Fix #19038 - making the Nim compiler work again on Windows XP (#19331) rockcavera 2021-12-17 05:01:33 -03:00
  • 8fe8aada87 Making TCC work again on Windows --cpu:amd64 - fix #16326 (#19221) rockcavera 2021-12-08 02:48:34 -03:00
  • 231a135563 bump NimVersion to 1.6.5 narimiran 2022-02-23 11:25:24 +01:00
  • 8a5c8d3e22 bump NimVersion to 1.2.18 v1.2.18 narimiran 2022-02-08 15:19:37 +01:00
  • 7994556f38 don't use a temp for addr [backport: 1.6] (#19503) v1.6.4 flywind 2022-02-08 15:34:44 +08:00
  • 8c9e88f520 disable nimlsp (#19499) flywind 2022-02-07 14:04:04 +08:00
  • 7e52a57121 bump NimVersion to 1.6.4 narimiran 2022-02-07 16:20:22 +01:00
  • 35c812fda1 nvro don't touch cdecl types [backport: 1.6] (#19461) flywind 2022-01-28 16:53:42 +08:00
  • 47888c18f7 Update manual.rst (#19301) rockcavera 2022-01-01 09:33:29 -03:00
  • a8e040ec30 bugfix: varargs count as open arrays (#19447) Andreas Rumpf 2022-01-25 08:08:22 +01:00
  • 2fb1c80f42 change run command for numericalnim (#19448) Hugo Granström 2022-01-25 10:31:24 +01:00
  • e1f3c74bdc RST: allow empty number-lines directives just like it was done for a decade; all my documents rely on this feature [backport (#19431) Andreas Rumpf 2022-01-22 20:33:55 +01:00
  • 52d2ff601b enable weave (#19363) [backport:1.6] flywind 2022-01-20 20:59:36 +08:00
  • 41b71487af Resolve cross file resolution errors in atomics (#19422) [backport:1.6] James 2022-01-20 04:58:59 -08:00
  • 3d3b34473b Add noQuit option (#19419) [backport:1.6] Tom 2022-01-19 09:41:11 -07:00
  • fc0aec6f1b Optimize lent in JS [backport:1.6] (#19393) hlaaftana 2022-01-17 15:03:40 +03:00
  • 315a286d7c disable 'fragments' and 'telebot' packages narimiran 2022-01-17 11:27:23 +01:00
  • 315f4ecff1 disable testing of 'fragments' package narimiran 2022-01-17 11:25:51 +01:00
  • 7cafd22377 synchronize important_packages with devel flywind 2022-01-08 12:06:28 +08:00
  • 1d92e79dac mangle names in nimbase.h using cppDefine (#19395) [backport] flywind 2022-01-17 18:14:13 +08:00
  • 49379e85ec mangle names in nimbase.h using cppDefine (#19395) [backport] flywind 2022-01-17 18:14:13 +08:00
  • 9aff19f51a mangle names in nimbase.h using cppDefine (#19395) [backport] flywind 2022-01-17 18:14:13 +08:00
  • 01c8262426 bump NimVersion to 1.2.17 narimiran 2022-01-17 07:41:23 +01:00
  • 5e102df04d nrvo shouldn't touch bycopy object[backport:1.2] (#19385) flywind 2022-01-14 00:39:17 +08:00
  • 6ab3c1b365 nrvo shouldn't touch bycopy object[backport:1.2] (#19385) flywind 2022-01-14 00:39:17 +08:00
  • bc823b6487 nrvo shouldn't touch bycopy object[backport:1.2] (#19385) flywind 2022-01-14 00:39:17 +08:00
  • 3d3d790c63 docs: Fix broken cross references to rfind in strutils (#19382) [backport] Leon 2022-01-14 00:45:47 +11:00