Commit Graph

  • e4a76c6ebf fixes #6832 Araq 2019-02-19 17:17:12 +01:00
  • f31d1fa98b fixes #10195 Araq 2019-02-19 16:22:09 +01:00
  • 51f516e030 better docs: strtabs (#10704) Miran 2019-02-19 12:49:47 +01:00
  • 8cf97908cc document proper imports, fixes #8164 (#10698) Miran 2019-02-19 12:49:09 +01:00
  • 6b9a139f7f error message for accidental use of macro (#10490) Arne Döring 2019-02-19 12:21:42 +01:00
  • 257965e105 fixes 10697 [backport] Araq 2019-02-19 11:54:19 +01:00
  • 315d438677 asyncnet.nim: Minor code cleanup Araq 2019-02-15 14:44:27 +01:00
  • 2fae94cdc5 add more nimble packages to the test (#10707) Miran 2019-02-19 11:43:34 +01:00
  • 83f5839e2c manual: fix broken sentence narimiran 2019-02-19 09:07:25 +01:00
  • 7b68da9bf1 manual: typo Andreas Rumpf 2019-02-18 15:24:55 +01:00
  • c8cb567938 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2019-02-18 15:23:43 +01:00
  • 2deb1e354f fixes #10702 (#10705) Andreas Rumpf 2019-02-18 15:23:05 +01:00
  • 739dc8094e make set specification more clear; refs #10524 Andreas Rumpf 2019-02-18 15:18:42 +01:00
  • 1d66222901 fixes #10659 koch boot fails on windows (#10660) Timothee Cour 2019-02-18 03:18:52 -08:00
  • cf32d61fa5 Prevent crash on pragma templates w/ generics (#10685) LemonBoy 2019-02-18 12:17:00 +01:00
  • b5eed8ab3f make code more readable Andreas Rumpf 2019-02-18 10:30:30 +01:00
  • c8e33cbb75 fixed merge conflict Andreas Rumpf 2019-02-18 09:56:01 +01:00
  • 8b39551fca Small CI improvements (#10699) LemonBoy 2019-02-18 08:07:10 +01:00
  • d8ff25f032 Provide access to getsockname()/getpeername() Federico Ceratto 2019-02-13 19:57:25 +00:00
  • a0fb77dfd5 add links to every document, fixes #5515 narimiran 2019-02-16 17:06:09 +01:00
  • 51c43218c9 Comment on isSorted complexity. (#10686) [ci skip] Federico Ceratto 2019-02-16 14:56:26 +00:00
  • 2610b16f6e some dom proc correction and complement (#10684) liuxiaodong 2019-02-16 00:43:22 +08:00
  • bb9fe2046e Merge pull request #10680 from narimiran/fix-10561 LemonBoy 2019-02-15 16:20:26 +01:00
  • 1eaa18fe84 allow string insert in nimscript, fixes #10561 narimiran 2019-02-15 11:09:32 +01:00
  • b3ffbac93c Return result when found instead of keep iterating for no reason the whole mimedb on mimetypes module (#10675) Juan Carlos 2019-02-15 04:42:13 -03:00
  • 6d8ce609d7 add more nimble packages for testing (#10671) Miran 2019-02-15 08:41:43 +01:00
  • 80992c7a12 introduce object before tuple in the tutorials (#10664) Arne Döring 2019-02-14 22:17:05 +01:00
  • b081eb4d6d fixes #10651 Araq 2019-02-14 15:55:26 +01:00
  • 70f0aab188 osproc: fix minor typo Araq 2019-02-14 11:04:43 +01:00
  • d2b3046c70 deprecated leftovers from era of no unsigned integer types (#10605) Arne Döring 2019-02-14 10:58:09 +01:00
  • 9913cef872 fix typo in codeReordering error msg (#10667) Timothee Cour 2019-02-14 00:52:15 -08:00
  • 9e754c3b06 compiler/types: correctly generates signature for non-proc types (#10658) alaviss 2019-02-13 14:07:58 +07:00
  • 1ae61767f8 disable talloc2 on 32 bits (#10656) Arne Döring 2019-02-13 08:04:06 +01:00
  • 28394153ab 32 bit fixes (#10608) Arne Döring 2019-02-12 22:00:31 +01:00
  • 304b1dd34b randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#10635) Timothee Cour 2019-02-12 00:33:20 -08:00
  • e3ba2e24cf fix travis: add set -e in script (#10631) Timothee Cour 2019-02-11 23:30:53 -08:00
  • f4b2793bdf reduce debug output (#10638) Arne Döring 2019-02-12 08:27:38 +01:00
  • 76df77f912 Fix codegen problem with strict C++ compilers (#10639) LemonBoy 2019-02-12 08:23:24 +01:00
  • d64e218abd nimsuggest: only log when logging is enabled (#10646) alaviss 2019-02-12 14:17:39 +07:00
  • dfa3099929 deprecated list comprehension (#10636) Arne Döring 2019-02-12 08:10:40 +01:00
  • f5e55162ba Lowercase ext before querying the mimedb on mimetypes module, change isMainModule to runnableExamples (#10644) Juan Carlos 2019-02-12 03:22:04 -03:00
  • cf87687c40 travis:upgrade to xenial (trusty end of life is april 2019) (#10643) Timothee Cour 2019-02-11 22:18:55 -08:00
  • e26a0c4f1a better docs: times narimiran 2019-02-11 12:36:51 +01:00
  • 36f6f035ff attempt to make nightlies work again Andreas Rumpf 2019-02-11 15:28:14 +01:00
  • d3a74ea515 Update mimetypes (#10621) Juan Carlos 2019-02-11 07:44:49 -03:00
  • 572739a4f3 macros: add links in the docs [ci skip] narimiran 2019-02-11 09:11:04 +01:00
  • 7bb94abc31 better docs: random (#10546) Jjp137 2019-02-10 23:50:31 -08:00
  • 0ebef1764d Propagate tfGcSafe flag to generic instantiations (#10620) LemonBoy 2019-02-10 22:07:51 +01:00
  • 942495611b revive #10228 (fix #9880) (#10610) Timothee Cour 2019-02-10 13:07:11 -08:00
  • 8f05b34125 Add note on channel usage with spawn (#10627) [ci skip] Federico Ceratto 2019-02-10 19:52:13 +00:00
  • 02b5fc940d fixes #10547 Andreas Rumpf 2019-02-10 17:03:16 +01:00
  • d1e3f58afc Use standard XML escaping Emery Hemingway 2019-02-10 15:49:11 +01:00
  • f785286743 Expanded the typeinfo module's doc comment to warn that rtti will evolve and suggest alternative approaches. (#10596) Dean Thompson 2019-02-10 02:56:28 -05:00
  • dcbab1031a Fixes #10357 (#10618) Juan Carlos 2019-02-10 04:53:38 -03:00
  • fe26328a19 sets: avoid calling countBits32 for 0 (#10619) Brent Pedersen 2019-02-10 00:49:54 -07:00
  • 779c51c29b Implement json.% for tables and options Oscar Nihlgård 2019-02-09 22:34:35 +01:00
  • d83520ec8f Do not walk into type sub-nodes for cast/conv expr (#10616) LemonBoy 2019-02-09 19:55:26 +01:00
  • eb30c78694 Misc macro things (#10612) LemonBoy 2019-02-09 18:22:07 +01:00
  • dd422bfb0f fix replacef typo in example Kobi 2019-02-09 15:12:59 +02:00
  • f55d094cf2 fixes #6955 Andreas Rumpf 2019-02-09 11:18:21 +01:00
  • 49a5213713 fixes #10606 Andreas Rumpf 2019-02-09 08:18:33 +01:00
  • 354e3f2a40 disable flaky coroutines test Andreas Rumpf 2019-02-09 07:41:11 +01:00
  • 614b731caf new AppVeyor configuration that should test the compiler against sele… (#10549) Andreas Rumpf 2019-02-09 07:40:00 +01:00
  • 43a0dd42bc Print missing case labels (#10600) Arne Döring 2019-02-09 07:36:30 +01:00
  • 048a7a6539 Fix compilation w/ Atomic[T] types (#10607) LemonBoy 2019-02-09 07:30:48 +01:00
  • d70dd6f3cb Move cpp exception handler from system to excpt next to the signal handler (#9435) cooldome 2019-02-08 21:42:45 +01:00
  • 695206a00c Add summation algorithms (#9284) b3liever 2019-02-08 22:38:27 +02:00
  • 04cdf99448 koch and testament improvement; make testing command easier to get right Andreas Rumpf 2019-02-08 20:01:20 +01:00
  • 3520253a09 compiler/types: correctly generates signature for non-proc types (#10658) alaviss 2019-02-13 14:07:58 +07:00
  • b6c22eae6a disable talloc2 on 32 bits (#10656) Arne Döring 2019-02-13 08:04:06 +01:00
  • 6870345cd2 32 bit fixes (#10608) Arne Döring 2019-02-12 22:00:31 +01:00
  • bdc150adff randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior (#10635) Timothee Cour 2019-02-12 00:33:20 -08:00
  • cc507668cb fix travis: add set -e in script (#10631) Timothee Cour 2019-02-11 23:30:53 -08:00
  • 0e5d4f1036 reduce debug output (#10638) Arne Döring 2019-02-12 08:27:38 +01:00
  • 1d1360496f Fix codegen problem with strict C++ compilers (#10639) LemonBoy 2019-02-12 08:23:24 +01:00
  • cf5812aa9f nimsuggest: only log when logging is enabled (#10646) alaviss 2019-02-12 14:17:39 +07:00
  • c59fa80367 deprecated list comprehension (#10636) Arne Döring 2019-02-12 08:10:40 +01:00
  • 33ddc21057 Lowercase ext before querying the mimedb on mimetypes module, change isMainModule to runnableExamples (#10644) Juan Carlos 2019-02-12 03:22:04 -03:00
  • 85f2ab1c43 travis:upgrade to xenial (trusty end of life is april 2019) (#10643) Timothee Cour 2019-02-11 22:18:55 -08:00
  • 242b6eb16c better docs: times narimiran 2019-02-11 12:36:51 +01:00
  • 9f98678008 attempt to make nightlies work again Andreas Rumpf 2019-02-11 15:28:14 +01:00
  • 6cd3fff093 Update mimetypes (#10621) Juan Carlos 2019-02-11 07:44:49 -03:00
  • d3e35c3200 macros: add links in the docs [ci skip] narimiran 2019-02-11 09:11:04 +01:00
  • 305f6052ee better docs: random (#10546) Jjp137 2019-02-10 23:50:31 -08:00
  • 5fd9bf9cd5 Propagate tfGcSafe flag to generic instantiations (#10620) LemonBoy 2019-02-10 22:07:51 +01:00
  • 4910608394 revive #10228 (fix #9880) (#10610) Timothee Cour 2019-02-10 13:07:11 -08:00
  • 352b52a0c9 Add note on channel usage with spawn (#10627) [ci skip] Federico Ceratto 2019-02-10 19:52:13 +00:00
  • c5dc46926c Merge pull request #10622 from ehmry/xml LemonBoy 2019-02-10 19:33:59 +01:00
  • f0e6becc23 fixes #10547 Andreas Rumpf 2019-02-10 17:03:16 +01:00
  • a9b2e83daa Use standard XML escaping Emery Hemingway 2019-02-10 15:49:11 +01:00
  • d46a590f74 Expanded the typeinfo module's doc comment to warn that rtti will evolve and suggest alternative approaches. (#10596) Dean Thompson 2019-02-10 02:56:28 -05:00
  • b73ee96641 Fixes #10357 (#10618) Juan Carlos 2019-02-10 04:53:38 -03:00
  • 0c9a3d4804 sets: avoid calling countBits32 for 0 (#10619) Brent Pedersen 2019-02-10 00:49:54 -07:00
  • f1ae0ed6ea Implement json.% for tables and options Oscar Nihlgård 2019-02-09 22:34:35 +01:00
  • 0c4d1fd10b Do not walk into type sub-nodes for cast/conv expr (#10616) LemonBoy 2019-02-09 19:55:26 +01:00
  • 1e88bf1def Misc macro things (#10612) LemonBoy 2019-02-09 18:22:07 +01:00
  • 467519f80d Merge pull request #10614 from kobi2187/patch-1 LemonBoy 2019-02-09 16:53:57 +01:00
  • dcf725d228 fix replacef typo in example Kobi 2019-02-09 15:12:59 +02:00
  • c6fdf93c7f fixes #6955 Andreas Rumpf 2019-02-09 11:18:21 +01:00
  • 3c909ae8ff fixes #10606 Andreas Rumpf 2019-02-09 08:18:33 +01:00