summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-061-2/+2
* handle out of range value for `COLUMNS` / `LINES` (#21968)Etan Kissling2023-05-311-2/+2
* make `proc` not implicitly convert to `pointer` with a preview define (#21953)metagn2023-05-301-1/+1
* alternative to #21914; split, rsplit now forbid an empty separator (#21961)ringabout2023-05-301-4/+22
* fixes #21734; backport (#21957)Andreas Rumpf2023-05-292-3/+3
* Suggest files and paths modules (#21950)Federico Ceratto2023-05-291-0/+1
* Fix documentation typo in endians.nim (#21949)Simon Krauter2023-05-281-1/+1
* Fix const in async regression (#21898)Jake Leahy2023-05-251-7/+5
* Improve times (#21901)Juan Carlos2023-05-241-12/+21
* js -r defines nodejs & program result undeclared if unavailable (#21849)metagn2023-05-241-0/+6
* fix #21251 Compiler SIGSEGV when using SharedTable (#21876)Bung2023-05-233-8/+7
* Weekday parse/format (replacement) (#21857)Carlo Capocasa2023-05-211-30/+110
* Update threadpool.nim with correct link to typedthreads module (#21865)noah edward hall2023-05-191-1/+1
* Add `minmax` to comparisons (#21820)Matt Wilson2023-05-121-0/+9
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-7/+5
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-101-7/+1
* fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)ringabout2023-05-051-60/+63
* build documentation for `checksums/md5` and `checksums/sha1` (#21791)ringabout2023-05-042-2/+2
* line info for strformat + fix issue with typed templates (#21761)metagn2023-05-021-8/+22
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+3
* fixes #20144; fixes asyncnet ssl on bsds (#21763)ringabout2023-05-011-2/+5
* fix build on haiku (#21752)Al Hoang2023-04-292-2/+2
* closes #21745 (#21746)ringabout2023-04-281-1/+0
* Fix json.to for float fields that are not present (#21695)Yardanico2023-04-211-1/+1
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-5/+5
* int64/uint64 as bigint in JS (#21613)metagn2023-04-114-15/+18
* `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...metagn2023-04-111-1/+1
* terminal size env-vars have precendence in POSIX (#21643)Etan Kissling2023-04-111-10/+39
* fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)chmod2222023-04-031-3/+9
* Revert "Add `cursor` to lists iterator variables" (#21571)ringabout2023-03-281-3/+3
* Add `cursor` to lists iterator variables (#21527)Amjad Ben Hedhili2023-03-271-3/+3
* Add URI parsing warning (#21547)Federico Ceratto2023-03-202-0/+4
* fixes #21538; expand len template parameter once in newSeqWith (#21543)Eric N. Vander Weele2023-03-201-3/+3
* Fix: #21541. Add support for xnVerbatimText (#21542)Mark Leyva2023-03-201-4/+4
* NuttX: use posix_spawn for osproc (#21539)Hiroki Noda2023-03-201-4/+6
* Add `cursor` annotations to lists iterator variables (#21507)Amjad Ben Hedhili2023-03-131-2/+2
* Remove Defect from raises list in `std/times` (#21473)Jake Leahy2023-03-061-9/+15
* Add warning to specify timeout value in milliseconds, Fix #21449 (#21471)Sultan Al Isaiee2023-03-041-0/+4
* Allow `futureLogging` in release builds (#21448)Jake Leahy2023-03-021-1/+1
* remove decades-deprecated Win32 API *A function support (#21315)tersec2023-03-025-101/+47
* asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)Century Systems2023-02-281-1/+12
* Use a cast to suppress KeyError raises (#21451)Antonis Geralis2023-02-281-4/+5
* Fix: nintendoswitch compilation (#21368)Dmitry Arkhipenko2023-02-251-1/+3
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-243-18/+26
* ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)Century Systems2023-02-221-1/+6
* Make `Time` work with `std/strformat` (#21409)Jake Leahy2023-02-211-5/+1
* NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...Century Systems2023-02-212-6/+0
* `std/xmltree` Add the type of the node when the assertion fails (#21383)Jake Leahy2023-02-171-22/+30
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-167-11/+23
* Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)c-blake2023-02-151-42/+81