| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 non-exported `memfiles.setFileSize` to be able to shrink files on posix v... | c-blake | 2024-06-14 | 1 | -36/+30 |
* | fixes #23513, parseutils.nim: parseInt's doc example. (#23561) | lit | 2024-06-12 | 1 | -8/+12 |
* | make `std/options` compatible with strictdefs (#23675) | ringabout | 2024-06-05 | 1 | -6/+6 |
* | fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292) | ringabout | 2024-06-02 | 2 | -2/+2 |
* | Treat CJK Ideographs as letters in `isAlpha()` (#23651) | Alexander Kernozhitsky | 2024-05-29 | 1 | -1957/+1948 |
* | doc(format): ospaths2,strutils: followup #23560 (#23629) | lit | 2024-05-20 | 1 | -6/+6 |
* | Support NetBSD/aarch64 (#23616) | PHO | 2024-05-16 | 1 | -2/+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 |
* | fixes #23442, fix for FileId under Windows (#23444) | lit | 2024-05-08 | 1 | -4/+4 |
* | Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560) | lit | 2024-05-02 | 1 | -6/+6 |
* | Fix std/base64.decode out of bounds read (#23526) | bptato | 2024-04-22 | 1 | -1/+1 |
* | fix JSON deep copy description (#23495) | Pouriya Jamshidi | 2024-04-12 | 1 | -1/+1 |
* | fixes addr/hiddenAddr in strictdefs (#23477) | ringabout | 2024-04-10 | 1 | -1/+1 |
* | Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23... | lit | 2024-04-06 | 1 | -1/+1 |
* | fixes #16771; lower `swap` for JS backend (#23473) | ringabout | 2024-04-03 | 1 | -3/+1 |
* | Fix compile time errors when using tables on 8/16-bits systems. (#23450) | Gianmarco | 2024-03-28 | 1 | -1/+4 |
* | Change unicode lookup tables to have int32 elements to support platforms wher... | Gianmarco | 2024-03-25 | 2 | -9/+9 |
* | Adds support for custom ASTs in the Nim parser (#23417) | Andreas Rumpf | 2024-03-18 | 1 | -1/+1 |
* | Fix #23381, Use `sink` and `lent` to avoid Future[object] making a copy (#23389) | 握猫猫 | 2024-03-14 | 1 | -10/+16 |
* | ref #23333; fixes AF_INET6 value on Linux (#23334) | ringabout | 2024-03-03 | 1 | -1/+1 |
* | Update browsers.nim, deprecate unimplemented `openDefaultBrowser()` (#23332) | litlighilit | 2024-03-03 | 1 | -14/+25 |
* | strformat: detect format string errors at compile-time (#23356) | Jacek Sieka | 2024-03-03 | 1 | -39/+97 |
* | Remove count field from Deque (#23318) | Tomohiro | 2024-02-20 | 1 | -51/+46 |
* | fixes #23304; uses `snprintf` instead of `sprintf` (#23322) | ringabout | 2024-02-20 | 1 | -5/+5 |
* | Remove mask field from Deque (#23299) | Tomohiro | 2024-02-11 | 1 | -5/+6 |
* | Add items and contains to heapqueue (#23296) | Antonis Geralis | 2024-02-09 | 1 | -0/+15 |
* | fixes #23275; Add `==` for Deque (#23276) | Tomohiro | 2024-02-08 | 1 | -1/+28 |
* | follow up #22380; fixes incorrect usages of `newWideCString` (#23278) | ringabout | 2024-02-05 | 1 | -2/+2 |
* | Docs-improve: os.getCurrentCompilerExe replace with clearer short-desc (#23270) | litlighilit | 2024-02-02 | 1 | -1/+1 |
* | Additional speed ups of complex.pow (#23264) | Angel Ezquerra | 2024-01-29 | 1 | -8/+25 |
* | remove unreachable code (#23244) | ringabout | 2024-01-22 | 1 | -1/+0 |
* | fixes a broken link in `std/algorithm` (#23246) | ringabout | 2024-01-22 | 1 | -1/+1 |
* | Speed up complex.pow when the exponent is 2.0 or 0.5 (#23237) | Angel Ezquerra | 2024-01-20 | 1 | -1/+5 |
* | fix mime types data (#23226) | Bung | 2024-01-19 | 1 | -1725/+851 |
* | Make std/math classify work without `--passc:-fast-math`. (#23211) | Angel Ezquerra | 2024-01-18 | 1 | -3/+2 |
* | Add `^` operator support for Rational numbers (#23219) | Angel Ezquerra | 2024-01-18 | 1 | -0/+20 |
* | Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181) | Zoom | 2024-01-08 | 1 | -7/+20 |
* | Deprecate asm stmt for js target (#23149) | ASVIEST | 2024-01-02 | 3 | -11/+12 |
* | Fix typo in pegs.nim (#23143) | Ikko Eltociear Ashimine | 2023-12-30 | 1 | -3/+3 |
* | Fix cmpRunesIgnoreCase on system where sizeof(int) < 4. Fixes #23125. (#23138) | Gianmarco | 2023-12-28 | 1 | -1/+6 |
* | Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952) | Eric N. Vander Weele | 2023-12-24 | 1 | -0/+22 |
* | Fix grammar (#23090) | Stephen | 2023-12-18 | 1 | -1/+1 |
* | Show the name of the unexpected exception that was thrown in `std/unittest` (... | Jake Leahy | 2023-12-17 | 1 | -1/+2 |
* | fixes yet another strictdefs bug (#23069) | ringabout | 2023-12-15 | 1 | -0/+3 |
* | rationals: support Rational[SomeUnsignedInt] (#23046) | shirleyquirk | 2023-12-15 | 1 | -6/+6 |