summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-1217-414/+429
* oids sticks to 24 length strings; fixes breaking changes (#20546)ringabout2022-10-121-7/+7
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-1111-27/+27
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-4/+4
* Remove unused `base64.encode` overload (#20369)Amjad Ben Hedhili2022-10-091-27/+10
* parseutils: skipWhile: fix parameter name in doc comment (#20523)ee72022-10-091-1/+1
* threaded alloc (#20492)Andreas Rumpf2022-10-093-118/+247
* FTP client is now able to connect to server over TLS by set `useTls =… (#17...Huy Doan2022-10-091-10/+75
* fixes #20516; system.create doesn't work with bitfield objects (#20518)ringabout2022-10-081-6/+0
* out parameters: enforce that 'out' is only used as a parameter (#20510)Andreas Rumpf2022-10-074-3/+45
* follow up #20109; remove `shallow` seqs/strings for ORC (#20502)ringabout2022-10-061-21/+22
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-0511-48/+54
* macOS use SecRandomCopyBytes instead of getentropy (#20466)Matt Haggard2022-10-051-17/+4
* strutils, rstgen: avoid deprecated `strutils.delete` (#20488)ee72022-10-052-5/+6
* Add proxy basic auth documentation (#20498)TerrorTrace2022-10-051-0/+8
* remove deprecation messages for `unsafeAddr`; add warnings to docs (#20496)ringabout2022-10-041-13/+3
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-042-0/+11
* allocator: disable unnecessary stuff for ORC [backport] (#20489)Andreas Rumpf2022-10-031-95/+44
* pragma for sfCallsite instead of name check + better semantics, test (#20464)metagn2022-10-033-8/+17
* move widestrs out of system (#20462)metagn2022-10-0118-5/+37
* new move analyser2 (#20471)Andreas Rumpf2022-10-011-2/+1
* koch boot compiler with orc (#20467)ringabout2022-09-302-4/+3
* make koch and tools work with `nimPreviewSlimSystem` (#20459)ringabout2022-09-301-0/+3
* fixes postgres with `nimPreviewSlimSystem` (#20455)ringabout2022-09-291-0/+4
* Undeprecate isvalidfilename (#19643)Juan Carlos2022-09-291-7/+12
* refactor dbFormat (#19746)ringabout2022-09-293-34/+8
* fix #19500; remove find optimization [backport: 1.6] (#19714)ringabout2022-09-282-20/+38
* moderate system cleanup & refactor (#20355)metagn2022-09-2822-993/+1036
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-281-1/+1
* follow up #19408; bump devel version and deprecated unsafeAddr (#20432)ringabout2022-09-281-2/+3
* Refactor initOptParser (#19656)Nan Xiao2022-09-271-22/+5
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-2738-1/+109
* Fix issue with fields trying to use wrong name (#12655)Peter Munch-Ellingsen2022-09-262-5/+5
* fix #18128 rfind on empty needle returns rightmost index (#20430)n5m2022-09-261-1/+2
* Optimize `base64.encodeMime` (#20409)Amjad Ben Hedhili2022-09-251-6/+20
* defaults to ORC (#19972)ringabout2022-09-231-0/+1
* fixes #20285; prevent oid time overflow at year 2038 (#20338)ringabout2022-09-221-25/+14
* Extract markdown/rst doc into separate file (#20404)Andrey Makarov2022-09-221-221/+8
* contentLength default to -1 if not present (#19835)Bung2022-09-211-2/+2
* RFC-460 implemented (#19771)Juan Carlos2022-09-212-0/+32
* turn nimIncrSeqV3 into deadcode (#20388)ringabout2022-09-202-91/+47
* Add missing proc to dom (#20378)Juan Carlos2022-09-191-0/+57
* Add missing symbols to regex (#20383)Juan Carlos2022-09-191-0/+1
* Recommend `mapIt` in some cases (#20347)Amjad Ben Hedhili2022-09-191-6/+4
* fixes Thread initializer for ARC/ORC on Macos (#20368)ringabout2022-09-161-1/+1
* add docs to copyNimNode and copyNimTree (#20357)ringabout2022-09-161-2/+25
* fixes #19104; peg Incorrect captures [backport:1.6] (#20352)ringabout2022-09-151-1/+4
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-142-5/+32
* Revert "add `fromChar`" (#20336)ringabout2022-09-121-9/+0
* Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...Clay Sweetser2022-09-111-6/+1