summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #22210; transform return future in try/finally properly (#22249)ringabout2023-07-211-9/+48
* fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294)ringabout2023-07-191-2/+3
* fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...ringabout2023-06-271-4/+8
* Fix regression in `std/times` (#22155)Jake Leahy2023-06-261-2/+2
* fix #20023 hash for generic tables (#20346)Bung2023-06-211-0/+15
* `strutils.split/rsplit` now return src on an empty sep (#22136)Zoom2023-06-211-23/+37
* Amend divmod (#22131)Ryan McConnell2023-06-201-1/+6
* Add divmod (#22102)Ryan McConnell2023-06-171-0/+38
* use TimeInterval instead of Duration for calculating ISO week date (#22091)metagn2023-06-141-17/+30
* fix timezone in initDateTime for ISO week date (#22090)metagn2023-06-131-1/+1
* Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)litlighilit2023-06-091-5/+10
* fixes overriden typo (#22044)ringabout2023-06-081-1/+1
* small fixes for atomicArc (#22017)ringabout2023-06-064-5/+5
* 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