summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* allow string insert in nimscript, fixes #10561narimiran2019-02-151-1/+1
* Return result when found instead of keep iterating for no reason the whole mi...Juan Carlos2019-02-151-0/+1
* add more nimble packages for testing (#10671)Miran2019-02-153-43/+79
* introduce object before tuple in the tutorials (#10664)Arne Döring2019-02-142-31/+102
* fixes #10651Araq2019-02-143-14/+40
* osproc: fix minor typoAraq2019-02-141-1/+1
* deprecated leftovers from era of no unsigned integer types (#10605)Arne Döring2019-02-141-9/+23
* fix typo in codeReordering error msg (#10667)Timothee Cour2019-02-142-2/+2
* compiler/types: correctly generates signature for non-proc types (#10658)alaviss2019-02-132-1/+21
* disable talloc2 on 32 bits (#10656)Arne Döring2019-02-131-36/+35
* 32 bit fixes (#10608)Arne Döring2019-02-1226-135/+165
* randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#1...Timothee Cour2019-02-121-0/+1
* fix travis: add set -e in script (#10631)Timothee Cour2019-02-121-0/+2
* reduce debug output (#10638)Arne Döring2019-02-121-58/+63
* Fix codegen problem with strict C++ compilers (#10639)LemonBoy2019-02-121-1/+1
* nimsuggest: only log when logging is enabled (#10646)alaviss2019-02-121-2/+2
* deprecated list comprehension (#10636)Arne Döring2019-02-121-3/+4
* Lowercase ext before querying the mimedb on mimetypes module, change isMainMo...Juan Carlos2019-02-121-11/+29
* travis:upgrade to xenial (trusty end of life is april 2019) (#10643)Timothee Cour2019-02-121-1/+1
* better docs: timesnarimiran2019-02-111-27/+93
* attempt to make nightlies work againAndreas Rumpf2019-02-111-1/+1
* Update mimetypes (#10621)Juan Carlos2019-02-111-475/+1863
* macros: add links in the docs [ci skip]narimiran2019-02-111-0/+4
* better docs: random (#10546)Jjp1372019-02-111-66/+423
* Propagate tfGcSafe flag to generic instantiations (#10620)LemonBoy2019-02-102-3/+13
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-1011-36/+88
* Add note on channel usage with spawn (#10627) [ci skip]Federico Ceratto2019-02-101-3/+8
* Merge pull request #10622 from ehmry/xmlLemonBoy2019-02-101-4/+2
|\
| * Use standard XML escapingEmery Hemingway2019-02-101-4/+2
* | fixes #10547Andreas Rumpf2019-02-101-5/+6
|/
* Expanded the typeinfo module's doc comment to warn that rtti will evolve and ...Dean Thompson2019-02-101-4/+11
* Fixes #10357 (#10618)Juan Carlos2019-02-101-1/+1
* sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-101-3/+3
* Implement `json.%` for tables and optionsOscar Nihlgård2019-02-101-1/+11
* Do not walk into type sub-nodes for cast/conv expr (#10616)LemonBoy2019-02-092-0/+24
* Misc macro things (#10612)LemonBoy2019-02-092-14/+19
* Merge pull request #10614 from kobi2187/patch-1LemonBoy2019-02-091-1/+1
|\
| * fix replacef typo in exampleKobi2019-02-091-1/+1
|/
* fixes #6955Andreas Rumpf2019-02-092-4/+17
* fixes #10606Andreas Rumpf2019-02-091-2/+4
* disable flaky coroutines testAndreas Rumpf2019-02-091-0/+1
* new AppVeyor configuration that should test the compiler against sele… (#10...Andreas Rumpf2019-02-093-45/+43
* Print missing case labels (#10600)Arne Döring2019-02-094-2/+142
* Fix compilation w/ Atomic[T] types (#10607)LemonBoy2019-02-091-2/+2
* Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-082-20/+18
* Add summation algorithms (#9284)b3liever2019-02-082-0/+81
* koch and testament improvement; make testing command easier to get rightAndreas Rumpf2019-02-083-7/+6
* make tests green againAndreas Rumpf2019-02-083-3/+4
* macros.nim: minor comment changeAndreas Rumpf2019-02-081-2/+2
* Fix wrong result in tuple assignment (#9340)LemonBoy2019-02-082-0/+49