summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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-1326-135/+165
* | randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#1...Timothee Cour2019-02-131-0/+1
* | fix travis: add set -e in script (#10631)Timothee Cour2019-02-131-0/+2
* | reduce debug output (#10638)Arne Döring2019-02-131-58/+63
* | Fix codegen problem with strict C++ compilers (#10639)LemonBoy2019-02-131-1/+1
* | nimsuggest: only log when logging is enabled (#10646)alaviss2019-02-131-2/+2
* | deprecated list comprehension (#10636)Arne Döring2019-02-131-3/+4
* | Lowercase ext before querying the mimedb on mimetypes module, change isMainMo...Juan Carlos2019-02-131-11/+29
* | travis:upgrade to xenial (trusty end of life is april 2019) (#10643)Timothee Cour2019-02-131-1/+1
* | better docs: timesnarimiran2019-02-131-27/+93
* | attempt to make nightlies work againAndreas Rumpf2019-02-131-1/+1
* | Update mimetypes (#10621)Juan Carlos2019-02-131-475/+1863
* | macros: add links in the docs [ci skip]narimiran2019-02-131-0/+4
* | better docs: random (#10546)Jjp1372019-02-131-66/+423
* | Propagate tfGcSafe flag to generic instantiations (#10620)LemonBoy2019-02-132-3/+13
* | revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-1311-36/+88
* | Add note on channel usage with spawn (#10627) [ci skip]Federico Ceratto2019-02-131-3/+8
* | fixes #10547Andreas Rumpf2019-02-131-5/+6
* | Use standard XML escapingEmery Hemingway2019-02-131-4/+2
* | Expanded the typeinfo module's doc comment to warn that rtti will evolve and ...Dean Thompson2019-02-131-4/+11
* | Fixes #10357 (#10618)Juan Carlos2019-02-131-1/+1
* | sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-131-3/+3
* | Implement `json.%` for tables and optionsOscar Nihlgård2019-02-131-1/+11
* | Do not walk into type sub-nodes for cast/conv expr (#10616)LemonBoy2019-02-132-0/+24
* | Misc macro things (#10612)LemonBoy2019-02-132-14/+19
* | fix replacef typo in exampleKobi2019-02-131-1/+1
* | fixes #6955Andreas Rumpf2019-02-132-4/+17