summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Gratipay is deadJuan Francisco Cantero Hurtado2018-01-231-4/+1
* Fix longgc category tests (#7095)Sergey Avseyev2018-01-223-11/+11
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-221-11/+14
|\
| * Fallback to doNothing if /proc/loadavg cant be opened (#7123)Yuriy Glukhov2018-01-221-11/+14
* | make C++ tests green againAndreas Rumpf2018-01-221-2/+2
* | GC: also report total GC'ed heap size ignoring losses due to fragmentationAndreas Rumpf2018-01-211-1/+3
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-211-3/+8
|\
| * Merge pull request #7119 from zielmicha/patch-2Dominik Picheta2018-01-211-3/+8
| |\
| | * Change default ARM compiler nameMichał Zieliński2018-01-211-3/+8
| |/
* | writeStackTrace now officially has no IO effect anymore for more convenient d...Andreas Rumpf2018-01-213-4/+8
* | M&S GC: minor code cleanupAndreas Rumpf2018-01-211-6/+0
* | GC: fixes size computation for leak detectionAndreas Rumpf2018-01-211-4/+4
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-213-23/+34
|\
| * Add note about OpenSSL 1.0.x support to openssl module.Dominik Picheta2018-01-201-1/+3
| * 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
* | GC add 'string' to dumpNumberOfInstancesAndreas Rumpf2018-01-211-0/+5
* | basic 'lent T' test worksAndreas Rumpf2018-01-214-16/+36
* | Mark&Sweep GC: introduce nimTracing define for debuggingAndreas Rumpf2018-01-192-2/+42
|/
* 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