summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* remove decades-deprecated Win32 API *A function support (#21315)tersec2023-03-027-129/+54
* asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)Century Systems2023-02-281-0/+1
* Overrides `=copy` for `PackedSets` (#21417)ringabout2023-02-271-15/+14
* Fix: nintendoswitch compilation (#21368)Dmitry Arkhipenko2023-02-252-2/+2
* Disable threads for os:any (#21425)Francis Thérien2023-02-241-0/+2
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-242-4/+2
* Add `getDataDir` proc (#21408)Ecorous2023-02-211-0/+27
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-161-1/+2
* Refines raises list in osproc (#21323)ringabout2023-02-141-1/+1
* fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)ringabout2023-01-251-3/+4
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-049-2/+17
* minor code cleanups (#21215)Andreas Rumpf2023-01-024-29/+25
* fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...ringabout2022-12-291-1/+8
* remove legacy code (#21134)ringabout2022-12-263-33/+3
* remove misleading slimsystem deprecated warnings (#21156)metagn2022-12-221-2/+0
* fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)ringabout2022-12-202-15/+19
* fix #12122 (#21096)Bung2022-12-163-4/+4
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-0/+2
* clean up the documentation of threads (#21067)ringabout2022-12-101-6/+0
* build the documentation of official packages (#20986)ringabout2022-12-061-15/+0
* stdlib organization & documentation improvements (#20971)metagn2022-12-0615-87/+25
* minor cleanup; correct the module name (#21001)ringabout2022-12-021-2/+2
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-017-226/+227
* Move command line parameter code (#20946)IgorDeepakM2022-11-302-2/+313
* fix #20969 - making vcc work again with cpp backend (#20970)rockcavera2022-11-291-2/+2
* Improve jsformdata (#20929)Juan Carlos2022-11-281-6/+10
* fixes #20873; rework vcc with arc/orc (#20913)ringabout2022-11-251-21/+49
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-242-11/+13
* move `system/atomics` out of system; `std/atomics` should be preferred (#20875)ringabout2022-11-221-0/+346
* correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)metagn2022-11-221-1/+1
* fix #20835 (#20872)rockcavera2022-11-181-2/+21
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-0/+0
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-166-9/+9
* [minor] documentation improvement (#20825)ringabout2022-11-121-4/+4
* Use same defaults as JS for fetch options (#20783)Jake Leahy2022-11-091-3/+3
* revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)ringabout2022-11-041-3/+1
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-1/+1
* refactor os imports into corresponding small modules (#20720)ringabout2022-11-011-1/+1
* make `system/fatal` importable (#20719)ringabout2022-11-011-2/+1
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-10/+0
* move threads out of system (#20674)ringabout2022-10-293-0/+686
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-283-20/+20
* cleanup os related documentation links (#20663)ringabout2022-10-273-27/+12
* clean up `std/os` related modules (#20651)ringabout2022-10-255-92/+140
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-253-37/+54
* Add better error messages to `std/jsonutils` (#20629)Jake Leahy2022-10-241-7/+7
* fix fwrite prototype (#20644)Jacek Sieka2022-10-241-1/+1
* 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
* improve error message when using `toTask` with a call with a return value (#2...ringabout2022-10-231-1/+2