summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)ringabout2024-05-271-4/+20
* fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or seq[...ringabout2024-05-271-4/+1
* Handle arbitrarily long symlink target in `expandSymlinks()` (#23650)Alexander Kernozhitsky2024-05-271-8/+10
* doc(format): ospaths2,strutils: followup #23560 (#23629)lit2024-05-202-9/+9
* doc(format): system.nim: doc of hostCPU for `loongarch64` (#23621)lit2024-05-171-1/+1
* provides a `$` function for `Path` (#23617)ringabout2024-05-171-0/+3
* Support NetBSD/aarch64 (#23616)PHO2024-05-161-2/+3
* fixes deprecation messages and adds missing commas (#23609)ringabout2024-05-141-3/+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
* rework `wasMoved`, `move` on the JS backend (#23577)ringabout2024-05-081-31/+0
* fixes #23442, fix for FileId under Windows (#23444)lit2024-05-081-4/+4
* fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)ringabout2024-05-032-2/+11
* Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560)lit2024-05-021-6/+6
* fixes #23524; global variables cannot be analysed when injecting `move` (#23529)ringabout2024-04-241-3/+5
* Fix std/base64.decode out of bounds read (#23526)bptato2024-04-221-1/+1
* workaround #23435; real fix pending #23279 (#23436)ringabout2024-04-181-0/+2
* fixes #4695; closure iterators support for JS backend (#23493)ringabout2024-04-181-0/+4
* allow Nix builds by not calling git in isGitRepo for Nimble (#23515)Jakub2024-04-181-10/+3
* strictdefs for `repr` so that it can used for debugging purposes in t… (#23...ringabout2024-04-151-2/+2
* fixes #23487; JS chckNilDisp is wrong (#23490)ringabout2024-04-131-1/+1
* fix JSON deep copy description (#23495)Pouriya Jamshidi2024-04-121-1/+1
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-112-1/+13
* Better documentation for typedthreads module (#23483)Antoine Delègue2024-04-111-27/+67
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-101-1/+1
* Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...lit2024-04-061-1/+1
* remove `internalNew` from system (#23475)ringabout2024-04-041-3/+0
* fixes #16771; lower `swap` for JS backend (#23473)ringabout2024-04-031-3/+1
* Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456)lit2024-04-031-1/+4
* dynlib keeps exported functions alive in emscripten (#23469)ringabout2024-04-021-5/+12
* Fix compile time errors when using tables on 8/16-bits systems. (#23450)Gianmarco2024-03-281-1/+4
* Change unicode lookup tables to have int32 elements to support platforms wher...Gianmarco2024-03-252-9/+9
* fix atomicarc increment (#23427)Jaremy Creechley2024-03-251-1/+1
* Adds support for custom ASTs in the Nim parser (#23417)Andreas Rumpf2024-03-181-1/+1
* chore: fix some typos (#23412)soonsouth2024-03-161-2/+2
* fix BigInt conversion, xOffset/yOffset to int from int64 (#23404)Chancy K2024-03-151-1/+1
* Fix #23381, Use `sink` and `lent` to avoid Future[object] making a copy (#23389)握猫猫2024-03-141-10/+16
* fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380)ringabout2024-03-091-2/+2
* fix `isAbsolute` broken when `nodejs` on Windows (#23365)litlighilit2024-03-041-3/+3
* ref #23333; fixes AF_INET6 value on Linux (#23334)ringabout2024-03-031-1/+1
* Update browsers.nim, deprecate unimplemented `openDefaultBrowser()` (#23332)litlighilit2024-03-031-14/+25
* strformat: detect format string errors at compile-time (#23356)Jacek Sieka2024-03-031-39/+97
* ORC: added -d:nimOrcStats switch and related API (#23272)Andreas Rumpf2024-02-214-18/+62
* Remove count field from Deque (#23318)Tomohiro2024-02-201-51/+46
* fixes #23304; uses `snprintf` instead of `sprintf` (#23322)ringabout2024-02-204-9/+12
* fixes refc with non-var destructor; cancel warnings (#23156)ringabout2024-02-132-2/+4
* Remove mask field from Deque (#23299)Tomohiro2024-02-111-5/+6
* Add items and contains to heapqueue (#23296)Antonis Geralis2024-02-091-0/+15