Commit Graph

  • 0dd1811344 make C++ tests green again Andreas Rumpf 2018-01-22 14:06:53 +01:00
  • ecbbefcc83 Fallback to doNothing if /proc/loadavg cant be opened (#7123) Yuriy Glukhov 2018-01-22 15:52:22 +03:00
  • 6e145d4269 GC: also report total GC'ed heap size ignoring losses due to fragmentation Andreas Rumpf 2018-01-21 23:51:54 +01:00
  • 45c02af2b5 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-01-21 21:09:03 +01:00
  • 6266c68ab6 writeStackTrace now officially has no IO effect anymore for more convenient debugging Andreas Rumpf 2018-01-21 21:08:51 +01:00
  • 8c98277d5a M&S GC: minor code cleanup Andreas Rumpf 2018-01-21 21:06:31 +01:00
  • 5f603144b2 GC: fixes size computation for leak detection Andreas Rumpf 2018-01-21 20:59:25 +01:00
  • 6607d01303 Merge pull request #7119 from zielmicha/patch-2 Dominik Picheta 2018-01-21 16:11:53 +00:00
  • 1a0f8fd4e6 Change default ARM compiler name Michał Zieliński 2018-01-21 16:26:22 +01:00
  • 81195fc362 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-01-21 10:59:18 +01:00
  • e5af08cc12 GC add 'string' to dumpNumberOfInstances Andreas Rumpf 2018-01-21 10:59:09 +01:00
  • c99f952dfb basic 'lent T' test works Andreas Rumpf 2018-01-21 03:04:22 +01:00
  • cdc54bec6f Add note about OpenSSL 1.0.x support to openssl module. Dominik Picheta 2018-01-20 17:36:38 +00:00
  • 588173496a Merge pull request #7113 from endragor/static-openssl102 Dominik Picheta 2018-01-20 17:33:06 +00:00
  • be2db6d67a Allow static linking with OpenSSL 1.0.x Ruslan Mustakov 2018-01-20 19:10:52 +07:00
  • 7adf3bf476 Mark&Sweep GC: introduce nimTracing define for debugging Andreas Rumpf 2018-01-19 18:11:46 +01:00
  • d127dd8095 Mention lack of js support in closure iterator limitations (#7110) Mathias Stearn 2018-01-19 10:51:49 -05:00
  • 00295366b5 fixes size computations for 'dumpNumberOfInstances' Andreas Rumpf 2018-01-19 16:32:48 +01:00
  • 0b52466bb8 bugfix: do not call memcmp for nil strings Andreas Rumpf 2018-01-19 09:26:11 +01:00
  • fea66497b4 terminal.nim: code cleanup Andreas Rumpf 2018-01-18 19:34:46 +01:00
  • 7ce38122e8 Support truecolor for the terminal stdlib module (#6936) Dmitry Atamanov 2018-01-18 20:48:59 +03:00
  • 1b3f640188 Fixed crash in rand (#7103) Yuriy Glukhov 2018-01-18 20:47:58 +03:00
  • 33b0e73962 fixes most recent iterators-as-expressions regression Andreas Rumpf 2018-01-18 18:57:29 +01:00
  • ef19634065 Workaround 'defer' issue in httpclient.downloadFile. Refs #3877. (#7101) Dominik Picheta 2018-01-18 13:08:35 +00:00
  • 090d22c715 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-01-18 11:40:30 +01:00
  • 6a2b57b4aa fixes #7093 Andreas Rumpf 2018-01-18 11:40:18 +01:00
  • 76df554dc4 make MySQL client work with MariaDB; prefer newer versions over older Andreas Rumpf 2018-01-18 11:32:43 +01:00
  • 6f6551d77d leak detector: sort type based entries by total used bytes Andreas Rumpf 2018-01-18 11:11:16 +01:00
  • 03b7df74a9 alloc.nim: Make 'logAlloc' produce a toy Nim program for easier memory tracing Andreas Rumpf 2018-01-18 10:46:23 +01:00
  • ffd8e922a1 stats.nim: add a '$' operator for RunningStat Andreas Rumpf 2018-01-18 10:45:46 +01:00
  • 27aab0be16 Custom pragmas in procs bug fix (#7086) cooldome 2018-01-18 09:38:55 +00:00
  • d9c922fc70 Fix gc tests for BoehmGC (#7094) Sergey Avseyev 2018-01-18 11:04:32 +03:00
  • 47d05b3f2e Merge branch 'devel' into async-improvements Dominik Picheta 2018-01-17 16:28:00 +00:00
  • b754bfabb6 Merge pull request #7023 from yglukhov/unify-async Dominik Picheta 2018-01-17 15:06:32 +00:00
  • 399c5e38b7 don't make optNilCheck default to on for now (#7058) jcosborn 2018-01-16 18:32:40 -06:00
  • 136f1a208a Merge pull request #7066 from nim-lang/net-fixes Dominik Picheta 2018-01-16 22:05:49 +00:00
  • b38f6d49b7 travis: attempt to make tests green again Andreas Rumpf 2018-01-16 11:06:22 +01:00
  • 1661062ebf Raise assertion error when attempting to use closed socket. Dominik Picheta 2018-01-11 20:47:07 +00:00
  • 3e33668abc Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2018-01-15 17:41:15 +01:00
  • f1089db175 GC: enable precise global/thread local storage tracing Araq 2018-01-15 17:41:05 +01:00
  • fc056015fd Merge pull request #7064 from grazil/devel Dominik Picheta 2018-01-15 11:24:18 +00:00
  • 24a6583fa7 hardened gctest Araq 2018-01-15 00:48:52 +01:00
  • 2d907ac334 make tests green again Araq 2018-01-15 00:09:11 +01:00
  • 9a60eae631 fixes #7078 Araq 2018-01-14 23:49:53 +01:00
  • a2b7fcdb4d Use generic for 'stateObject' in func 'pushState' Renaud Chénard 2018-01-14 23:12:59 +01:00
  • bba6d62420 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2018-01-14 17:34:48 +01:00
  • f71f9f83c2 GC improvements; distinguish between thread local and globals in the marking step Araq 2018-01-14 17:34:27 +01:00
  • 6db1b492e1 Include target in tester nimcache hash (#7053) Mathias Stearn 2018-01-14 09:22:48 -05:00
  • 1e55d92009 Add default argument to 'tables.getOrDefault' lcrees 2018-01-12 13:30:03 -07:00
  • 38fde80b35 strformat: fixes new 'fmt' template Andreas Rumpf 2018-01-13 10:57:51 +01:00
  • 430a6c481e Merge pull request #7074 from smt923/patch-1 Dominik Picheta 2018-01-12 14:39:05 +00:00
  • ee64dcd728 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2018-01-12 15:08:12 +01:00
  • f1bf65f66e gc.nim: Add a gcAssert to enforce the no heap sharing restrictions Araq 2018-01-12 15:08:02 +01:00
  • e7e0648829 Update two links in tutorial to compiler usage docs with updated page anchors smt 2018-01-12 13:57:58 +00:00
  • 471ae7e081 Merge pull request #7067 from yglukhov/httpclient-crash Dominik Picheta 2018-01-12 08:59:29 +00:00
  • 3647c9c822 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2018-01-12 01:27:45 +01:00
  • 66634fe1a0 strformat: introduce 'fmt' as an alias for '%'; ensure overloading resolution produces a clash between strformat.'%' and json.'%' Araq 2018-01-12 01:27:24 +01:00
  • cfc0a58417 Fixed crash in ssl httpclient Yuriy Glukhov 2018-01-11 23:02:42 +02:00
  • 4181e1940d recv with a timeout of -1 shouldn't wait on all data. Dominik Picheta 2018-01-11 20:46:44 +00:00
  • 082868f1bb Merge pull request #7063 from yglukhov/logging-dont-crash-on-nil Dominik Picheta 2018-01-11 18:41:34 +00:00
  • 425f221440 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2018-01-11 18:05:26 +01:00
  • fb8def869c rename strformat.fmt to % as it works better with backslash escape sequences; refs #6958 Araq 2018-01-11 18:05:14 +01:00
  • df73d412ba introduce --symbolFiles:v2 as the next attempt to bring symbol files to Nim Araq 2018-01-11 17:58:26 +01:00
  • 72d9485e8e Fix tasync_traceback test. Dominik Picheta 2018-01-11 16:52:14 +00:00
  • b7713859ab Use regex to match output of tasync_traceback. Dominik Picheta 2018-01-11 16:15:53 +00:00
  • 2312f71819 Merge pull request #7055 from oskca/devel Dominik Picheta 2018-01-11 14:37:35 +00:00
  • d5cd8e6f71 add missing methods in js backend grazil 2018-01-11 14:16:48 +01:00
  • 8da96bc72b Remove additionalInfo in OSError in findNextFile Dominik Picheta 2018-01-11 12:16:34 +00:00
  • c9c44a4eb9 correct type for raiseOSError oskca 2018-01-11 19:42:19 +08:00
  • 852e1d3da1 logging: don't crash on nil strings Yuriy Glukhov 2018-01-11 11:50:13 +02:00
  • 495331bf20 raiseOSError to indicate the failling of findNextFile in walkDir[Rec] oskca 2018-01-11 13:40:25 +08:00
  • e98a2051ce check ERROR_NO_MORE_FILES to prevent walkDir[Rec] to quit prematurely oskca 2018-01-10 23:20:18 +08:00
  • d0a9fac362 avoid creating temporary in genObjConstr if possible (#7032) jcosborn 2018-01-10 19:01:51 -06:00
  • 2aebb8ed7e Fix for isssue in parseBiggestFloat #7060 (#7061) cooldome 2018-01-11 00:57:20 +00:00
  • 2c905f5e81 Merge pull request #6962 from nim-lang/fixes/6100 Dominik Picheta 2018-01-10 23:11:26 +00:00
  • 1256f211f5 Merge pull request #6922 from FedericoCeratto/openssl-1.1.0 Dominik Picheta 2018-01-10 23:05:42 +00:00
  • 24cae4addb Merge pull request #7033 from GULPF/allow-timezone-closures Dominik Picheta 2018-01-10 17:45:29 +00:00
  • 5f3438a3fe Merge pull request #7050 from cooldome/vcc_enum_warning Dominik Picheta 2018-01-10 12:44:59 +00:00
  • a1016245cc - fixed lock of a program when proc echo is called on Android 5.x.x (#7054) rrenderr 2018-01-10 13:41:29 +02:00
  • 50fb98d260 Merge branch 'devel' of github.com:nim-lang/Nim into devel Araq 2018-01-10 10:01:47 +01:00
  • 13e9f8aac1 make tfragment_gc more robust for Appveyor Araq 2018-01-10 10:01:33 +01:00
  • 002840edff Add warning 4809 to ignore list cooldome 2018-01-09 22:29:52 +00:00
  • a54430ea2d Fix struct packing for VCC. (#7049) sleepyqt 2018-01-10 01:02:09 +03:00
  • e7e37713dd Merge pull request #7045 from GULPF/fmt-str-fallback Dominik Picheta 2018-01-09 16:22:38 +00:00
  • b6b99da08f Windows: fix a eraseLine bug (#7044) Dmitry Atamanov 2018-01-09 17:48:27 +03:00
  • 2c9e56a783 Implement custom annotations (#6987) cooldome 2018-01-09 14:25:22 +00:00
  • aff787db69 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-01-09 13:06:07 +01:00
  • 849664744b another attempt to make the fragmentation test more robust for Windows Andreas Rumpf 2018-01-09 13:00:22 +01:00
  • b31151f68e New runtime: fix allocator inheritable (#7046) Dmitry Atamanov 2018-01-09 13:22:29 +03:00
  • 624bd847fb Add test case Oscar Nihlgård 2018-01-09 00:33:39 +01:00
  • cde3a4f586 Add additional $ fallback to fmt Oscar Nihlgård 2018-01-09 00:18:32 +01:00
  • 424532f883 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-01-08 22:00:27 +01:00
  • fd1883f90a Fixes for new runtime (#7037) Dmitry Atamanov 2018-01-08 23:26:03 +03:00
  • 437caf4358 Merge branch 'devel' into nimv2 Andreas Rumpf 2018-01-08 20:04:25 +01:00
  • e2f1f8bafa Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-01-08 18:22:34 +01:00
  • c924fac5c8 fixes #7019 Andreas Rumpf 2018-01-08 18:22:18 +01:00
  • ceb8ba4957 fixes #7018 Andreas Rumpf 2018-01-08 18:02:38 +01:00
  • 316c693b91 Merge pull request #7040 from Stromberg90/patch-2 Dominik Picheta 2018-01-08 13:18:19 +00:00
  • cdc104f69a Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2018-01-08 13:46:53 +01:00
  • b168efd1ab make strformat.fmt take the same signature as strfmt.fmt in order to force an ambiguity error; refs #6958 Andreas Rumpf 2018-01-08 13:43:43 +01:00