summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tasks that support return values (#21859)Andreas Rumpf2023-05-171-25/+35
* fixes #21847; let `parseFloat` behave like `strtod` (#21854)ringabout2023-05-171-1/+3
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-141-3/+3
* improve `wasMoved` hooks; allow reset to use the overridden `wasMoved` hook (...ringabout2023-05-121-4/+9
* add getDataDir to std/appdirs.nim (#21754)Ecorous2023-05-121-0/+17
* Add `minmax` to comparisons (#21820)Matt Wilson2023-05-121-0/+9
* just set CallNodes = nnkCallKinds, follows up #21829 (#21833)metagn2023-05-111-2/+1
* Add nnkHiddenCallConv to nnkCallKinds (#21781) (#21829)Matt Wilson2023-05-111-1/+3
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-111-1/+1
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-117-20/+20
* make `reset` use the `=destroy` and `wasMoved` pair (#21821)ringabout2023-05-111-1/+9
* make ORC threadlocal, take two (#21818)Andreas Rumpf2023-05-101-6/+6
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-102-13/+2
* fix nimrtl and nimhcr on arc/orc (#21814)metagn2023-05-094-10/+14
* Improve and refactor cellseqs_v2 in Nim standard library (#21796)Jordan Gillard2023-05-091-13/+10
* Windows: use __declspec(thread) TLS implementation, it is MUCH faster… (#21...Andreas Rumpf2023-05-081-1/+7
* adds an experimental `mm:atomicArc` switch (#21798)ringabout2023-05-081-9/+24
* 🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797)Jordan Gillard2023-05-071-8/+11
* revert #21799 and #21802 which don't pass the tests (#21804)ringabout2023-05-071-5/+5
* implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)ringabout2023-05-062-0/+10
* ORC: make rootsThreshold thread local [backport] (#21799)Andreas Rumpf2023-05-061-5/+5
* 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
* fixes #21780 [backport:1.6] (#21785)Andreas Rumpf2023-05-041-4/+4
* 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-023-8/+7
* 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 iterator equality + add test for proc equality + fix sameType (#21707)metagn2023-04-233-3/+3
* Documented path substitution by compiler (#21662)Raynei2023-04-211-0/+1
* refact: Remove assertion effect hiding workaround (#21472)quantimnot2023-04-211-6/+1
* Fix json.to for float fields that are not present (#21695)Yardanico2023-04-211-1/+1
* static link pthread correctly (#21693)ringabout2023-04-201-2/+0
* Fixed `window.find` return (#21621)Thiago2023-04-191-1/+1
* fixes nightlies regression (#21689)ringabout2023-04-191-2/+1
* fix #20997 (#21165)Bung2023-04-191-4/+2
* Fix RST/Markdown false heading detection (#21685)Andrey Makarov2023-04-181-13/+17
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-173-9/+9
* fixes #20155; repr range with distinct types is broken in ORC (#21682)ringabout2023-04-171-2/+10
* 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-1111-44/+69
* `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...metagn2023-04-112-31/+22
* Fix option lists with additional indentation in Markdown (#21633)Andrey Makarov2023-04-111-1/+3
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-111-11/+16
* terminal size env-vars have precendence in POSIX (#21643)Etan Kissling2023-04-111-10/+39
* remove useVersion (#21626)metagn2023-04-081-1/+1