summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-317-18/+9
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-3113-19/+33
* follow up #20668; fixes nightlies (#20701)ringabout2022-10-311-4/+5
* fix dispatcher call type [backport] (#20696)Jacek Sieka2022-10-291-0/+1
* move threads out of system (#20674)ringabout2022-10-2915-391/+425
* fix #20148 implicit compile time conversion int to ranged float cause… (#20...Bung2022-10-292-1/+12
* fix #16264 low(Time) OverflowDefect (#20552)Bung2022-10-292-1/+3
* enable weave (#20692)ringabout2022-10-291-1/+1
* alternate fix + test for #12094, refs #13804 (#20686)metagn2022-10-293-3/+13
* add back discard as a way to do multiline comments, see #12352 (#20688)Pietro Peterlongo2022-10-281-0/+12
* fixes #20681; add efSkipFieldVisibilityCheck to skip check (#20639)ringabout2022-10-287-47/+50
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-287-38/+41
* openssl 3 support no longer opt in + some 1.0 support (#20668)metagn2022-10-274-53/+103
* fixes type check of ranges for default fields (#20660)ringabout2022-10-272-2/+15
* int128.nim fix warnings (#20666)Juan Carlos2022-10-271-5/+4
* Added openarray[char] overloads to std/unicode (#20648)Jason Beetham2022-10-272-46/+418
* fix #6637 array index type depends generic (#20673)Bung2022-10-272-1/+10
* cleanup os related documentation links (#20663)ringabout2022-10-273-27/+12
* add changelog for new modules (#20675)ringabout2022-10-271-2/+4
* Documentation only, koch (#20665)Juan Carlos2022-10-271-1/+1
* add test case for #500 (#20661)Bung2022-10-261-0/+8
* fixes #19201; fixes sink causes crash in VM (#20658)ringabout2022-10-252-2/+8
* fixes #20654 FAMs should not be used in the C++ backend (#20655)Juan M Gómez2022-10-251-1/+3
* closes #6213 #11777; add testcase (#20656)ringabout2022-10-251-0/+27
* clean up `std/os` related modules (#20651)ringabout2022-10-256-157/+140
* Change both code snippets to use the same test URL (#20647)Saint2022-10-251-1/+1
* fix #12094 Use of _ (as var placeholder) inside a template causes XDe… (#20...Bung2022-10-251-1/+2
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-257-45/+107
* add type check for default fields (#20652)ringabout2022-10-252-2/+32
* fixes #1027; disallow templates to use ambiguous identifiers (#20631)ringabout2022-10-244-0/+26
* fixes #20645 (#20646)Andreas Rumpf2022-10-243-7/+24
* Added 'openArray[char]' overloads to 'std/parseutils' (#20527)Jason Beetham2022-10-248-172/+560
* Add better error messages to `std/jsonutils` (#20629)Jake Leahy2022-10-241-7/+7
* fix fwrite prototype (#20644)Jacek Sieka2022-10-242-2/+2
* fixes #19278; make `privateAccess` work with generic ref object (#20640)ringabout2022-10-243-3/+18
* fixes the typical (not a == b) bug in the documentation (#20643)ringabout2022-10-241-2/+2
* Fix tuple size check in `std/jsonutils` (#20637)Jake Leahy2022-10-242-3/+19
* borrowed procs can have a body now for documentation generation (#20617)ringabout2022-10-242-3/+20
* Fix double defer with break in closureiterators [backport] (#20630)Tanguy2022-10-242-0/+32
* Pass json options to hooks (#20638)Jake Leahy2022-10-242-14/+38
* Remove side-effects from sysFatal with panics on (#20632)Tanguy2022-10-242-16/+25
* closes #4678; add testcase (#20634)ringabout2022-10-241-0/+16
* closes #4466; add testcase (#20625)ringabout2022-10-231-0/+9
* improve error message when using `toTask` with a call with a return value (#2...ringabout2022-10-231-1/+2
* enable static tests for topenarray (#20620)ringabout2022-10-231-1/+1
* add `std/appdirs` (#20618)ringabout2022-10-222-1/+87
* Unpack mSlice tupleconstr for static openarrays (#20615)Jason Beetham2022-10-223-0/+36
* fixes a strict case object problem that has been reported on the forum (#20614)Andreas Rumpf2022-10-212-2/+25
* add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)ringabout2022-10-216-0/+775
* fix #20152 Illegal capture of closure iterator, when should be legal (#20607)Bung2022-10-212-1/+21