summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* allow C atomics on C++ with -d:nimUseCAtomics (#24207)metagn2024-09-301-25/+40
* fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...ringabout2024-09-272-7/+16
* Implement `removeHandler` in std/logging module (fixes #23757) (#24143)tocariimaa2024-09-201-0/+11
* Create `IPPROTO_NONE` alias & Add test for Unix socket (#24139)tocariimaa2024-09-192-1/+3
* fix system for nimscript config files on js backend (#24135)metagn2024-09-191-2/+4
* fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)ringabout2024-09-181-1/+1
* revert second argument of `inc` not being generic (#24129)metagn2024-09-171-4/+4
* remove nimfrs and varslot (#24126)ringabout2024-09-171-10/+0
* add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)metagn2024-09-092-4/+12
* enable closures tests for JS & implement `finished` for JS (#23521)ringabout2024-09-091-2/+8
* fix: InotifyEvent.name should be UncheckedArray[char] (#23413)Tobias Dély2024-09-091-1/+1
* fix int32's that should be uint32 on BSD & OSX (#24078)metagn2024-09-092-10/+10
* Fix ioselectors_kqueue raising wrong exceptions (#24079)bptato2024-09-081-2/+6
* fix string literal assignment with different lengths on ARC (#24083)metagn2024-09-081-1/+1
* expose `rangeBase` typetrait, fix enum conversion warning (#24056)metagn2024-09-061-0/+34
* Make math.isNaN,copySign,etc available on objc (#24025)lit2024-09-051-1/+1
* Make `$` on 0-length `MemSlice` produce Nim "" as per DMisener idea (#24015)c-blake2024-09-041-1/+1
* streams: implement readStr for VM, document VM limitations (#24058)metagn2024-09-041-3/+12
* fixes symbolName for range enums (#24052)ringabout2024-09-031-1/+7
* Fix linux start process errorCode always 0 (#24001)握猫猫2024-08-281-4/+7
* opensym for templates + move behavior of opensymchoice to itself (#24007)metagn2024-08-282-4/+4
* remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)metagn2024-08-281-1/+1
* fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (...ringabout2024-08-281-7/+5
* bump NimVersion to 2.1.99 (2.0.2 RC2) (#24016)Miran2024-08-271-1/+1
* generate symchoice for ambiguous types in templates & generics + handle types...metagn2024-08-251-1/+1
* fixes #23915; std/random produces different results on c/js (#24003)ringabout2024-08-251-13/+32
* fixes #23956; bindUnix loses the last character on OpenBSD (#23961)Alfred Morgan2024-08-222-4/+4
* Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did...ringabout2024-08-211-7/+4
* Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23...握猫猫2024-08-211-4/+7
* fixes #23945; type checking for whenvm expresssions (#23970)ringabout2024-08-201-16/+3
* fixes docgen regression: don't add newLine for code if it's the first line (#...ringabout2024-08-171-1/+4
* better examples for std/inotify (#23415)Archar Gelod2024-08-141-11/+21
* fix #23817; Use __builtin_saddl_overflow variants for arm-none-eabi-gcc. (#23...Mark Leyva2024-08-121-3/+11
* Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942)Juan M Gómez2024-08-121-1/+3
* opensym as node kind + fixed experimental switch (#23892)metagn2024-08-122-2/+4
* fixes #23913; empty SEQ_DECL_SIZE (#23940)Tomohiro2024-08-121-3/+1
* impr: std/cpuinfo: use documented impl ; support JS (#23911)lit2024-08-111-60/+81
* Fixed nimscript docs (#23938)Antonis Geralis2024-08-111-7/+7
* Add a document to toOpenArray proc (#23905)Tomohiro2024-08-012-0/+18
* fixes JS semicolon omissions (#23896)ringabout2024-07-267-11/+11
* doc,test(times): followup #23861 (#23881)lit2024-07-231-3/+4
* Allocator: Always place free cells into the active chunk and add documentatio...SirOlaf2024-07-221-21/+96
* fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876)Ward2024-07-221-1/+1
* Fix out-of-bounds slicing in std/varints (#23868)Buldram2024-07-221-6/+6
* Allocator: Track number of foreign cells a small chunk has access to (#23856)SirOlaf2024-07-201-29/+46
* Add '.' (period, dot, ..) to `FormatLiterals` so that `ss.fff` can work. (#23...c-blake2024-07-191-1/+1
* doc: times.nim: DD -> dd (#23857)lit2024-07-181-2/+2
* fixes #23844; Nim devel nightly i386 build failing (#23849)ringabout2024-07-171-1/+1
* Add warnings about exec usage. (#23820)Antonis Geralis2024-07-171-2/+9
* Silence `hint:performance` message when using very basic http client (#23832)c-blake2024-07-151-1/+2
f='#n560'>560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606