summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* allow C atomics on C++ with -d:nimUseCAtomics (#24207)metagn2024-09-301-25/+40
* 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 ioselectors_kqueue raising wrong exceptions (#24079)bptato2024-09-081-2/+6
* 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
* 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
* fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (...ringabout2024-08-281-7/+5
* 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
* opensym as node kind + fixed experimental switch (#23892)metagn2024-08-121-1/+1
* impr: std/cpuinfo: use documented impl ; support JS (#23911)lit2024-08-111-60/+81
* fixes JS semicolon omissions (#23896)ringabout2024-07-263-3/+3
* doc,test(times): followup #23861 (#23881)lit2024-07-231-3/+4
* 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
* Silence `hint:performance` message when using very basic http client (#23832)c-blake2024-07-151-1/+2
* Use monotonic timestamp to calculate timeouts refs #23826 (#23834)Mark Leyva2024-07-151-10/+16
* fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)Mark Leyva2024-07-121-101/+42
* conditional compilation of gcd(SomeInteger,SomeInteger) in std/math (#23773)quimt2024-07-091-34/+37
* Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)c-blake2024-07-071-26/+42
* Update documentation for parseEnum in strutils.nim (#23804)Leon Lysak2024-07-061-2/+2
* Fixed issues when using `std/parseopt` in miscripts with cmdline = "" (#23785)Gianmarco2024-07-021-3/+15
* Fix doc: '\c' '\L' in lexbase.nim (#23781)lit2024-07-011-4/+4
* refine: strmisc.expandTabs better code structure (#23783)lit2024-07-011-9/+6
* fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)Mark Leyva2024-07-011-0/+2
* Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)c-blake2024-06-191-20/+184
* fixes #23732, os.sleep(-1) now returns immediately (#23734)lit2024-06-181-0/+3
* Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix v...c-blake2024-06-141-36/+30
* fixes #23513, parseutils.nim: parseInt's doc example. (#23561)lit2024-06-121-8/+12
* make `std/options` compatible with strictdefs (#23675)ringabout2024-06-051-6/+6
* fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292)ringabout2024-06-022-2/+2
* Treat CJK Ideographs as letters in `isAlpha()` (#23651)Alexander Kernozhitsky2024-05-291-1957/+1948
* doc(format): ospaths2,strutils: followup #23560 (#23629)lit2024-05-201-6/+6
* Support NetBSD/aarch64 (#23616)PHO2024-05-161-2/+3
* adds Nim-related mimetypes back (#23589)ringabout2024-05-101-0/+4
* Improve strutils.rsplit doc, proc and iterator have oppose result order. (#23...lit2024-05-101-6/+6
* Add Complex version of almostEqual function (#23549)Angel Ezquerra2024-05-081-3/+18
* fixes 12381, HttpClient socket handle leak (#23575)Marius Andra2024-05-081-0/+2
* fixes #23442, fix for FileId under Windows (#23444)lit2024-05-081-4/+4
* Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560)lit2024-05-021-6/+6
* Fix std/base64.decode out of bounds read (#23526)bptato2024-04-221-1/+1