summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #7089Andreas Rumpf2018-01-246-5/+30
|
* 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 name
| | * Change default ARM compiler nameMichał Zieliński2018-01-211-3/+8
| |/ | | | | In most distros (Ubuntu, Debian, Arch Linux) the only available Linux ARM toolchain uses arm-linux-gnueabihf- prefix. That's also the correct compiler for cross-compiling code for Raspberry Pi, which is what most people will probably want.
* | writeStackTrace now officially has no IO effect anymore for more convenient ↵Andreas Rumpf2018-01-213-4/+8
| | | | | | | | debugging
* | 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.2
| | * Allow static linking with OpenSSL 1.0.xRuslan Mustakov2018-01-202-22/+30
| |/ | | | | | | | | | | | | This commit basically returns the code that was removed in a78d7a31f780c6cf1e421f820d9ed19a5db64ca7, but under 'openssl10' define symbol. OpenSSL 1.0.2 is still actively maintained, so there is no point in dropping support of it.
| * 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 targets
| | * 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
| | | | | | | | | | | | | | | | | | * don't make optNilCheck default to on for now * add conditional symbol nimHasNilChecks
| * | Merge pull request #7066 from nim-lang/net-fixesDominik Picheta2018-01-162-12/+31
| |\ \ | | | | | | | | Assert on closed sockets
| | * | 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
| |\ \ \ | | | | | | | | | | add missing methods in js backend
| | * | | 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
|\ \ \ \