summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix system.currentSourcePath() documentation [backport 2.0] (#23243)rockcavera2024-01-231-4/+5
* 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
* workaround arrayWith issues (#23230)ringabout2024-01-181-1/+2
* Add `^` operator support for Rational numbers (#23219)Angel Ezquerra2024-01-181-0/+20
* fixes #23223; prevents `insert` self-assignment (#23225)ringabout2024-01-181-0/+2
* remove unnecessary workaround from `arrayWith` (#23208)ringabout2024-01-151-2/+1
* patches for #23129 (#23198)ringabout2024-01-111-1/+1
* fixes #22923; fixes `=dup` issues (#23182)ringabout2024-01-111-1/+2
* Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181)Zoom2024-01-081-7/+20
* fixes #23139; Cannot get repr of range type of enum (#23164)ringabout2024-01-051-1/+1
* Deprecate asm stmt for js target (#23149)ASVIEST2024-01-0210-111/+112
* fixes wrong indentation (#23145)ringabout2023-12-311-104/+104
* 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
* make `-d:debugHeapLinks` compile again (#23126)ringabout2023-12-241-4/+6
* fix spurious indent and newlines in rendering of nkRecList (#23121)metagn2023-12-241-2/+1
* Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)Eric N. Vander Weele2023-12-241-0/+22
* allow non var deinit for locks and conds: alternative way (#23099)ringabout2023-12-193-17/+17
* 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
* Mark `macros.error` as `.noreturn.` (#23081)Jake Leahy2023-12-171-1/+6
* 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
* fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)ringabout2023-12-131-1/+1
* Don't recurse into inner functions during asyncjs transform (#23036)Jake Leahy2023-12-061-0/+2
* strutils.multiReplace: Making order of replacement explicit (#23022)Joachim Hereth2023-12-021-2/+3
* related #22534; fixes documentation rendering of custom number literal routin...Erich Reitz2023-12-011-11/+12
* fixes #22852; real bugfix is tied to bug #22672 (#23013)Andreas Rumpf2023-11-301-1/+4
* fixes #23006; newSeqUninit -> CT Error; imitate `newStringUninit` (#23007)ringabout2023-11-301-1/+4
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-302-3/+6
* table.`mgetOrPut` without default val (#22994)inv20042023-11-302-4/+65
* Silence several Hint[Performance] warnings (#23003)c-blake2023-11-294-6/+5
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-282-0/+7
* 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
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...ringabout2023-11-251-9/+14
* let `InotifyEvent` type `sizeof`-able (#22958)Derek2023-11-181-1/+2
* Fix OSError `errorCode` field is not assigned a value (#22954)握猫猫2023-11-175-48/+48
* '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
* reserve `sysFatal` for `Defect` (#22158)Jacek Sieka2023-11-064-18/+15
* fixes #22898; fix #22883 differently (#22900)ringabout2023-11-054-4/+10
* fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904)ringabout2023-11-041-1/+4
* Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)Yardanico2023-11-012-11/+26