summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* Fix std/base64.decode out of bounds read (#23526)bptato2024-04-221-1/+1
* fix JSON deep copy description (#23495)Pouriya Jamshidi2024-04-121-1/+1
* 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
* fixes #16771; lower `swap` for JS backend (#23473)ringabout2024-04-031-3/+1
* 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
* Adds support for custom ASTs in the Nim parser (#23417)Andreas Rumpf2024-03-181-1/+1
* Fix #23381, Use `sink` and `lent` to avoid Future[object] making a copy (#23389)握猫猫2024-03-141-10/+16
* 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
* Remove count field from Deque (#23318)Tomohiro2024-02-201-51/+46
* fixes #23304; uses `snprintf` instead of `sprintf` (#23322)ringabout2024-02-201-5/+5
* Remove mask field from Deque (#23299)Tomohiro2024-02-111-5/+6
* Add items and contains to heapqueue (#23296)Antonis Geralis2024-02-091-0/+15
* fixes #23275; Add `==` for Deque (#23276)Tomohiro2024-02-081-1/+28
* follow up #22380; fixes incorrect usages of `newWideCString` (#23278)ringabout2024-02-051-2/+2
* Docs-improve: os.getCurrentCompilerExe replace with clearer short-desc (#23270)litlighilit2024-02-021-1/+1
* Additional speed ups of complex.pow (#23264)Angel Ezquerra2024-01-291-8/+25
* remove unreachable code (#23244)ringabout2024-01-221-1/+0
* fixes a broken link in `std/algorithm` (#23246)ringabout2024-01-221-1/+1
* Speed up complex.pow when the exponent is 2.0 or 0.5 (#23237)Angel Ezquerra2024-01-201-1/+5
* fix mime types data (#23226)Bung2024-01-191-1725/+851
* Make std/math classify work without `--passc:-fast-math`. (#23211)Angel Ezquerra2024-01-181-3/+2
* Add `^` operator support for Rational numbers (#23219)Angel Ezquerra2024-01-181-0/+20
* Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181)Zoom2024-01-081-7/+20
* Deprecate asm stmt for js target (#23149)ASVIEST2024-01-023-11/+12
* Fix typo in pegs.nim (#23143)Ikko Eltociear Ashimine2023-12-301-3/+3
* Fix cmpRunesIgnoreCase on system where sizeof(int) < 4. Fixes #23125. (#23138)Gianmarco2023-12-281-1/+6
* Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)Eric N. Vander Weele2023-12-241-0/+22
* Fix grammar (#23090)Stephen2023-12-181-1/+1
* Show the name of the unexpected exception that was thrown in `std/unittest` (...Jake Leahy2023-12-171-1/+2
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-0/+3
* rationals: support Rational[SomeUnsignedInt] (#23046)shirleyquirk2023-12-151-6/+6
* Param match relax (#23033)Ryan McConnell2023-12-151-2/+3
* strutils.multiReplace: Making order of replacement explicit (#23022)Joachim Hereth2023-12-021-2/+3
* table.`mgetOrPut` without default val (#22994)inv20042023-11-302-4/+65
* Silence several Hint[Performance] warnings (#23003)c-blake2023-11-293-5/+4
* fix: std/marshal unmarshaling of ref objects (#22983)John Viega2023-11-261-1/+2
* remove unnecessary side-effects from base64.encode(mime) (#22986)tersec2023-11-251-12/+4
* Fix OSError `errorCode` field is not assigned a value (#22954)握猫猫2023-11-174-38/+38
* 'j' format specifier docs (#22928)Angel Ezquerra2023-11-172-5/+11
* fixes #22932; treats closure iterators as pointers (#22934)ringabout2023-11-141-2/+2
* Add strformat support for Complex numbers (#22924)Angel Ezquerra2023-11-101-1/+36
* fixes #22898; fix #22883 differently (#22900)ringabout2023-11-053-0/+10
* Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)Yardanico2023-11-012-11/+26
* fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...ringabout2023-11-013-7/+7
* complete std prefixes for stdlib (#22887)ringabout2023-10-3075-165/+164
* Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)Yardanico2023-10-291-1/+1