| Commit message (Expand) | Author | Age | Files | Lines |
* | add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088) | metagn | 2024-09-09 | 2 | -4/+12 |
* | enable closures tests for JS & implement `finished` for JS (#23521) | ringabout | 2024-09-09 | 1 | -2/+8 |
* | fix: InotifyEvent.name should be UncheckedArray[char] (#23413) | Tobias Dély | 2024-09-09 | 1 | -1/+1 |
* | fix int32's that should be uint32 on BSD & OSX (#24078) | metagn | 2024-09-09 | 2 | -10/+10 |
* | Fix ioselectors_kqueue raising wrong exceptions (#24079) | bptato | 2024-09-08 | 1 | -2/+6 |
* | fix string literal assignment with different lengths on ARC (#24083) | metagn | 2024-09-08 | 1 | -1/+1 |
* | 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 |
* | fixes symbolName for range enums (#24052) | ringabout | 2024-09-03 | 1 | -1/+7 |
* | 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 |
* | remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018) | metagn | 2024-08-28 | 1 | -1/+1 |
* | fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (... | ringabout | 2024-08-28 | 1 | -7/+5 |
* | bump NimVersion to 2.1.99 (2.0.2 RC2) (#24016) | Miran | 2024-08-27 | 1 | -1/+1 |
* | 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 |
* | fixes docgen regression: don't add newLine for code if it's the first line (#... | ringabout | 2024-08-17 | 1 | -1/+4 |
* | better examples for std/inotify (#23415) | Archar Gelod | 2024-08-14 | 1 | -11/+21 |
* | fix #23817; Use __builtin_saddl_overflow variants for arm-none-eabi-gcc. (#23... | Mark Leyva | 2024-08-12 | 1 | -3/+11 |
* | Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942) | Juan M Gómez | 2024-08-12 | 1 | -1/+3 |
* | opensym as node kind + fixed experimental switch (#23892) | metagn | 2024-08-12 | 2 | -2/+4 |
* | fixes #23913; empty SEQ_DECL_SIZE (#23940) | Tomohiro | 2024-08-12 | 1 | -3/+1 |
* | impr: std/cpuinfo: use documented impl ; support JS (#23911) | lit | 2024-08-11 | 1 | -60/+81 |
* | Fixed nimscript docs (#23938) | Antonis Geralis | 2024-08-11 | 1 | -7/+7 |
* | Add a document to toOpenArray proc (#23905) | Tomohiro | 2024-08-01 | 2 | -0/+18 |
* | fixes JS semicolon omissions (#23896) | ringabout | 2024-07-26 | 7 | -11/+11 |
* | doc,test(times): followup #23861 (#23881) | lit | 2024-07-23 | 1 | -3/+4 |
* | Allocator: Always place free cells into the active chunk and add documentatio... | SirOlaf | 2024-07-22 | 1 | -21/+96 |
* | fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876) | Ward | 2024-07-22 | 1 | -1/+1 |
* | Fix out-of-bounds slicing in std/varints (#23868) | Buldram | 2024-07-22 | 1 | -6/+6 |
* | Allocator: Track number of foreign cells a small chunk has access to (#23856) | SirOlaf | 2024-07-20 | 1 | -29/+46 |
* | 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 |
* | 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 |