Commit Graph

  • 70b07edf42 Fix missing comma (#14829) Sizhe Zhao 2020-06-27 18:11:29 +08:00
  • f926dc53f1 Add all missing css properties to dom.nim. (#14825) treeform 2020-06-26 11:15:21 -07:00
  • 4dfb062f4d update contributing.rst and docstyle.rst: refer to a bug via bug #1234 + other guidelines (#14796) Timothee Cour 2020-06-26 01:40:34 -07:00
  • 49fcda3330 followup after https://github.com/Vindaar/ggplotnim/pull/74 wrt #14447 lent iterators (#14817) Timothee Cour 2020-06-25 19:10:22 -07:00
  • baa80ca9d4 Add hasAttribute method to dom.nim. (#14814) treeform 2020-06-25 14:45:37 -07:00
  • 41c97e4b70 readLine: Fix issues with --gc:arc ktamp 2020-06-26 00:31:06 +03:00
  • 13193b2964 turn 'runnableExample' into 'code-block' to make nightlies green narimiran 2020-06-25 16:55:11 +02:00
  • 0a9a639230 Add testcase for #4796 (#14784) Clyybber 2020-06-25 15:12:30 +02:00
  • 1a0725f022 koch: add --localdocs to allow building only local docs (#14783) alaviss 2020-06-25 08:28:57 +00:00
  • 0c56eeda0e expr => untyped; stmt => typed (#14804) Timothee Cour 2020-06-25 01:22:08 -07:00
  • 32f335f594 fix #14802 (#14803) Timothee Cour 2020-06-24 23:00:19 -07:00
  • 0327159344 Add test-cases to some fixed issues to close them (#14795) Danil Yarantsev 2020-06-25 06:38:08 +03:00
  • c6e09e335a readLine: Remove recursive imports ktamp 2020-06-25 00:22:24 +03:00
  • 80952cadaa Reject casts to builtin typeclasses (#14788) Danil Yarantsev 2020-06-24 23:32:01 +03:00
  • 3e5743d6f7 add typetraits.elementType (#14780) Timothee Cour 2020-06-24 13:31:07 -07:00
  • 0434aef4cd Patch #14716 - add missing when (#14792) Euan 2020-06-24 17:44:10 +01:00
  • 37081e2945 fromJson: support object variants (#14694) Timothee Cour 2020-06-24 09:03:01 -07:00
  • a3ae52de1a Fix #14715 - detect tool fails on FreeBSD (#14716) Euan 2020-06-24 17:02:18 +01:00
  • b49ac11a77 fix #10343 (#14789) Timothee Cour 2020-06-24 09:00:35 -07:00
  • 302e3b7f44 CI: Install the pkg we cloned (#14770) Clyybber 2020-06-24 17:27:46 +02:00
  • 2220ff70be cleanup [ci skip] narimiran 2020-06-24 13:16:40 +02:00
  • 1b196d85aa Fix Norm test path. (#14779) Constantine Molchanov 2020-06-24 02:36:41 +04:00
  • a3b9516249 readLine: Unicode support for Windows console ktamp 2020-06-23 23:31:41 +03:00
  • 9ebbe000a8 Enable fidget in important_packages. (#14742) treeform 2020-06-23 11:37:29 -07:00
  • 6bf2990f66 [backport] fix #14748, move gdb files to other section of installer.ini (#14772) Miran 2020-06-23 20:36:59 +02:00
  • 881d1ee57b fix #14750, don't allocate too much in newWideCString (#14773) Miran 2020-06-23 16:15:37 +02:00
  • 685d03e2e0 Correct changelog (#14775) Clyybber 2020-06-23 15:20:31 +02:00
  • 16bdc547b7 fixes #14760 (#14769) Andreas Rumpf 2020-06-23 15:17:17 +02:00
  • 4cb41f53f0 Add testcase for #14440 (#14771) Clyybber 2020-06-23 14:17:12 +02:00
  • 28510a9da9 Deprecated laxStrings for mutating the internal zero terminator on strings and its Deprecated code cleaned out (#14766) Juan Carlos 2020-06-23 08:20:53 -03:00
  • c3459c7b14 Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763) Juan Carlos 2020-06-23 06:22:07 -03:00
  • 79ed8e79ef Documentation GC (#14739) Juan Carlos 2020-06-23 06:21:33 -03:00
  • ebd1cc0265 minor bugfixes for 'func' and .borrow Araq 2020-06-23 10:58:55 +02:00
  • da29222f86 init checks and 'out' parameters (#14521) Andreas Rumpf 2020-06-23 10:53:57 +02:00
  • a9eee6db65 misc testament cleanups (#14764) Timothee Cour 2020-06-23 01:53:03 -07:00
  • 8e54bc5b0c Deprecate and/or remove ospaths (#14767) Juan Carlos 2020-06-23 05:51:33 -03:00
  • 511bd947d3 fix bug in semgnrc: runnableExamples should not semcheck, even with > 1 arg (#14768) Timothee Cour 2020-06-23 01:06:36 -07:00
  • 235d8ba069 unbreak CI, refs https://github.com/timotheecour/Nim/issues/167 (#14765) Timothee Cour 2020-06-22 18:38:23 -07:00
  • 03c8bbcc6e Remove outdated comment and copy of length (#14759) Clyybber 2020-06-22 22:05:18 +02:00
  • 59ba4d8c03 added normal variate function (#14725) b3liever 2020-06-22 21:48:33 +03:00
  • 451129de42 fixes #14240 [backport:1.2] (#14757) Andreas Rumpf 2020-06-22 14:11:13 +02:00
  • 8df20276c9 fixes #14458 [backport:1.2] (#14756) Andreas Rumpf 2020-06-22 13:06:22 +02:00
  • c8554ebc0c posix_other: add define to force time_t to 64 bit [backport] (#14753) alaviss 2020-06-22 07:23:24 +00:00
  • 1e484ed62b [backport] Docs: Fix broken code-block (#14749) ee7 2020-06-22 08:12:50 +02:00
  • 1ffe113450 Export fields from the Selection object. (#14752) treeform 2020-06-21 11:41:24 -07:00
  • 3ba0c30758 sizeof for empty objects/tuples should be 1; fixes #14690 (#14751) Andreas Rumpf 2020-06-21 19:58:37 +02:00
  • c7dee55b87 encodings: use only one iconv definition [backport:1.2] (#14741) alaviss 2020-06-21 17:28:03 +00:00
  • ca71a60ff6 Add css white-space property to dom.nim. (#14743) treeform 2020-06-21 10:25:29 -07:00
  • 79c90b30ee nep1: use subjectVerb, not verbSuject (#14732) Timothee Cour 2020-06-19 14:38:43 -07:00
  • ac8ab4c549 Clarify the use of the backwards index operator (^N) in tut1 (#14681) Kaushal Modi 2020-06-19 10:22:48 -04:00
  • 99c198625c Deprecate unroll pragma, remove from documentation (#14705) Juan Carlos 2020-06-19 10:08:45 -03:00
  • 2039e3e883 fix #13899 defer now works with async (#14723) Timothee Cour 2020-06-19 06:08:00 -07:00
  • 65c7884a3c fixes #14718 [backport] Araq 2020-06-19 09:51:25 +02:00
  • 45d1e55e72 Add testcases for #11811 and #14315 (#14726) Clyybber 2020-06-19 14:56:38 +02:00
  • 45bc6954c5 improve the parser's error message Araq 2020-06-19 10:50:39 +02:00
  • 522bc8dda1 added a space Araq 2020-06-16 11:39:58 +02:00
  • 5ad8b9e8eb fix #14685 tests/async/t7758.nim flaky (#14721) Timothee Cour 2020-06-19 00:53:45 -07:00
  • 9c42ae91b7 add legacy workaround; improve test so that it actually tests for the bugfix Timothee Cour 2020-06-18 13:36:45 -07:00
  • 408518c9fe Update tuple newLit solo989 2020-06-16 13:35:41 -07:00
  • 99ad65fdd6 make nim-gdb compatible with BSD systems (#14700) BarrOff 2020-06-18 20:48:55 +02:00
  • bb62feff72 fix #14691 docgen works again for methods (#14701) Timothee Cour 2020-06-17 23:47:16 -07:00
  • 7df27b5035 [cleanups] doassert => doAssert; mark deadcode (#14711) Timothee Cour 2020-06-17 20:25:25 -07:00
  • e7f280bd26 Remove deprecated stuff from stdlib (#14699) Miran 2020-06-17 15:25:02 +02:00
  • 8619534293 remove compilerproc from newIdentNode (#14692) Timothee Cour 2020-06-16 23:10:34 -07:00
  • 15a45e8e73 Documentation update nims.rst (#14683) Juan Carlos 2020-06-17 02:58:03 -03:00
  • bdd2c25e9f Update macros.nim (#14697) solo989 2020-06-16 22:57:04 -07:00
  • ff93302f69 use check to investigate #14685 flaky tests/async/t7758.nim (#14689) Timothee Cour 2020-06-16 15:57:57 -07:00
  • 7ded490ec0 cleanup tests/test_nimscript.nims (#14686) Timothee Cour 2020-06-16 14:38:30 -07:00
  • e35b21e553 Close#5586 (#14682) Dylan Modesitt 2020-06-16 10:24:26 -04:00
  • 1bc2e19498 Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680) Euan 2020-06-16 10:44:28 +01:00
  • dfe51d10a1 addQuitProc now works with closures, and c, js(node/browser) backend; fix some bugs in testament (#14342) Timothee Cour 2020-06-16 02:43:48 -07:00
  • 45cac4afda fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) Timothee Cour 2020-06-15 23:56:12 -07:00
  • 7b12f13946 Use cc on OpenBSD and link to libm when building result (#14672) Euan 2020-06-16 07:50:57 +01:00
  • de5cde473a hintMsgOrigin now works in VM code (#14678) Timothee Cour 2020-06-15 23:49:57 -07:00
  • faedb14a16 misc cleanups in compiler msgs: use toHumanStr, etc (#14677) Timothee Cour 2020-06-15 21:17:24 -07:00
  • 49033eb531 make tests/stdlib tests joinable (#14626) Timothee Cour 2020-06-15 04:27:33 -07:00
  • d51beb7b20 make fromJson/toJson work with array[range, typ], + 1 bugfix (#14669) Timothee Cour 2020-06-15 04:22:43 -07:00
  • bf604c6829 normalizeExe (#14668) Timothee Cour 2020-06-15 01:57:34 -07:00
  • 3cbf59336d Update newLit set[T] to work when set is empty. (#14662) solo989 2020-06-15 00:15:17 -07:00
  • 571bc011ea Added --benchmarkVM to times.cpuTime() documentation (#14663) Ico Doornekamp 2020-06-15 08:58:11 +02:00
  • a056b4c3f1 Change 'Future Directions' to link memory management documentation (#14664) Juan Carlos 2020-06-15 03:55:24 -03:00
  • 5a22d6b57b fix codegen bug due to changing existing symbol declaration in template (#14666) jcosborn 2020-06-15 01:40:12 -05:00
  • d749c8cd87 compiler/commands: make gitHash settable at compile-time. (#14654) alaviss 2020-06-14 04:22:55 -05:00
  • 4e3edf5836 add arc and orc to gc list (#14653) Andy Davidoff 2020-06-14 05:12:08 -04:00
  • 0fc5d3f13b fix #14655 setLen(seq) now zeros memory (#14656) Timothee Cour 2020-06-14 02:11:26 -07:00
  • d3b25a2948 Clarify imported exceptions note in manual Dominik Picheta 2020-06-13 11:44:01 +01:00
  • d149823019 fix #13166 tioselectors flaky test on freebsd+OSX (#14634) Timothee Cour 2020-06-12 21:19:23 -07:00
  • 5a26c3799b reorder.nim: fixed typos Araq 2020-06-12 11:57:10 +02:00
  • e30a08103d remove tyOpt, mOpt (#14636) Timothee Cour 2020-06-12 02:03:52 -07:00
  • 82e424189e Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerator with outLatex output, see https://github.com/nim-lang/fusion/pull/11#issuecomment-641804899 (#14629) Juan Carlos 2020-06-12 05:51:55 -03:00
  • 1168c75381 httpcore: Add http code 308 Permanent Redirect (#14639) djazz 2020-06-12 10:16:38 +02:00
  • 67d34366dc tools/kochdocs: add log folding supports for more CI services (#14643) alaviss 2020-06-12 03:06:29 -05:00
  • c83a22b76e Disable tfdleak_multiple on platforms other than Windows (#14624) Timothee Cour 2020-06-11 12:54:32 -07:00
  • 6aa971d39f Add proc find to heapqueue (#14628) c-blake 2020-06-10 14:53:18 -04:00
  • 8bbdb8f43f fix #14545 windows CI docs (#14590) Timothee Cour 2020-06-10 05:10:57 -07:00
  • 5131af1a44 exceptions.nim: Fix a bad Error -> Defect renaming (#14621) ee7 2020-06-10 09:34:20 +02:00
  • b7b84fa165 parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627) Timothee Cour 2020-06-09 23:57:27 -07:00
  • d81bc69587 enable tioselectors on osx; more diagnostic for #13166 (#14625) Timothee Cour 2020-06-09 19:15:18 -07:00
  • 387e337a2a Documentation update a description (#14619) Juan Carlos 2020-06-09 18:17:32 -03:00
  • 6085ad95ff fixes #14279 (#14618) Andreas Rumpf 2020-06-09 20:39:26 +02:00