summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-163-13/+13
* Allow users to set log flushing rules (#20817)Matt Haggard2022-11-141-17/+35
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-141-1/+1
* [sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)Vindaar2022-11-101-3/+13
* fixes #13781; fixes #14901; add acyclic pragmas to FlowVar (#20804)ringabout2022-11-101-2/+2
* add effectsOf to map in the std/sets module (#20760)ringabout2022-11-051-1/+4
* add `effectsOf` to `std/tables` (#20751)ringabout2022-11-041-2/+6
* Uri.isIpv6 exported (#20736)Juan Carlos2022-11-031-1/+1
* Improve dollar IpAddress (#20729)Juan Carlos2022-11-031-10/+14
* Export FileMode (#20726)Antonis Geralis2022-11-021-0/+1
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-017-2/+19
* change `include genode/env` to an import (#20721)ringabout2022-11-011-1/+1
* refactor os imports into corresponding small modules (#20720)ringabout2022-11-015-5/+7
* Improve dollar (#20672)Juan Carlos2022-10-311-30/+49
* Improve getDataUri (#20670)Juan Carlos2022-10-311-4/+12
* Genode: add scheduleCallbacks to asyncdispatch (#20708)ehmry2022-10-311-3/+29
* allow deferred close of nil stream (#20706)n5m2022-10-311-4/+14
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-312-2/+0
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-312-2/+2
* move threads out of system (#20674)ringabout2022-10-291-1/+1
* fix #16264 low(Time) OverflowDefect (#20552)Bung2022-10-291-1/+1
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-281-6/+9
* openssl 3 support no longer opt in + some 1.0 support (#20668)metagn2022-10-271-2/+15
* Added openarray[char] overloads to std/unicode (#20648)Jason Beetham2022-10-271-46/+417
* clean up `std/os` related modules (#20651)ringabout2022-10-251-65/+0
* Change both code snippets to use the same test URL (#20647)Saint2022-10-251-1/+1
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-4/+7
* Added 'openArray[char]' overloads to 'std/parseutils' (#20527)Jason Beetham2022-10-241-93/+443
* fixes the typical (not a == b) bug in the documentation (#20643)ringabout2022-10-241-2/+2
* 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