summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7113 from endragor/static-openssl102Dominik Picheta2018-01-202-22/+30
|\
| * Allow static linking with OpenSSL 1.0.xRuslan Mustakov2018-01-202-22/+30
|/
* Mention lack of js support in closure iterator limitations (#7110)Mathias Stearn2018-01-191-0/+1
* fixes size computations for 'dumpNumberOfInstances'Andreas Rumpf2018-01-191-1/+1
* bugfix: do not call memcmp for nil stringsAndreas Rumpf2018-01-191-3/+6
* terminal.nim: code cleanupAndreas Rumpf2018-01-181-41/+27
* Support truecolor for the terminal stdlib module (#6936)Dmitry Atamanov2018-01-182-14/+202
* Fixed crash in rand (#7103)Yuriy Glukhov2018-01-181-0/+5
* fixes most recent iterators-as-expressions regressionAndreas Rumpf2018-01-181-2/+2
* Workaround 'defer' issue in httpclient.downloadFile. Refs #3877. (#7101)Dominik Picheta2018-01-181-13/+32
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-1818-27/+98
|\
| * Custom pragmas in procs bug fix (#7086)cooldome2018-01-184-5/+17
| * Fix gc tests for BoehmGC (#7094)Sergey Avseyev2018-01-183-6/+3
| * Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-177-4/+43
| |\
| | * Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-057-4/+43
| * | don't make optNilCheck default to on for now (#7058)jcosborn2018-01-172-0/+4
| * | Merge pull request #7066 from nim-lang/net-fixesDominik Picheta2018-01-162-12/+31
| |\ \
| | * | Raise assertion error when attempting to use closed socket.Dominik Picheta2018-01-152-11/+26
| | * | recv with a timeout of -1 shouldn't wait on all data.Dominik Picheta2018-01-111-1/+5
* | | | fixes #7093Andreas Rumpf2018-01-182-1/+36
* | | | make MySQL client work with MariaDB; prefer newer versions over olderAndreas Rumpf2018-01-181-2/+2
* | | | leak detector: sort type based entries by total used bytesAndreas Rumpf2018-01-181-2/+28
* | | | alloc.nim: Make 'logAlloc' produce a toy Nim program for easier memory tracingAndreas Rumpf2018-01-181-2/+2
* | | | stats.nim: add a '$' operator for RunningStatAndreas Rumpf2018-01-181-2/+21
|/ / /
* | | travis: attempt to make tests green againAndreas Rumpf2018-01-161-1/+1
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-151-1/+2
|\ \ \
| * \ \ Merge pull request #7064 from grazil/develDominik Picheta2018-01-151-1/+2
| |\ \ \
| | * | | Use generic for 'stateObject' in func 'pushState'Renaud Chénard2018-01-141-1/+1
| | * | | add missing methods in js backendgrazil2018-01-111-1/+2
* | | | | GC: enable precise global/thread local storage tracingAraq2018-01-154-62/+46
|/ / / /
* | | | hardened gctestAraq2018-01-151-3/+3
* | | | make tests green againAraq2018-01-151-1/+1
* | | | fixes #7078Araq2018-01-143-114/+114
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-144-12/+15
|\ \ \ \
| * | | | Include target in tester nimcache hash (#7053)Mathias Stearn2018-01-142-10/+12
| * | | | strformat: fixes new 'fmt' templateAndreas Rumpf2018-01-131-0/+1
| * | | | Merge pull request #7074 from smt923/patch-1Dominik Picheta2018-01-121-2/+2
| |\ \ \ \
| | * | | | Update two links in tutorial to compiler usage docs with updated page anchorssmt2018-01-121-2/+2
* | | | | | GC improvements; distinguish between thread local and globals in the marking ...Araq2018-01-148-132/+133
|/ / / / /
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-121-3/+9
|\| | | |
| * | | | Merge pull request #7067 from yglukhov/httpclient-crashDominik Picheta2018-01-121-3/+9
| |\ \ \ \
| | * | | | Fixed crash in ssl httpclientYuriy Glukhov2018-01-111-3/+9
* | | | | | gc.nim: Add a gcAssert to enforce the no heap sharing restrictionsAraq2018-01-121-0/+1
|/ / / / /
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-121-2/+13
|\ \ \ \ \
| * \ \ \ \ Merge pull request #7063 from yglukhov/logging-dont-crash-on-nilDominik Picheta2018-01-111-2/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | logging: don't crash on nil stringsYuriy Glukhov2018-01-111-2/+13
| | |/ / /
* | / / / strformat: introduce 'fmt' as an alias for '%'; ensure overloading resolution...Araq2018-01-121-1/+18
|/ / / /
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-1119-112/+301
|\ \ \ \ | | |/ / | |/| |
| * | | Fix tasync_traceback test.Dominik Picheta2018-01-111-0/+1
| * | | Use regex to match output of tasync_traceback.Dominik Picheta2018-01-111-60/+69