summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fixes strict effects (#20885)ringabout2022-11-211-1/+1
* channel send() condition variable lock ordering (#20879)Ico Doornekamp2022-11-211-1/+1
* fix #20835 (#20872)rockcavera2022-11-181-2/+21
* remove useless defines (#20867)ringabout2022-11-171-4/+0
* fixes a severe bug of testament (#20832)ringabout2022-11-171-0/+1
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-163-4/+4
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-1619-41/+41
* Allow users to set log flushing rules (#20817)Matt Haggard2022-11-141-17/+35
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-142-2/+2
* [minor] documentation improvement (#20825)ringabout2022-11-121-4/+4
* support `UncheckedArray[T]` in repr_v2.nim (#20816)Derek 呆2022-11-111-1/+4
* [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
* remove name field for ARC (#20797)ringabout2022-11-092-2/+4
* Use same defaults as JS for fetch options (#20783)Jake Leahy2022-11-091-3/+3
* clean up `system/arc` (#20792)ringabout2022-11-091-37/+0
* implements display based subtype checking (6.4x faster without threads; 2.8x ...ringabout2022-11-082-16/+5
* fixes nightlies regression; patches for freebsd (#20786)ringabout2022-11-081-0/+12
* fixes #20694; the `exit` function now takes `cint` type (#20775)ringabout2022-11-071-8/+7
* Export trace member of exception type to allow custom stack trace entries (#2...Ico Doornekamp2022-11-071-2/+2
* fixes pre-existing `quit` documentation regression [backport] (#20763)ringabout2022-11-061-3/+3
* 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