summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add effectsOf to map in the std/sets module (#20760)ringabout2022-11-051-1/+4
* ref #20694; quit value gets saturated to ranges (#20753)ringabout2022-11-0516-64/+95
* fix posix.mq_receive compilation with cpp backend (#20710)n5m2022-11-052-24/+41
* revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)ringabout2022-11-043-23/+21
* 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 ssl static link regression (#20722)ringabout2022-11-011-1/+5
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-0114-4/+35
* change `include genode/env` to an import (#20721)ringabout2022-11-012-2/+2
* refactor os imports into corresponding small modules (#20720)ringabout2022-11-017-7/+9
* make `system/fatal` importable (#20719)ringabout2022-11-013-16/+15
* 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-315-3/+188
* allow deferred close of nil stream (#20706)n5m2022-10-311-4/+14
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-314-3/+5
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-315-15/+15
* follow up #20668; fixes nightlies (#20701)ringabout2022-10-311-4/+5
* move threads out of system (#20674)ringabout2022-10-2914-390/+425
* fix #16264 low(Time) OverflowDefect (#20552)Bung2022-10-291-1/+1
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-284-26/+29
* openssl 3 support no longer opt in + some 1.0 support (#20668)metagn2022-10-272-45/+100
* Added openarray[char] overloads to std/unicode (#20648)Jason Beetham2022-10-271-46/+417
* cleanup os related documentation links (#20663)ringabout2022-10-273-27/+12
* fixes #20654 FAMs should not be used in the C++ backend (#20655)Juan M Gómez2022-10-251-1/+3
* 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
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-254-41/+61
* Added 'openArray[char]' overloads to 'std/parseutils' (#20527)Jason Beetham2022-10-244-114/+481
* 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 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-241-2/+12
* Pass json options to hooks (#20638)Jake Leahy2022-10-241-14/+16
* Remove side-effects from sysFatal with panics on (#20632)Tanguy2022-10-241-16/+17
* improve error message when using `toTask` with a call with a return value (#2...ringabout2022-10-231-1/+2
* add `std/appdirs` (#20618)ringabout2022-10-221-0/+73
* add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)ringabout2022-10-214-0/+522
* Add `safe` parameter to `base64.encodeMime` (#20559)Amjad Ben Hedhili2022-10-211-3/+11
* move procs in os to `appdirs` (#20605)ringabout2022-10-202-141/+150
* [std/os] split and re-export (#20593)ringabout2022-10-206-2044/+2245
* refactor envvars, oserrors; register vmops (#20592)ringabout2022-10-183-339/+5
* fixes #20572 (#20585)Andreas Rumpf2022-10-171-1/+2
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-173-2/+3
* Documentation only, dom (#20584)Juan Carlos2022-10-171-0/+31
* atomicInc global alloc counters (#20571)Antonis Geralis2022-10-162-9/+9
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-153-10/+10
* fixes #3748 (#20563)Andreas Rumpf2022-10-141-2/+5