Commit Graph

  • 4c568734f4 system: more runnableExamples + doc improvements (#17075) Timothee Cour 2021-02-17 14:33:02 -08:00
  • 31bb67a309 add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoItselfNotNeeded, UnusedImport notes (#16764) Timothee Cour 2021-02-17 10:30:09 -08:00
  • 35e14998ec fix math.frexp function signature (#16725) flywind 2021-02-17 12:27:48 -06:00
  • 8d63f7b483 clean up old codes (#17071) flywind 2021-02-17 12:26:08 -06:00
  • 98102605d9 fix the unused warnings on windows (#17073) flywind 2021-02-17 12:24:27 -06:00
  • f49d148a91 Fixing unexistant word in PT (#17070) KioriSun 2021-02-17 11:49:23 -03:00
  • 874ccc8493 [minor] clean extccomp (#17069) flywind 2021-02-17 08:48:17 -06:00
  • aa3af9e053 ARC Analysis in one pass v3 (#17068) Clyybber 2021-02-17 14:17:35 +01:00
  • 4f118721be make system random work in VM (#17059) flywind 2021-02-17 04:52:46 -06:00
  • f32ffb6ed8 fixes #17033 [backport:1.4] (#17061) Andreas Rumpf 2021-02-17 11:00:03 +01:00
  • b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) Timothee Cour 2021-02-17 00:32:36 -08:00
  • e463a67c74 don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062) Andreas Rumpf 2021-02-17 00:07:37 +01:00
  • 81703d4ad4 Fix bug in removeDotSegments: added test (#17050) Benoit Favre 2021-02-16 20:20:37 +01:00
  • b187caeb87 document since (#17048) Timothee Cour 2021-02-16 11:20:01 -08:00
  • 71feb96c63 [Minor] improve the docs of getTempDir (#17058) flywind 2021-02-16 13:17:40 -06:00
  • b7cba9ea08 postgres module fixes (followup #17030) (#17053) Artem Klevtsov 2021-02-17 01:15:58 +06:00
  • 0a9a90d991 Improve documentation for bitops (#16961) konsumlamm 2021-02-15 21:17:45 +01:00
  • a03ec067da better getTempDir (#16914) flywind 2021-02-15 12:39:03 -06:00
  • 70b9e9962f Revert "ARC: Analysis in one pass v2 (#17000)" (#17046) Clyybber 2021-02-15 18:31:15 +01:00
  • 00f86f5591 Better error message for rand(153 .. 102) (#17031) Dominik Picheta 2021-02-15 16:56:17 +00:00
  • 339ebe958d JS: fix div uint64 no truncation (#16899) flywind 2021-02-15 07:22:46 -06:00
  • 55722fe04d avoid doAssert on contents of osReleaseFile (#16955) n5m 2021-02-15 13:21:41 +00:00
  • 35bd39a9d0 RST: implement footnotes and citations (#16960) Andrey Makarov 2021-02-15 16:12:40 +03:00
  • 56f5010fa4 Improve the heapqueue module (#17034) konsumlamm 2021-02-15 13:57:15 +01:00
  • 8f54d3b792 Fix bug in removeDotSegments when path ends with dot (#17038) [backport:1.2] Benoit Favre 2021-02-15 11:33:26 +01:00
  • 240879bf3d array literals uses typed arrays; fix a jsgen bug (#16850) flywind 2021-02-15 04:28:11 -06:00
  • c8d9963150 fix the wrong examples (#17035) flywind 2021-02-15 03:44:46 -06:00
  • 4886f8a02d Small update for packedsets (#17037) konsumlamm 2021-02-15 09:57:32 +01:00
  • 260a5dacb7 fixed dot operator recursive loop & macro suggest (#16922) Saem Ghani 2021-02-15 00:51:05 -08:00
  • b68ecc82cb Add pqsetsinglerowmode to postgres module (#17030) Artem Klevtsov 2021-02-14 20:27:44 +06:00
  • fff5819ee7 fix #16978 unittest js foreign exception (#16998) Timothee Cour 2021-02-13 00:51:46 -08:00
  • 21e60b9a97 followup #17001: improve coverage for tests/openarray/topenarray.nim (#17006) Timothee Cour 2021-02-13 00:33:42 -08:00
  • 190fe36eba rst: single backticks now render correctly in both rst2html and github (#17028) Timothee Cour 2021-02-13 00:30:23 -08:00
  • eb8cc51bb8 tables module uses runnableExamples (#16994) flywind 2021-02-13 02:09:12 -06:00
  • fad8439b8d Make parseopt available on all backends (#17009) hlaaftana 2021-02-13 11:05:40 +03:00
  • 4326f743d0 compilesettings: add libpath (#16997) Timothee Cour 2021-02-12 14:50:41 -08:00
  • afa87f223c Improve math module (#17019) konsumlamm 2021-02-12 17:13:39 +01:00
  • e40ff24c23 typeToString: type float => typedesc[float] (#17011) Timothee Cour 2021-02-12 08:10:20 -08:00
  • f57774e1e7 Improve documentation for random (#17015) konsumlamm 2021-02-12 15:10:12 +01:00
  • 8053ccde2f parse RST headings when EOF follows them (#17014) Andrey Makarov 2021-02-12 17:08:09 +03:00
  • 66bf9b18b0 Display user hints/warnings from foreign packages (#17024) Danil Yarantsev 2021-02-12 16:03:42 +03:00
  • 18c24eb4d0 add system random to stdlib: std/sysrand (#16459) flywind 2021-02-11 18:00:01 -06:00
  • 81533a0014 [backport:1.4] JS cstring null fixes (#16979) hlaaftana 2021-02-11 19:04:32 +03:00
  • f3c39bf2d9 fixes a bug that keeps Nimbus from compiling with --gc:orc (#17005) Andreas Rumpf 2021-02-11 11:55:57 +01:00
  • 8630ebbbfc koch.nim: documented the bootstrapping process (#17008) Andreas Rumpf 2021-02-11 09:26:51 +01:00
  • b7dd8e7dff unbundle fusion (#16925) Timothee Cour 2021-02-10 22:24:53 -08:00
  • d4f7f1d8f3 Improve documentation for assertions (#16988) konsumlamm 2021-02-11 07:21:27 +01:00
  • b59a628c39 Improve documentation for cstrutils (#17004) konsumlamm 2021-02-10 20:38:18 +01:00
  • f3e4c4d6e1 std/wrapnils does not use experimental:dotOperators anymore (#16996) Timothee Cour 2021-02-10 09:50:50 -08:00
  • 9bd4f503f4 [JS] Ref #15952 make toOpenArray works better (#17001) flywind 2021-02-10 11:49:44 -06:00
  • 216be4060a ARC: Analysis in one pass v2 (#17000) Clyybber 2021-02-10 15:03:57 +01:00
  • 3189c0a2a9 fix warning nim nim doc posix (#16995) Timothee Cour 2021-02-10 04:34:13 -08:00
  • 897cb4b077 nep1: prefer a..b to a .. b except if b has an operator (eg: a .. -1) (#16992) Timothee Cour 2021-02-10 03:13:28 -08:00
  • a1203cf848 improve ./koch docs (#16991) Timothee Cour 2021-02-10 03:12:31 -08:00
  • 00551f972e Improve documentation for unidecode (#16986) konsumlamm 2021-02-09 22:47:07 +01:00
  • 635c0b6cb9 fix ./koch pdf command (#16989) Andrey Makarov 2021-02-10 00:46:51 +03:00
  • 0d34345f29 [backport:1.2] update the nimble commit hash to the latest one (#16971) Miran 2021-02-09 19:02:07 +01:00
  • 9edf719e1e Revert "ARC Analysis in one pass (#16849)" (#16984) Clyybber 2021-02-09 15:50:52 +01:00
  • cee58ccf7f Improve documentation for std/sha1 (#16970) konsumlamm 2021-02-09 15:14:03 +01:00
  • 630f867bd7 add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977) Timothee Cour 2021-02-09 05:25:38 -08:00
  • 49b64e8dc7 Remove declPragmas from lambdas [backport:1.0] (#16966) hlaaftana 2021-02-09 16:23:06 +03:00
  • ab740cb5b9 ARC Analysis in one pass (#16849) Clyybber 2021-02-09 14:20:58 +01:00
  • 74d6a4d7f4 final SSL changes [backport:1.2] (#16983) Andreas Rumpf 2021-02-09 13:40:09 +01:00
  • ceab5e49f2 uri module uses runnableExamples (#16982) flywind 2021-02-09 06:07:51 -06:00
  • 49ee2f7f3b fix #16967 [backport:1.2] (#16976) hlaaftana 2021-02-09 15:04:36 +03:00
  • 41d32c3ea3 fix lists docs regression (#16981) flywind 2021-02-09 05:19:11 -06:00
  • aac8f67573 tests and docs for call operator (#16980) hlaaftana 2021-02-09 14:18:16 +03:00
  • d1210a3bb9 Another typo corrected (#16974) Héctor M. Monacci 2021-02-09 01:12:48 -03:00
  • 68ef0c6c5b Deprecate any (#16920) Juan Carlos 2021-02-09 00:21:17 -03:00
  • 4576cf20af Refactoring bitops.rotateLeftBits() and bitops.rotateRightBits(); adding builtins and intrinsics. (#16622) rockcavera 2021-02-08 21:36:41 -03:00
  • ba64d0c8ab fix #16947: --app:staticlib -o:lib now first removes lib (#16948) Timothee Cour 2021-02-08 13:26:09 -08:00
  • e211a2a9f6 std/lists: Various changes to lists (RFC #303) (#16536) Peter Salvi 2021-02-08 22:24:16 +01:00
  • a9f44b7257 Correct typo (#16972) Héctor M. Monacci 2021-02-08 15:39:25 -03:00
  • 6a7baff97d rename case statement macro from match to case (#16923) hlaaftana 2021-02-08 21:35:06 +03:00
  • abac35e743 basic cleanups regarding SSL handling (#16940) [backport:1.0] Andreas Rumpf 2021-02-08 13:54:03 +01:00
  • f140c92409 fix some warnings (#16952) flywind 2021-02-08 06:50:15 -06:00
  • 910720b0d4 document typeof (#16965) Timothee Cour 2021-02-08 04:45:06 -08:00
  • 0cf3ba159c close #15767 (#16959) flywind 2021-02-08 04:47:28 -06:00
  • 6f6370367b fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#16950) Timothee Cour 2021-02-08 00:47:05 -08:00
  • d447c0fe3f use typeof instead type (#16962) flywind 2021-02-08 02:46:07 -06:00
  • 4fac8af0c9 Add initRand() with seed based on time (#16953) hlaaftana 2021-02-08 08:15:51 +03:00
  • c548f97241 quote nim command on compile (#16954) n5m 2021-02-06 23:31:58 +00:00
  • 065264eae1 close #16921 (#16951) flywind 2021-02-06 10:33:11 -06:00
  • 39230422d0 make style consistent (#16944) flywind 2021-02-05 12:58:26 -06:00
  • 3eebbb234d fix of procs + runnableExamples (#16932) Timothee Cour 2021-02-05 07:32:10 -08:00
  • 6dc7ece36a document default (#16942) Timothee Cour 2021-02-05 07:28:21 -08:00
  • ae9ba260f6 clarify docs for wrapnils (#16929) Timothee Cour 2021-02-04 15:39:19 -08:00
  • 2a60974ede Correct typo in osseps.nim (#16939) Rummskartoffel 2021-02-05 00:36:28 +01:00
  • 9ded85e1b4 add createElementNS, will hopefully fix svgs for karax (#16938) Antonis Geralis 2021-02-05 01:33:27 +02:00
  • e9b360c5df stdlib/os: handle symlinks in copy/move functions (#16709) Roman Inflianskas 2021-02-04 09:57:41 -08:00
  • bb85bc7ebc remove a temporary variable in int128.nim (#16935) flywind 2021-02-04 10:41:23 -06:00
  • 2b2836fc9d Fix link to switch Clyybber 2021-02-04 14:40:32 +01:00
  • 534a95aee0 nep1: prefer self to this (#16927) Timothee Cour 2021-02-04 05:09:53 -08:00
  • cccf219ceb Allow strings for -- in config.nims (#16934) Clyybber 2021-02-04 13:59:55 +01:00
  • 14c61ecf24 strictFuncs+views: add test that imports stdlib modules (#16878) ee7 2021-02-03 16:00:29 +01:00
  • 6f1289b80c remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) Timothee Cour 2021-02-02 18:32:33 -08:00
  • f4449a897d Sugar tests (#16820) konsumlamm 2021-02-03 03:11:59 +01:00
  • e4ad0ae5c4 Add testcase for #16897 (#16917) Clyybber 2021-02-02 21:43:02 +01:00
  • 7b9b76d840 tests/tuples/ttuples_issues.nim: test on all backends + various improvements (#16907) Timothee Cour 2021-02-02 11:17:13 -08:00
  • fb80d2ff85 IC: bugfixes (WIP) (#16836) Andreas Rumpf 2021-02-02 19:24:55 +01:00