summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fixes backticks in the documentation (#21340)ringabout2023-02-081-2/+2
* fixes SSL version check logic [backport] (#21324)ringabout2023-02-024-8/+8
* Add `contains` to `std/macrocache` (#21304)Jake Leahy2023-02-011-0/+26
* 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 #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)ringabout2023-01-251-3/+4
* 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
* Fix getting custom pragma from generic object (#20481)Jake Leahy2023-01-111-1/+1
* parseopt.nim documentation clarity - default values & cmdEnd in getopt (#21047)Russell Brinson2023-01-111-2/+27
* fixes #21232; highlite.getNextToken() returns gtOperator for '/' in C (#21234)ringabout2023-01-081-0/+3
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-0415-178/+473
* minor code cleanups (#21215)Andreas Rumpf2023-01-026-36/+32
* avoiding unnecessary allocation for dollar IpAddress (#21199)rockcavera2022-12-301-2/+2
* fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...ringabout2022-12-293-26/+38
* fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)ringabout2022-12-281-0/+13
* std/encodings: Fix open() documentation in regard to exception raised (#21187)Phil Krylov2022-12-281-1/+1
* remove legacy code (#21134)ringabout2022-12-2618-981/+401
* re and nre now link to regex and tinyre (#21161)ringabout2022-12-232-3/+9
* fix #20997 calling system.card[T](x: set[T]) with T of int8 or uint8 … (#21...Bung2022-12-231-3/+5
* fix socket send for string types (#21155)Jaremy Creechley2022-12-221-9/+30
* remove misleading slimsystem deprecated warnings (#21156)metagn2022-12-222-5/+0
* add link to setutils in system module docs (#21130)Peder Bergebakken Sundt2022-12-221-0/+1
* Feature/xmltree additions (#20988)Michael Voronin2022-12-221-3/+150
* fixes #20244; fixes castSizes warnings (#21102)ringabout2022-12-221-2/+14
* Implement setLineInfo (#21153)Peter Munch-Ellingsen2022-12-221-0/+16
* fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)ringabout2022-12-202-15/+19
* remove unused imports (#21126)ringabout2022-12-171-2/+0
* Bump the devel version to 1.9.1 (#21117)ringabout2022-12-161-2/+2
* fix #12122 (#21096)Bung2022-12-1620-134/+134
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-152-18/+14
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-153-5/+7
* Document that system:pop() may raise IndexDefect (#21070)Xavier Noria2022-12-132-3/+5
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-116-33/+31
* `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
* clean up the documentation of threads (#21067)ringabout2022-12-101-6/+0
* fixes #21062 (#21068)Andreas Rumpf2022-12-101-2/+3
* 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
* macros.customPragmaNode: walk brackets on brackets (#21040)Emery Hemingway2022-12-081-5/+3
* build the documentation of official packages (#20986)ringabout2022-12-0612-5675/+0
* stdlib organization & documentation improvements (#20971)metagn2022-12-0623-12/+32
* Remove deprecated posix.CLONE_STOPPED (#21012)Juan Carlos2022-12-051-1/+1