summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #10606Andreas Rumpf2019-02-131-2/+4
* disable flaky coroutines testAndreas Rumpf2019-02-131-0/+1
* new AppVeyor configuration that should test the compiler against sele… (#10...Andreas Rumpf2019-02-133-45/+43
* Print missing case labels (#10600)Arne Döring2019-02-134-2/+142
* Fix compilation w/ Atomic[T] types (#10607)LemonBoy2019-02-131-2/+2
* Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-132-20/+18
* Add summation algorithms (#9284)b3liever2019-02-132-0/+81
* koch and testament improvement; make testing command easier to get rightAndreas Rumpf2019-02-133-7/+6
* make it work with latest system.nimAndreas Rumpf2019-02-081-12/+8
* Merge branch 'devel' into araq-quirky-exceptionsAndreas Rumpf2019-02-08347-15783/+18079
|\
| * 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
| * DOM module: re-add more missing stuffAraq2019-02-081-1/+36
| * error messages can have spaces, don't be dyslexicAraq2019-02-082-2/+2
| * Rework exception handling in the VM (#10544)LemonBoy2019-02-084-110/+242
| * Fix edge case in type hashing (#10601) [backport]LemonBoy2019-02-083-13/+32
| * fixes #10602Araq2019-02-081-2/+2
| * Add non-interactive installer flag (-y) to finish.nim (#10603) [backport]Matt Haggard2019-02-081-4/+21
| * Stop useless suggestion of unsafeAddr (#10598)LemonBoy2019-02-083-2/+14
| * testament: use bin/nim.exe as the defaultAraq2019-02-071-1/+1
| * compiler/[msgs, suggest]: improve highlighter accuracy (#10496)alaviss2019-02-074-3/+63
| * Fix codegen when debugger is enabled (#10595)LemonBoy2019-02-071-4/+5
| * Fix handling of reraise in effect tracking (#10582)LemonBoy2019-02-072-5/+23
| * fixes #10586Araq2019-02-071-0/+1
| * mention correct usage of `export` in the manual, fixes #6227 [ci skip]narimiran2019-02-071-14/+21