summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...ringabout2023-06-271-2/+2
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-212-12/+28
* avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)Etan Kissling2023-06-101-10/+11
* Remove debug echo from with (#22047)Antonis Geralis2023-06-081-1/+0
* Nested `with` blocks (#22042)awr12023-06-082-6/+24
* fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...ringabout2023-06-014-6/+6
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-302-4/+4
* Suggest files and paths modules (#21950)Federico Ceratto2023-05-292-0/+6
* js -r defines nodejs & program result undeclared if unavailable (#21849)metagn2023-05-241-7/+3
* tasks that support return values (#21859)Andreas Rumpf2023-05-171-25/+35
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-141-3/+3
* add getDataDir to std/appdirs.nim (#21754)Ecorous2023-05-121-0/+17
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-116-13/+15
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-101-6/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+4
* refact: Remove assertion effect hiding workaround (#21472)quantimnot2023-04-211-6/+1
* static link pthread correctly (#21693)ringabout2023-04-201-2/+0
* fixes nightlies regression (#21689)ringabout2023-04-191-2/+1
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-2/+2
* fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...ringabout2023-04-141-0/+4
* int64/uint64 as bigint in JS (#21613)metagn2023-04-113-4/+19
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-111-11/+16
* remove useVersion (#21626)metagn2023-04-081-1/+1
* 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