summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...ringabout2023-01-271-1/+1
* Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...Bung2023-01-271-1/+1
* fixes #18134; registers `formatBiggestFloat` in VM (#21299)ringabout2023-01-261-52/+55
* fixes #21290; deindent if the last same level is a text node (#21293)ringabout2023-01-241-16/+21
* fixes #21278; `deques.shrink` off by one bug (#21284)ringabout2023-01-201-1/+1
* minor parseopt.nim improvements (#21256)Andreas Rumpf2023-01-182-39/+34
* std/parsesql: Add OFFSET keyword support. (#21255)Phil Krylov2023-01-181-1/+10
* Add docs informing about gotcha of clients (#21262)PhilippMDoerner2023-01-181-0/+4
* fixes unittest warnings (#21271)ringabout2023-01-181-0/+4
* parseopt.nim documentation clarity - default values & cmdEnd in getopt (#21047)Russell Brinson2023-01-111-2/+27
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-041-0/+2
* avoiding unnecessary allocation for dollar IpAddress (#21199)rockcavera2022-12-301-2/+2
* std/encodings: Fix open() documentation in regard to exception raised (#21187)Phil Krylov2022-12-281-1/+1
* remove legacy code (#21134)ringabout2022-12-264-328/+302
* fix socket send for string types (#21155)Jaremy Creechley2022-12-221-9/+30
* Feature/xmltree additions (#20988)Michael Voronin2022-12-221-3/+150
* fixes #20244; fixes castSizes warnings (#21102)ringabout2022-12-221-2/+14
* fix #12122 (#21096)Bung2022-12-164-10/+10
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-152-18/+14
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-2/+2
* Document that system:pop() may raise IndexDefect (#21070)Xavier Noria2022-12-131-3/+3
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-114-21/+16
* `multisync` now allows tuples in return type (#21074)Jake Leahy2022-12-111-2/+2
* fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)ringabout2022-12-101-19/+25
* Use a unique name for template in async macro return (#21058)Jake Leahy2022-12-101-3/+3
* Implicit return working for async proc (#20933)Jake Leahy2022-12-091-2/+11
* Remove deprecated rightSize (#21011)Juan Carlos2022-12-081-10/+0
* build the documentation of official packages (#20986)ringabout2022-12-063-397/+0
* stdlib organization & documentation improvements (#20971)metagn2022-12-068-69/+7
* Update prelude example (#21005)Michal Maršálek2022-12-031-1/+1
* [unittest] remove unnecessay export for testing (#20868)ringabout2022-12-011-2/+0
* move `smtp` to nimble packages (#20953)ringabout2022-11-301-361/+0
* Move command line parameter code (#20946)IgorDeepakM2022-11-301-270/+5
* move `asyncftpclient` to nimble packages (#20952)ringabout2022-11-281-524/+0
* fixes documentation regression (#20925)ringabout2022-11-261-2/+2
* fixes broken importc for vcc [backport] (#20909)ringabout2022-11-241-2/+2
* move `system/atomics` out of system; `std/atomics` should be preferred (#20875)ringabout2022-11-223-2/+5
* 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