summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #23275; Add `==` for Deque (#23276)Tomohiro2024-02-081-1/+28
* follow up #22380; fixes incorrect usages of `newWideCString` (#23278)ringabout2024-02-054-5/+6
* 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
* Update cmdline.nim, fix broken (dragged) doc-reference for getAppFile… (#23...litlighilit2024-01-281-4/+4
* clean up goto exceptions; remove the setjmp.h dep (#23259)ringabout2024-01-273-35/+53
* 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