summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* unpublic `arrayWith` and rename it to `nimArrayWith` (#21006)ringabout2022-12-041-1/+1
* Update prelude example (#21005)Michal Maršálek2022-12-031-1/+1
* minor cleanup; correct the module name (#21001)ringabout2022-12-021-2/+2
* [unittest] remove unnecessay export for testing (#20868)ringabout2022-12-011-2/+0
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-0113-244/+247
* Add HPPA and sparc64 architectures (#20934)Federico Ceratto2022-12-011-0/+2
* move `smtp` to nimble packages (#20953)ringabout2022-11-301-361/+0
* Move command line parameter code (#20946)IgorDeepakM2022-11-303-272/+318
* dom: remove X* = ref XObj [backport] (#20910)metagn2022-11-291-76/+37
* fix #20969 - making vcc work again with cpp backend (#20970)rockcavera2022-11-291-2/+2
* move `asyncftpclient` to nimble packages (#20952)ringabout2022-11-281-524/+0
* Improve jsformdata (#20929)Juan Carlos2022-11-281-6/+10
* Support IBM Z architecture (#20943)Federico Ceratto2022-11-281-1/+3
* Fix several memory leaks in the Postgres wrapper. (#20940)jfilby2022-11-271-11/+18
* fixes documentation regression (#20925)ringabout2022-11-261-2/+2
* fixes #20873; rework vcc with arc/orc (#20913)ringabout2022-11-251-21/+49
* fixes broken importc for vcc [backport] (#20909)ringabout2022-11-241-2/+2
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-242-11/+13
* alloc uses atomic operations only when necessary (#20899)ringabout2022-11-231-5/+17
* move `system/atomics` out of system; `std/atomics` should be preferred (#20875)ringabout2022-11-226-17/+22
* fixes #20026; marks system procs which can raise defects (#20864)ringabout2022-11-221-15/+18
* correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)metagn2022-11-221-1/+1
* echo: only lock when threading is enabled (#20890)Tanguy2022-11-211-1/+2
* 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