Commit Graph

  • 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
  • 8f9dd5b349 register callback for marshal in VM (#19578) flywind 2022-03-09 01:12:31 +08:00
  • 6454472938 fix not flushing stdout in MSYS (#19590) Hamid Bluri 2022-03-07 12:51:42 +03:30
  • 488e18f90d Fix CPU detection for i386 (#19577) VlkrS 2022-03-03 14:41:35 +01:00
  • 590d397852 Fix typo in Nim Tutorial pt3 (#19579) huantian 2022-03-02 05:53:59 +00:00
  • d6d36093b1 apply changes from #18017 and some fixes (#19571) flywind 2022-03-01 14:46:08 +08:00
  • 207237cec2 Fix #18662 (#19534) Evan Typanski 2022-02-28 07:18:41 -05:00
  • c870ff5946 Add error message to pointer size check assert in lib/nimbase.h (#19549) Tomohiro 2022-02-27 23:36:16 +09:00
  • c2c9fbd745 make compileOption("panics") work (#19568) solarizedalias 2022-02-27 16:22:52 +09:00
  • f0bfc0bd3f Remove define for jsfetch (#19530) Juan Carlos 2022-02-25 11:34:16 -08:00
  • 9c17a32e0e fix #19266; allow reassign discriminant field (#19567) flywind 2022-02-26 03:33:28 +08:00
  • ef3f343ec2 Allow std/macros.params to work with nnkProcTy (#19563) Tanguy 2022-02-25 12:57:58 +01:00
  • fe791c67b4 Remove Deprecated jsre func (#19551) Juan Carlos 2022-02-25 01:43:35 -08:00
  • 9a49451124 Remove volatiles when compiling with ARC/ORC (#19545) PMunch 2022-02-25 10:43:03 +01:00
  • 340b5a1676 Document links repect --out in .idx file (#19543) Jake Leahy 2022-02-25 07:16:46 +11:00
  • 0c915b5e47 compile pragma: cache the result sooner (#19554) Ștefan Talpalaru 2022-02-24 08:31:40 +01:00
  • 516db3bac3 Remove trailing space in nim r command; Amend one error message (#19487) locriacyber 2022-02-18 22:24:42 +00:00
  • f019e999d4 keep casing of noinit and noreturn pragmas consistently documented (#19535) tersec 2022-02-18 15:06:11 +00:00
  • 30e9f23ec0 Update chcks.nim (#19540) rockcavera 2022-02-17 08:48:57 -03:00
  • b2c5d7b4ff Documentation: Fix word usage (#19529) Sizhe Zhao 2022-02-15 06:15:59 +08:00
  • 2ef71c0a46 [testcase] genSym fails to make unique identifier for ref object types (#19506) flywind 2022-02-14 21:36:01 +08:00
  • 8e8231f9d6 Remove deprecated math.c_frexp (#19518) Juan Carlos 2022-02-14 05:35:33 -08:00
  • 42eeab5fd1 Remove Deprecated oids.oidsToString (#19519) Juan Carlos 2022-02-14 00:09:21 -08:00
  • cda77c1520 use OrderedTable instead of OrderedTableRef for mimedb (#19522) David Krause 2022-02-14 08:56:35 +01:00
  • 551225d888 Remove backslash in glob pattern (#19524) konsumlamm 2022-02-14 08:50:38 +01:00
  • ed0dce7292 fixes #19404 by protecting the memory we borrow from. this replaces crashes with minor memory leaks which seems to be acceptable. In the longer run we need a better VM that didn't grow hacks over a decade. (#19515) Andreas Rumpf 2022-02-12 15:10:45 +01:00
  • b936bfd01a fix #16458; make useNimRtl compile for --gc:orc (#19512) flywind 2022-02-11 18:16:27 +08:00
  • 27e548140b don't use a temp for addr [backport: 1.6] (#19503) flywind 2022-02-08 15:34:44 +08:00
  • 801c0f0369 Fix bug 27 of #17340 (#19433) Andrey Makarov 2022-02-08 02:11:53 +03:00
  • 4b0636fba0 Add compilers and hints to default nim.cfg (#18424) Federico Ceratto 2022-02-07 23:05:41 +00:00
  • 28180e47a9 disable nimlsp (#19499) flywind 2022-02-07 14:04:04 +08:00
  • 6b302bb71b Improve consistency (#19490) Roj 2022-02-06 18:28:54 -08:00
  • d0287748fe setjump => setjmp [backport: 1.2] (#19496) flywind 2022-02-06 15:51:03 +08:00
  • 7b09fd70ab undefine C symbols in JS backend [backport:1.6] (#19437) flywind 2022-02-05 06:10:24 +08:00
  • 33bfe5b12c fix parseEnum cannot parse enum with const fields (#19466) flywind 2022-02-04 20:47:03 +08:00
  • 772ed5eff2 correct typos (#19485) flywind 2022-02-03 11:15:46 +08:00
  • 891329cd4b move io out of system (#19442) flywind 2022-02-03 00:10:11 +08:00
  • 486cb09ec2 Clonkk fix2 11923 (#19451) Regis Caillaud 2022-02-02 09:44:51 +01:00
  • 1830a3b505 No longer segfault when using a typeclass with a self referencing type (#19467) Jason Beetham 2022-02-02 01:38:21 -07:00
  • 22ae0bef63 Update jsfetch with latest API and fix missing bindings (#19473) tandy1000 2022-02-01 11:12:55 +00:00
  • 56a901f9e1 fix broken CI (#19472) flywind 2022-01-31 20:49:20 +08:00
  • 33cd883e27 [add testcase] NRVO does not occur with init procedures (#19462) flywind 2022-01-29 21:06:54 +08:00
  • cb894c7094 Merge pull request from GHSA-ggrq-h43f-3w7m Dominik Picheta 2022-01-29 13:03:01 +00:00
  • 520881af9a update outdated link (#19465) flywind 2022-01-29 10:08:38 +08:00
  • 0c3892c3c7 nvro don't touch cdecl types [backport: 1.6] (#19461) flywind 2022-01-28 16:53:42 +08:00
  • 6319b00ef7 support set other GCs after mm = orc or mm = arc is set in the global config (#19455) flywind 2022-01-27 22:23:34 +08:00
  • 4b723c0f53 change run command for numericalnim (#19448) Hugo Granström 2022-01-25 10:31:24 +01:00
  • 6ea6225523 bugfix: varargs count as open arrays (#19447) Andreas Rumpf 2022-01-25 08:08:22 +01:00
  • f7c4fb0014 os: faster getFileSize (#19438) ehmry 2022-01-24 20:57:37 +01:00
  • 15f54de5c4 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
  • 2bd1aa186e New/better macro pragmas, mark some as experimental (#19406) metagn 2022-01-20 22:57:50 +03:00
  • 1563cb2f6e Fix #11923 (#19427) Regis Caillaud 2022-01-20 20:50:36 +01:00
  • 927fa890ec enable weave (#19363) [backport:1.6] flywind 2022-01-20 20:59:36 +08:00
  • 851e515bba Resolve cross file resolution errors in atomics (#19422) [backport:1.6] James 2022-01-20 04:58:59 -08:00
  • 4a38092ac1 Added std/envvars for env vars handling (#19421) flywind 2022-01-20 20:55:19 +08:00
  • ce44cf03cc Add noQuit option (#19419) [backport:1.6] Tom 2022-01-19 09:41:11 -07:00
  • 08261cb9e3 Don't reject types directly on AST (#19407) metagn 2022-01-19 14:38:14 +03:00
  • 5d34e81f23 fix term rewriting with sideeffect (#19410) flywind 2022-01-19 19:37:30 +08:00
  • 23c4bbedcb add an example to setControlCHook (#19416) nblaxall 2022-01-20 00:25:21 +13:00
  • b3c178c202 suppress deprecated warnings (#19408) flywind 2022-01-19 15:39:22 +08:00
  • aac54b9c7f fix stricteffects (nimsuggest/sexp) (#19405) flywind 2022-01-19 05:02:35 +08:00
  • d7869a8009 Improve Zshell completion (#19354) Andrey Makarov 2022-01-18 23:58:18 +03:00
  • 5d303762f1 update deprecated example (#19415) Hamid Bluri 2022-01-18 12:55:39 -08:00
  • bc3bee5469 Added std/oserrors for OS error reporting (#19390) flywind 2022-01-17 20:06:31 +08:00
  • 07c7a8a526 Optimize lent in JS [backport:1.6] (#19393) hlaaftana 2022-01-17 15:03:40 +03:00
  • dc8ac66873 fix no net compilation on zephyr (#19399) Jaremy Creechley 2022-01-17 04:02:31 -08:00
  • 4f6b59de96 mangle names in nimbase.h using cppDefine (#19395) [backport] flywind 2022-01-17 18:14:13 +08:00
  • 2c5b367001 improve changelog a bit (#19400) flywind 2022-01-17 11:54:27 +08:00
  • 15e3813d96 add mm to compilesettings; deprecate gc (#19394) flywind 2022-01-17 04:10:35 +08:00
  • d102b2f54c deprecate unsafeAddr; extend addr (#19373) flywind 2022-01-16 18:08:38 +08:00
  • a95399143f Use openarray of bytes in md5 (#19307) hlaaftana 2022-01-15 15:19:05 +03:00
  • 342b74ef70 move type operation section and remove deepcopy document (#19389) flywind 2022-01-15 18:25:09 +08:00
  • 7bdfeb7819 Fixed concept constraints for static types (#19391) Jason Beetham 2022-01-15 01:24:23 -07:00
  • a93f6e7acc Generic parameters now can constrain statics in type definitions (#19362) Jason Beetham 2022-01-13 09:39:55 -07:00
  • 9b9ae8a487 nrvo shouldn't touch bycopy object[backport:1.2] (#19385) flywind 2022-01-14 00:39:17 +08:00
  • 5853303be0 docs: Fix broken cross references to rfind in strutils (#19382) [backport] Leon 2022-01-14 00:45:47 +11:00
  • 40a9c33eff update copyright year (#19381) flywind 2022-01-13 21:43:35 +08:00
  • a9135095f0 docs: Mention import foo {.all.} syntax (#19377) Leon 2022-01-14 00:40:27 +11:00
  • ada815e459 make rst thread safe (#19369) flywind 2022-01-13 15:03:14 +08:00
  • 9a32905d89 nimscript ignore the threads option (#19370) flywind 2022-01-13 15:02:41 +08:00
  • 9888a29c3d bitsets.nim: cleanup (#19361) Andreas Rumpf 2022-01-11 10:16:51 +01:00
  • bcbeff3632 remove spaces between an identifier and a star (#19355) flywind 2022-01-10 18:59:44 +08:00
  • 92e5573b20 fix stylecheck error with asyncdispatch (#19350) flywind 2022-01-10 17:29:04 +08:00
  • 955040f0f1 Fix remove on last node of singly-linked list [backport:1.6] (#19353) gecko 2022-01-10 09:27:59 +00:00
  • b098546da0 added filemode docs (#19346) Smarcy 2022-01-09 14:02:08 +01:00
  • ae92eac060 stylecheck usages part two: stdlib cleanup (#19338) flywind 2022-01-09 04:34:22 +08:00
  • 58656aa5bb fix nim-lang#19343 (#19344) [backport] Zachary Marquez 2022-01-08 03:22:56 -06:00
  • 4306d8fb36 disable fragments (#19341) flywind 2022-01-08 12:06:28 +08:00
  • c7d5b8c83d Fix #19038 - making the Nim compiler work again on Windows XP (#19331) rockcavera 2022-01-07 04:26:55 -03:00
  • 5ec8b60942 Update net.nim (#19327) [backport] rockcavera 2022-01-06 08:19:32 -03:00
  • 9df195ef58 style usages part one (openarray => openArray) (#19321) flywind 2022-01-04 20:29:50 +08:00
  • 1869826668 add std/private/win_getsysteminfo; refactor the usage of GetSystemInfo (#19310) flywind 2022-01-04 18:49:54 +08:00
  • 0bcd7062c6 correct the comments (#19322) flywind 2022-01-04 18:10:46 +08:00
  • 39a27783fc docs: Fix typo in tut1.rst (#19324) Nan Xiao 2022-01-04 17:42:21 +08:00
  • 35cae73aa5 devel: style fix (#19318) Ștefan Talpalaru 2022-01-04 07:56:10 +01:00