summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Add `safe` parameter to `base64.encodeMime` (#20559)Amjad Ben Hedhili2022-10-211-3/+11
* move procs in os to `appdirs` (#20605)ringabout2022-10-201-141/+3
* [std/os] split and re-export (#20593)ringabout2022-10-201-2044/+17
* refactor envvars, oserrors; register vmops (#20592)ringabout2022-10-183-339/+5
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-173-113/+3
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-1/+1
* follow up #19714; add `memmem` optimizations for `find` on Linux, Macos and B...ringabout2022-10-131-1/+26
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-127-90/+95
* 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-113-6/+6
* 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
* FTP client is now able to connect to server over TLS by set `useTls =… (#17...Huy Doan2022-10-091-10/+75
* out parameters: enforce that 'out' is only used as a parameter (#20510)Andreas Rumpf2022-10-072-2/+3
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-056-19/+20
* strutils, rstgen: avoid deprecated `strutils.delete` (#20488)ee72022-10-051-4/+5
* Add proxy basic auth documentation (#20498)TerrorTrace2022-10-051-0/+8
* move widestrs out of system (#20462)metagn2022-10-017-0/+15
* new move analyser2 (#20471)Andreas Rumpf2022-10-011-2/+1
* Undeprecate isvalidfilename (#19643)Juan Carlos2022-09-291-7/+12
* fix #19500; remove find optimization [backport: 1.6] (#19714)ringabout2022-09-281-20/+1
* moderate system cleanup & refactor (#20355)metagn2022-09-285-14/+14
* Refactor initOptParser (#19656)Nan Xiao2022-09-271-22/+5
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-2727-1/+77
* 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
* fixes #20285; prevent oid time overflow at year 2038 (#20338)ringabout2022-09-221-25/+14
* contentLength default to -1 if not present (#19835)Bung2022-09-211-2/+2
* Recommend `mapIt` in some cases (#20347)Amjad Ben Hedhili2022-09-191-6/+4
* fixes #19104; peg Incorrect captures [backport:1.6] (#20352)ringabout2022-09-151-1/+4
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-141-0/+6
* Revert "add `fromChar`" (#20336)ringabout2022-09-121-9/+0
* Fix cannot create Windows directory in root (#20311)havardjohn2022-09-111-19/+8
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-112-7/+7
* add `fromChar` (#20332)Hamid Bluri2022-09-111-0/+9
* give a deprecate warning when using `newPar` to construct tuple expressions (...ringabout2022-09-061-2/+2
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-041-1/+1
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-032-47/+75
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-032-2/+2
* Simpler complex division implementation (#20088)Dan Rose2022-09-011-12/+1
* Implement complex sgn (#20087)Dan Rose2022-08-281-0/+7
* fixes #17658; add cert dir for ssl ctx (#19920)ringabout2022-08-282-1/+11
* Add missing rand(var Rand, Ordinal) overload (#20124)Antonis Geralis2022-08-261-14/+32
* remove `var` for ref parameters in `std/tables` (#20175)ringabout2022-08-251-2/+2
* std/options enables stricteffects (#19441)ringabout2022-08-251-4/+8
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* test removing dollar for objects out of system (#20242)metagn2022-08-241-0/+3
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-241-4/+4
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-231-35/+30
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-232-13/+3