| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add warnings about exec usage. (#23820) | Antonis Geralis | 2024-07-17 | 1 | -2/+9 |
* | Silence `hint:performance` message when using very basic http client (#23832) | c-blake | 2024-07-15 | 1 | -1/+2 |
* | Use monotonic timestamp to calculate timeouts refs #23826 (#23834) | Mark Leyva | 2024-07-15 | 1 | -10/+16 |
* | bump NimVersion to 2.1.9 (#23831) | Miran | 2024-07-12 | 1 | -1/+1 |
* | fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826) | Mark Leyva | 2024-07-12 | 1 | -101/+42 |
* | deprecate `owner` from `std/macros` (#23828) | ringabout | 2024-07-12 | 1 | -1/+1 |
* | conditional compilation of gcd(SomeInteger,SomeInteger) in std/math (#23773) | quimt | 2024-07-09 | 1 | -34/+37 |
* | Adjust the correct chunk's free space in allocator (#23795) | SirOlaf | 2024-07-08 | 1 | -2/+2 |
* | Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793) | c-blake | 2024-07-07 | 1 | -26/+42 |
* | Update documentation for parseEnum in strutils.nim (#23804) | Leon Lysak | 2024-07-06 | 1 | -2/+2 |
* | Fixed issues when using `std/parseopt` in miscripts with cmdline = "" (#23785) | Gianmarco | 2024-07-02 | 1 | -3/+15 |
* | Fix doc: '\c' '\L' in lexbase.nim (#23781) | lit | 2024-07-01 | 1 | -4/+4 |
* | refine: strmisc.expandTabs better code structure (#23783) | lit | 2024-07-01 | 1 | -9/+6 |
* | fixes #5091; Ensure we don't wait on an exited process on Linux (#23743) | Mark Leyva | 2024-07-01 | 1 | -0/+2 |
* | fixes #23725; Size computations work better when they are correct (#23758) | Andreas Rumpf | 2024-06-26 | 1 | -6/+10 |
* | Check for nil in cstringArrayToSeq (#23747) | Yuriy Glukhov | 2024-06-24 | 1 | -0/+2 |
* | fixes #23742; setLen(0) no longer allocates memory for uninitialized strs/seq... | ringabout | 2024-06-21 | 1 | -2/+8 |
* | Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735) | c-blake | 2024-06-19 | 1 | -20/+184 |
* | fixes #23732, os.sleep(-1) now returns immediately (#23734) | lit | 2024-06-18 | 1 | -0/+3 |
* | Fix NIM_STATIC_ASSERT_AUX being redefined on different lines (#23729) | fakuivan | 2024-06-18 | 1 | -4/+8 |
* | Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix v... | c-blake | 2024-06-14 | 1 | -36/+30 |
* | fixes #22927; no test case extractable [backport] (#23707) | Andreas Rumpf | 2024-06-12 | 1 | -11/+23 |
* | fixes #23513, parseutils.nim: parseInt's doc example. (#23561) | lit | 2024-06-12 | 1 | -8/+12 |
* | fixes #22510 (#23100) | Andreas Rumpf | 2024-06-06 | 1 | -27/+24 |
* | make `std/options` compatible with strictdefs (#23675) | ringabout | 2024-06-05 | 1 | -6/+6 |
* | fix noreturn/implicit discard check logic (#23681) | metagn | 2024-06-05 | 1 | -1/+1 |
* | fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292) | ringabout | 2024-06-02 | 2 | -2/+2 |
* | fixes #23663; Add hash() for Path (#23664) | ringabout | 2024-05-31 | 1 | -1/+8 |
* | Treat CJK Ideographs as letters in `isAlpha()` (#23651) | Alexander Kernozhitsky | 2024-05-29 | 1 | -1957/+1948 |
* | revert #23436; remove workaround (#23653) | ringabout | 2024-05-28 | 1 | -2/+0 |
* | fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641) | ringabout | 2024-05-27 | 1 | -4/+20 |
* | fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or seq[... | ringabout | 2024-05-27 | 1 | -4/+1 |
* | Handle arbitrarily long symlink target in `expandSymlinks()` (#23650) | Alexander Kernozhitsky | 2024-05-27 | 1 | -8/+10 |
* | doc(format): ospaths2,strutils: followup #23560 (#23629) | lit | 2024-05-20 | 2 | -9/+9 |
* | doc(format): system.nim: doc of hostCPU for `loongarch64` (#23621) | lit | 2024-05-17 | 1 | -1/+1 |
* | provides a `$` function for `Path` (#23617) | ringabout | 2024-05-17 | 1 | -0/+3 |
* | Support NetBSD/aarch64 (#23616) | PHO | 2024-05-16 | 1 | -2/+3 |
* | fixes deprecation messages and adds missing commas (#23609) | ringabout | 2024-05-14 | 1 | -3/+3 |
* | adds Nim-related mimetypes back (#23589) | ringabout | 2024-05-10 | 1 | -0/+4 |
* | Improve strutils.rsplit doc, proc and iterator have oppose result order. (#23... | lit | 2024-05-10 | 1 | -6/+6 |
* | Add Complex version of almostEqual function (#23549) | Angel Ezquerra | 2024-05-08 | 1 | -3/+18 |
* | fixes 12381, HttpClient socket handle leak (#23575) | Marius Andra | 2024-05-08 | 1 | -0/+2 |
* | rework `wasMoved`, `move` on the JS backend (#23577) | ringabout | 2024-05-08 | 1 | -31/+0 |
* | fixes #23442, fix for FileId under Windows (#23444) | lit | 2024-05-08 | 1 | -4/+4 |
* | fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557) | ringabout | 2024-05-03 | 2 | -2/+11 |
* | Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560) | lit | 2024-05-02 | 1 | -6/+6 |
* | fixes #23524; global variables cannot be analysed when injecting `move` (#23529) | ringabout | 2024-04-24 | 1 | -3/+5 |
* | Fix std/base64.decode out of bounds read (#23526) | bptato | 2024-04-22 | 1 | -1/+1 |
* | workaround #23435; real fix pending #23279 (#23436) | ringabout | 2024-04-18 | 1 | -0/+2 |
* | fixes #4695; closure iterators support for JS backend (#23493) | ringabout | 2024-04-18 | 1 | -0/+4 |