Commit Graph

  • 58282547f6 fix #6583, fix #14376, index+search now generated for all projects, many bug fixes with nim doc (#14324) Timothee Cour 2020-05-25 04:25:40 -07:00
  • cbfe9325c5 Add support for mktemps (#14347) Max Grender-Jones 2020-05-25 11:18:35 +01:00
  • 79e85cb0b5 manual.rst: updates [backport] (#14445) Andreas Rumpf 2020-05-25 12:16:32 +02:00
  • a008f591e2 add test for define, undef (#14443) Timothee Cour 2020-05-25 02:17:25 -07:00
  • acae3b02c7 Add clipPath to dom.nim. (#14435) treeform 2020-05-23 22:32:24 -07:00
  • f70d01a7d5 fix repr(char) example assert (#14437) hlaaftana 2020-05-24 07:26:49 +03:00
  • b012205b2e Fix #14057 - moveFile should overwrite on Windows (#14433) genotrance 2020-05-23 11:06:04 -05:00
  • c61f746629 avoid unsafe Nim features in preparation for --gc:arc (#14431) Andreas Rumpf 2020-05-22 20:24:37 +02:00
  • 6668b43409 add insert,tryInsert unify for postgres that need pk name (#14416) Bung 2020-05-23 01:24:52 +08:00
  • 7b3dcfde20 Add missing attributes and methods to JavaScript DOM (#14428) Mildred Ki'Lya 2020-05-22 14:34:20 +02:00
  • 0d0ea3a11e no more code duplication bw liMessage and rawMessage + several bug fixes (#14415) Timothee Cour 2020-05-22 03:02:10 -07:00
  • f7b73e6bfd make malloc.nim consistent in style (#14427) Andreas Rumpf 2020-05-22 09:55:10 +02:00
  • 149251cab9 [cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426) Timothee Cour 2020-05-21 23:28:47 -07:00
  • 3eaa870c0a ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423) Andreas Rumpf 2020-05-21 22:38:13 +02:00
  • ddee8a362a change the [Processing] messages into dots (#14418) Andreas Rumpf 2020-05-21 22:36:34 +02:00
  • 063229a301 fixes a bug reported in https://forum.nim-lang.org/t/6361 (#14422) Andreas Rumpf 2020-05-21 22:18:58 +02:00
  • f71f8b0239 The whole options module should be inline (#14417) [backport:1.2] Mamy Ratsimbazafy 2020-05-21 17:52:40 +02:00
  • 5caaa4bf6f fix #14404 foldr had the classic multiple evaluation bug (#14413) Timothee Cour 2020-05-21 02:01:43 -07:00
  • e600ddc555 fix comment from e909486e5c (r39287564) (#14412) Timothee Cour 2020-05-20 18:34:14 -07:00
  • 6969a468ce Remove #PRTEMP leftover comment Clyybber 2020-05-20 13:04:52 +02:00
  • 7fe4c66f35 Small improvements for string and char repr with gc:arc (#14400) Clyybber 2020-05-20 12:54:04 +02:00
  • 3d20f14193 fix #10731 ; runnableExamples "-b:cpp --run:off": code works (#14384) Timothee Cour 2020-05-20 00:45:34 -07:00
  • 4ae341353d asyncdispatch, asyncnet: add inheritance control (#14362) alaviss 2020-05-20 07:42:55 +00:00
  • 1450924b1e Fix some typos in the manual [backport] (#14399) Danil Yarantsev 2020-05-20 10:28:47 +03:00
  • 16003bffe1 fixes #14126 [backport:1.2] (#14390) Andreas Rumpf 2020-05-20 00:41:57 +02:00
  • b35d370d88 specialize genericReset (#14398) Andreas Rumpf 2020-05-19 21:42:53 +02:00
  • e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) Timothee Cour 2020-05-19 00:41:31 -07:00
  • 27741d6a5c fix #14364 (#14372) [backport:1.2] Ștefan Talpalaru 2020-05-18 23:44:04 +02:00
  • ac65986aae Fix #14394 (#14395) Clyybber 2020-05-18 18:43:06 +02:00
  • 2627e1e945 refs #14369 improve docs for importcpp exceptions (#14391) Timothee Cour 2020-05-18 09:10:30 -07:00
  • 810039ec0b docs:getCurrentException() and getCurrentExceptionMsg() are not available for imported exceptions (#14392) cooldome 2020-05-18 16:15:10 +01:00
  • 5beed56d0a fix #14174 do not collapse pragma inside runnableExamples (#14385) Timothee Cour 2020-05-18 02:03:34 -07:00
  • bc42e9aa98 fix #14369 (#14386) cooldome 2020-05-18 08:38:36 +01:00
  • b11ff518fa fix #12293 findNimStdLibCompileTime should not break with nimble install compiler (#14334) Timothee Cour 2020-05-18 00:38:12 -07:00
  • 69cc1ddc4d install gtk3 on osx for package testing (#14388) Miran 2020-05-18 09:03:01 +02:00
  • 51578be296 close #12746; minor cleanup (#14379) Timothee Cour 2020-05-17 04:28:18 -07:00
  • 42e80829c7 docs: fix syntax error in hotCodeReloading example (fixes #14380) (#14381) Frank Schmitt 2020-05-17 12:44:36 +02:00
  • 40ac19572a add OpenBSD MAP_STACK for coroutines (#14353) John 2020-05-16 12:56:52 -07:00
  • 7f377da1d2 fixes #14370 (#14371) Andreas Rumpf 2020-05-16 17:03:25 +02:00
  • 7361e2627b Emscripten: disable epoll (#14361) Dominik Picheta 2020-05-16 14:50:41 +01:00
  • 390ff428f0 add SqlPrepared api fix #13559 (#14365) Bung 2020-05-16 21:50:04 +08:00
  • c777f2fb60 fix some issues with --backend (#14363) Timothee Cour 2020-05-16 04:09:18 -07:00
  • c32e1378eb docfix: fix wrong link in doc/manual.rst (#14367) Bung 2020-05-16 18:04:39 +08:00
  • bf0e1c696f Remove the uses of {.procvar.} pragma (#14359) Kaushal Modi 2020-05-15 17:37:24 -04:00
  • ce0552c100 fix #9771 (#14357) Bung 2020-05-16 03:00:06 +08:00
  • 9f78f116b2 New "ping-pong" DFA (#14322) Clyybber 2020-05-15 20:24:43 +02:00
  • 13cfaf5fd5 Improve nimeval, changes some defaults (#14351) PMunch 2020-05-15 19:32:52 +02:00
  • 105079e88a Speed up testing of some packages (#14358) Danil Yarantsev 2020-05-15 17:26:03 +03:00
  • 80c360fceb fix #14350, cstrings in JS init as null (#14355) hlaaftana 2020-05-15 11:07:30 +03:00
  • 278b4582f5 fixes #14340 Araq 2020-05-14 08:51:47 +02:00
  • a2a3fa1039 Fail quickly if re or nre module is attempted to be compiled with js [backport] (#14341) Kaushal Modi 2020-05-14 01:27:57 -04:00
  • 5fb40af57e fix #14333 (#14336) cooldome 2020-05-13 22:57:05 +01:00
  • 82870e0737 fixes #13998 [backport:1.2] Andreas Rumpf 2020-05-13 22:53:41 +02:00
  • 8a339d1178 fixes #13862 Araq 2020-05-13 18:01:00 +02:00
  • f3e17e7c77 fixes #13104 [backport] Andreas Rumpf 2020-05-13 22:29:02 +02:00
  • 79fe87500f fixes #13935 Andreas Rumpf 2020-05-13 22:17:38 +02:00
  • 3573a4f9c1 no more guessing where compiler msgs came from (#14317) Timothee Cour 2020-05-13 08:19:44 -07:00
  • a3719df8b3 fixes #14331 Araq 2020-05-13 14:29:37 +02:00
  • 041ee92bba osproc.execCmdEx now takes an optional input for stdin, env, workingDir (#14211) Timothee Cour 2020-05-13 04:45:36 -07:00
  • 1648f1dd99 fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding service ports everywhere + flakyAssert (#14327) Timothee Cour 2020-05-13 02:05:47 -07:00
  • 9acbf99efb Allow let to not have value when using importc (#14258) PMunch 2020-05-12 20:28:18 +02:00
  • 82f008158c cycle collector: make it threadsafe Araq 2020-05-12 20:12:55 +02:00
  • 09ea8f9cf8 fix detecting closure env for nested asts (#14326) b3liever 2020-05-12 21:09:56 +03:00
  • dddfbcf211 close #13071 by adding test: nim cpp -r --gc:arc` segfaults on caught AssertionError (#14323) Timothee Cour 2020-05-12 10:19:31 -07:00
  • de74362213 fix #14314 do not analyze importc procs for effects (#14319) Timothee Cour 2020-05-12 07:19:03 -07:00
  • 06dfd31612 fixes #13881 Andreas Rumpf 2020-05-12 15:46:24 +02:00
  • 4277ab470a fix one motr dicriminator bug cooldome 2020-05-12 12:45:34 +01:00
  • dfae796ac3 fix test cooldome 2020-05-12 11:45:14 +01:00
  • 2d7ccf0928 fix #14312 cooldome 2020-05-12 10:23:05 +01:00
  • 55446c05a4 Added a reference to ternary operators. (#14309) Avahe Kellenberger 2020-05-12 02:28:10 -04:00
  • b8ec07f19e properly fixes #13758 so that import std/macros stays legal (#14291) Timothee Cour 2020-05-11 23:27:47 -07:00
  • a39123c93c fix #14219 (#14225) cooldome 2020-05-11 22:11:20 +01:00
  • 86669ef5b4 Make --backend:cpp|js work for :test: code-blocks as well (#14306) Kaushal Modi 2020-05-11 14:45:35 -04:00
  • 76f7e95814 Fix #14289 (#14304) [backport] slangmgh 2020-05-12 01:17:37 +08:00
  • 0f344a70c9 fixes #13946 (#14302) Andreas Rumpf 2020-05-11 19:12:40 +02:00
  • a081b10b54 small refactoring (#14303) b3liever 2020-05-11 20:12:25 +03:00
  • fee71d466c fix #14294 (#14301) cooldome 2020-05-11 18:10:54 +01:00
  • 03c146cd93 do not track 'raise Defect' in the .raises: [] clause anymore (#14298) Andreas Rumpf 2020-05-11 16:25:56 +02:00
  • 517dd800f8 better error message Antonis 2020-05-11 14:59:51 +03:00
  • 3616b0698b fix closure env check Antonis 2020-05-11 14:51:50 +03:00
  • 73c9d2c9d7 Fix for --styleCheck:error Antonis 2020-05-11 12:45:55 +03:00
  • 14f76f721d refactor: renamed readme to readme.md (#14283) Jovial Joe Jayarson 2020-05-11 17:20:40 +05:30
  • 9502e39b63 nim doc --backend:js, nim doc --doccmd:-d:foo, nim r --backend:js, --doccmd:skip + other improvements (#14278) Timothee Cour 2020-05-11 03:01:18 -07:00
  • d11cb9d495 fix a critical bug in windows.osproc leading to resource leaks and blocking IO [backport] (#14296) Timothee Cour 2020-05-11 02:14:21 -07:00
  • 8018449319 simple typo in locks.nim (#14297) Andy Davidoff 2020-05-11 02:59:31 -04:00
  • 7c24250a57 diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 (#14293) Timothee Cour 2020-05-10 15:56:00 -07:00
  • dda6f3f6d4 nim doc -r main and nim rst2html -r main now call openDefaultBrowser (#14285) Timothee Cour 2020-05-10 00:23:01 -07:00
  • 8e93105606 Fix #14269 (#14286) Clyybber 2020-05-09 18:22:25 +02:00
  • 411be506a3 --hint:processing (+friends) is now supported and means --hint:processing:on, like all other bool flags (#14271) Timothee Cour 2020-05-08 09:54:16 -07:00
  • ce16115e79 Merge pull request #14265 from alaviss/quickfix Andreas Rumpf 2020-05-08 17:33:38 +02:00
  • bae8e95b73 fix root cause of https://github.com/dom96/choosenim/issues/193; config/config.nims should get installed (#14267) Andreas Rumpf 2020-05-08 16:14:10 +02:00
  • 4bd77cf045 Fix typo Clyybber 2020-05-08 16:13:53 +02:00
  • 363b7ff3b8 fix https://github.com/nim-lang/Nim/issues/14275 querySetting(nimcacheDir) works even if implicitly set (#14277) Timothee Cour 2020-05-08 07:13:07 -07:00
  • 120ea906fb Fix #14270 and add testcases (#14276) Clyybber 2020-05-08 15:54:34 +02:00
  • de27910ab7 make from an operator (#14241) hlaaftana 2020-05-08 08:54:46 +03:00
  • ee15437aed fix root cause of https://github.com/dom96/choosenim/issues/193; config/config.nims should get installed Timothee Cour 2020-05-07 15:01:46 -07:00
  • 5fa7d374c4 fix #14243 (#14257) cooldome 2020-05-07 21:15:25 +01:00
  • 83435fe696 tslow_tables: wait for an additional 2 seconds (#14266) alaviss 2020-05-07 20:07:08 +00:00
  • 73a42ce941 nativesockets: add missing inheritable pass-through Leorize 2020-05-07 14:43:53 -05:00
  • 42db75c970 Fix the DFA for "unstructured controlflow" (#14263) Clyybber 2020-05-07 21:41:55 +02:00