| Commit message (Expand) | Author | Age | Files | Lines |
* | allow C atomics on C++ with -d:nimUseCAtomics (#24207) | metagn | 2024-09-30 | 1 | -25/+40 |
* | Implement `removeHandler` in std/logging module (fixes #23757) (#24143) | tocariimaa | 2024-09-20 | 1 | -0/+11 |
* | Create `IPPROTO_NONE` alias & Add test for Unix socket (#24139) | tocariimaa | 2024-09-19 | 2 | -1/+3 |
* | Fix ioselectors_kqueue raising wrong exceptions (#24079) | bptato | 2024-09-08 | 1 | -2/+6 |
* | expose `rangeBase` typetrait, fix enum conversion warning (#24056) | metagn | 2024-09-06 | 1 | -0/+34 |
* | Make math.isNaN,copySign,etc available on objc (#24025) | lit | 2024-09-05 | 1 | -1/+1 |
* | Make `$` on 0-length `MemSlice` produce Nim "" as per DMisener idea (#24015) | c-blake | 2024-09-04 | 1 | -1/+1 |
* | streams: implement readStr for VM, document VM limitations (#24058) | metagn | 2024-09-04 | 1 | -3/+12 |
* | Fix linux start process errorCode always 0 (#24001) | 握猫猫 | 2024-08-28 | 1 | -4/+7 |
* | opensym for templates + move behavior of opensymchoice to itself (#24007) | metagn | 2024-08-28 | 2 | -4/+4 |
* | fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (... | ringabout | 2024-08-28 | 1 | -7/+5 |
* | generate symchoice for ambiguous types in templates & generics + handle types... | metagn | 2024-08-25 | 1 | -1/+1 |
* | fixes #23915; std/random produces different results on c/js (#24003) | ringabout | 2024-08-25 | 1 | -13/+32 |
* | fixes #23956; bindUnix loses the last character on OpenBSD (#23961) | Alfred Morgan | 2024-08-22 | 2 | -4/+4 |
* | Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did... | ringabout | 2024-08-21 | 1 | -7/+4 |
* | Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23... | 握猫猫 | 2024-08-21 | 1 | -4/+7 |
* | fixes #23945; type checking for whenvm expresssions (#23970) | ringabout | 2024-08-20 | 1 | -16/+3 |
* | opensym as node kind + fixed experimental switch (#23892) | metagn | 2024-08-12 | 1 | -1/+1 |
* | impr: std/cpuinfo: use documented impl ; support JS (#23911) | lit | 2024-08-11 | 1 | -60/+81 |
* | fixes JS semicolon omissions (#23896) | ringabout | 2024-07-26 | 3 | -3/+3 |
* | doc,test(times): followup #23861 (#23881) | lit | 2024-07-23 | 1 | -3/+4 |
* | Add '.' (period, dot, ..) to `FormatLiterals` so that `ss.fff` can work. (#23... | c-blake | 2024-07-19 | 1 | -1/+1 |
* | doc: times.nim: DD -> dd (#23857) | lit | 2024-07-18 | 1 | -2/+2 |
* | fixes #23844; Nim devel nightly i386 build failing (#23849) | ringabout | 2024-07-17 | 1 | -1/+1 |
* | 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 |
* | fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826) | Mark Leyva | 2024-07-12 | 1 | -101/+42 |
* | conditional compilation of gcd(SomeInteger,SomeInteger) in std/math (#23773) | quimt | 2024-07-09 | 1 | -34/+37 |
* | 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 |
* | 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 |