Commit Graph

  • e0e1241a54 move securehash back into the stdlib Araq 2017-12-21 12:34:16 +01:00
  • 0181253eea fixes #6949 Araq 2017-12-21 12:28:05 +01:00
  • 3495c0a46d Fix json generation logic (#6909) konqoro 2017-12-21 12:26:02 +02:00
  • 63403b31ad Modified behavior of walkDirRec (#6952) Dmitry Atamanov 2017-12-21 13:15:19 +03:00
  • 2ceee884fe fix #6462 Zahary Karadjov 2017-10-06 16:36:26 +03:00
  • 057d5789ba fix #6277 Zahary Karadjov 2017-10-07 22:17:16 +03:00
  • 70380882c5 fix #6108 Zahary Karadjov 2017-10-07 21:49:11 +03:00
  • 765116d547 testament html generation improvements; merged #6667 manually Araq 2017-12-21 10:49:09 +01:00
  • 18508cdcc3 testament: use splitWhitespace instead of split Araq 2017-12-21 10:23:21 +01:00
  • 77d56aaff6 cleanup times.nim Araq 2017-12-21 10:11:45 +01:00
  • 218679fc95 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2017-12-21 10:03:56 +01:00
  • ee67a67ac4 first steps in adding template/macro calls to stack traces Araq 2017-12-21 10:03:33 +01:00
  • af1404c85d Minor fixes to strformat docs (#6953) Mathias Stearn 2017-12-21 03:58:24 -05:00
  • 47d00eb397 add missing math.trunc for js backend (#6950) skilchen 2017-12-20 22:26:22 +01:00
  • eba544996d Fix docs! Alexander Ivanov 2017-12-20 14:11:22 +02:00
  • 7b495e23d4 Fix the forward test Alexander Ivanov 2017-12-20 14:09:02 +02:00
  • b3dfc93bee Fix forward Alexander Ivanov 2017-12-19 20:50:37 +02:00
  • 7f6afa9e9b Make asyncjs Future[void] play nicely with last line discardable calls Alexander Ivanov 2017-12-19 13:57:37 +02:00
  • 85ac3130aa make asyncdispatch.poll completing all opterations that can be comple… (#6911) Andreas Rumpf 2017-12-19 12:39:50 +01:00
  • 3de81af44d Added a couple of procs for RSA verification (#6942) Yuriy Glukhov 2017-12-19 12:04:42 +02:00
  • a9ba02e8c9 added asyncjs standard library module (#6841) Alexander Ivanov 2017-12-19 01:34:55 +02:00
  • a879973081 Better times module (#6552) GULPF 2017-12-18 23:11:28 +01:00
  • 07fe1aa655 Use escape sequences rather than hex in string/char literals (#6941) Mathias Stearn 2017-12-18 11:49:49 -05:00
  • 2775cda6e1 added new stdlib module 'cstrutils' for easier cstring handling Araq 2017-12-18 13:16:29 +01:00
  • ed616664f7 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2017-12-18 13:13:10 +01:00
  • 2502f86d2f next steps in giving Nim a decent DFA infrastructure Araq 2017-12-18 13:12:10 +01:00
  • 90345526ba Prep for tester parallel: private nimcache for each test (#6937) Mathias Stearn 2017-12-18 04:10:52 -05:00
  • 3659fec725 Alternative fix for #4910 that covers #6892; fixes #6892 (#6938) cooldome 2017-12-17 22:56:21 +00:00
  • 69aeb86f49 strformat: fix the documentation examples Araq 2017-12-17 20:40:43 +01:00
  • 3fc7082887 strformat: default for numbers is right alignment Araq 2017-12-17 20:34:32 +01:00
  • 2e61e6edf9 strformat: support 'sign' as Python does Araq 2017-12-17 17:58:04 +01:00
  • 5c7493f833 strformat: added '^' char for center alignment for Python compat Araq 2017-12-17 17:21:43 +01:00
  • d244508b8a fixes #6932 Araq 2017-12-17 14:23:57 +01:00
  • 7ab3743d84 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2017-12-17 13:58:51 +01:00
  • 26198e4ee7 added new stdlib module 'strformat'; refs #5600; refs #6507 Araq 2017-12-17 13:58:40 +01:00
  • eab46c5b7e runnableExamples feature: allow import statements and move them to the top level Araq 2017-12-17 13:42:56 +01:00
  • e06d76669a renderer.nim: fixes a long standing bug that kept triple string literals from being rendered properly Araq 2017-12-17 13:15:19 +01:00
  • 822da4b213 fix #6931 terminal.eraseline() gives OverflowError on Windows (#6933) skilchen 2017-12-17 10:57:45 +01:00
  • 01649e3eb5 Name error in example (#6935) Strømberg 2017-12-17 10:57:05 +01:00
  • 35133d97ef make niminst compile again Araq 2017-12-16 01:56:38 +01:00
  • 190f706a10 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2017-12-16 01:48:09 +01:00
  • 1de3938008 Added test duration output (#6619) Dmitry Atamanov 2017-12-15 21:13:57 +03:00
  • 7a711cc8e1 cleanup of the Intel compiler handling; refs #6488 Araq 2017-12-15 19:12:39 +01:00
  • 7c3e00d469 Fix icc compiler on linux (#6488) Eduardo Bart 2017-12-15 14:01:23 -02:00
  • 2654a77a60 Merge branch 'treeform-parsesql' into devel Araq 2017-12-15 17:00:32 +01:00
  • 8caa3df1c3 Merge branch 'parsesql' of https://github.com/treeform/Nim into treeform-parsesql Araq 2017-12-15 16:49:59 +01:00
  • 0ab28d5e8e Merge branch 'Veladus-issue-6805' into devel Araq 2017-12-15 16:46:45 +01:00
  • 0d744cccc2 make boostrapping work Araq 2017-12-15 16:46:27 +01:00
  • d68be11fea Merge branch 'issue-6805' of https://github.com/Veladus/Nim into Veladus-issue-6805 Araq 2017-12-15 16:44:01 +01:00
  • b73bb911a9 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2017-12-15 15:34:00 +01:00
  • e0591d4941 fixes #6626 Araq 2017-12-15 15:33:43 +01:00
  • cf9bee1702 Fix counttable smallest loop start (#6917) GULPF 2017-12-15 13:59:32 +01:00
  • be87fe9176 make tests green again Araq 2017-12-15 13:24:47 +01:00
  • 8db5b32ff7 make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693 Araq 2017-12-15 12:16:03 +01:00
  • 950dadbc71 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2017-12-15 11:34:51 +01:00
  • 8decf0f5ce make JS tests green again Araq 2017-12-15 11:34:17 +01:00
  • a5e4d2f7a3 fixes #668 Araq 2017-12-15 11:21:49 +01:00
  • e92883466a Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2017-12-15 00:36:41 +01:00
  • 196977f623 many improvements to random.nim; fixes #4726 Araq 2017-12-14 21:37:53 +01:00
  • 1bb086e7a8 fixes #5999 Araq 2017-12-14 20:55:02 +01:00
  • da2f689e09 fixes #6033 Araq 2017-12-14 20:49:08 +01:00
  • 55fdac46e3 fix treeform 2017-12-14 18:40:20 +00:00
  • 54ee368358 Fix identifier in cursor* templates in terminal Jon Caldwell 2017-05-25 01:19:55 -07:00
  • 21a9fce414 Fix onSignal example Federico Ceratto 2016-12-31 15:55:34 +00:00
  • c678ac3f33 Expand dbQuote to handle backslashes Euan T 2016-06-16 18:40:35 +01:00
  • ee5a76fd9d fix treeform 2017-12-14 18:31:43 +00:00
  • 08d7b5d031 fix treeform 2017-12-13 23:34:44 +00:00
  • c6b33de127 fix treeform 2017-12-13 23:32:54 +00:00
  • 6df6ec27ec Improved collection-to-string behavior (#6825) Fabian Keller 2017-12-14 14:02:13 +01:00
  • e860334377 added SQL parser test Andreas Rumpf 2017-12-14 12:46:09 +01:00
  • bc1123536e Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2017-12-14 10:55:12 +01:00
  • 9e87531f04 Genode: constrain osTryAllocPages to RAM quota (#6883) Emery Hemingway 2017-12-14 03:23:47 -06:00
  • 3546a89e87 Merge pull request #6919 from konqoro/patch-19 Dominik Picheta 2017-12-13 21:45:47 +00:00
  • be16dfd195 make tests green again Andreas Rumpf 2017-12-13 22:16:37 +01:00
  • 422c117a77 Small fix for js dom konqoro 2017-12-13 16:14:01 +02:00
  • c35788b97c make hidden visibility the default for Unix Araq 2017-12-13 14:37:19 +01:00
  • 542d45f882 Fix counttable smallest (#6912) GULPF 2017-12-13 02:52:35 +01:00
  • d550417f8b Merge branch 'cheatfate-nosproc3' into devel Araq 2017-12-13 02:50:26 +01:00
  • 63f5e3f920 Merge branch 'nosproc2' of https://github.com/cheatfate/Nim into cheatfate-nosproc3 Araq 2017-12-13 02:47:40 +01:00
  • e952ada1ba Fix cheatfate 2017-12-13 00:36:14 +02:00
  • 6f8e98cff2 improve the docs for tables.add Araq 2017-12-12 19:55:46 +01:00
  • 647c1a1268 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2017-12-12 19:36:04 +01:00
  • 1a5a09b835 make tfragment_gc more robust Araq 2017-12-12 19:35:40 +01:00
  • 0429f41e98 execProcesses optimization. cheatfate 2017-12-12 20:00:14 +02:00
  • e672249859 Windows: Fix invalid handle value for execProcesses. Windows. Fix named pipes leak. cheatfate 2017-12-12 16:53:09 +02:00
  • d3f966922e Fixed koch warning when installing Nim. (#6898) Gerke Max Preussner 2017-12-12 08:43:12 -05:00
  • 56aa16b1de removed unused constants Veladus 2017-12-11 22:09:29 +01:00
  • 15f72d0cf1 Now analyzes over magics instead of symbol names; but dosn't compile for me Veladus 2017-12-11 21:49:28 +01:00
  • a15ddf4013 Improved error reporting Veladus 2017-12-11 21:48:22 +01:00
  • 59d4530562 Remove -3 as marker of exited process. Cache exiting process for Windows to omit unnecessary syscalls. Fix closing hThread for Windows. Fix for pause/resume on Windows. Fix process handle leak on Windows. Change behavior for waitForExit on Windows. cheatfate 2017-12-11 21:12:07 +02:00
  • 5e43e0d789 Merge branch 'devel' into async-improvements Andreas Rumpf 2017-12-11 15:12:45 +01:00
  • 28e0bf9dcd fix #6264 and #6141 (#6884) skilchen 2017-12-11 14:43:59 +01:00
  • 6e08ae5c26 merged patch #6876 manually, taking care of poDemon Andreas Rumpf 2017-12-11 11:57:21 +01:00
  • e24a3bd0ab allocator: minor fix for deallocOsPages Andreas Rumpf 2017-12-11 09:18:11 +01:00
  • e8a52a0fc2 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2017-12-09 13:40:16 +01:00
  • 14f2578604 fixes crash related to runnableExamples in Nim doc that yet uses the VM Andreas Rumpf 2017-12-09 13:40:08 +01:00
  • 96a5062b8c modify getTypeImpl to reduce result to final implementation (#6891) jcosborn 2017-12-09 06:07:37 -06:00
  • b87ef65532 Use addCallback rather than callback= in asyncfutures.all() (#6850) Mathias Stearn 2017-12-08 19:55:04 -05:00
  • f70d967d2c fixes #6889 Andreas Rumpf 2017-12-08 23:31:06 +01:00
  • b0c682de4d Merge branch 'devel' into araq-new-mm2 Araq 2017-12-08 10:06:56 +01:00