summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...ringabout2023-11-014-7/+11
* complete std prefixes for stdlib (#22887)ringabout2023-10-30137-263/+265
* NIR: VM + refactorings (#22835)Andreas Rumpf2023-10-291-2/+2
* Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)Yardanico2023-10-291-1/+1
* fixes #22868; fixes `std/nre` leaks under ARC/ORC (#22872)ringabout2023-10-271-0/+2
* deprecate htmlparser (#22870)ringabout2023-10-261-0/+2
* fixes #22856; enables `-d:nimStrictDelete` (#22858)ringabout2023-10-241-5/+1
* fixes `system.delete` that raises defects (#22857)ringabout2023-10-231-1/+1
* fix use after free (#22854)握猫猫2023-10-231-2/+2
* explicitly import using `std/` in `tempfiles.nim` (#22851)Vindaar2023-10-201-1/+1
* fixes #22844; uses arrays to store holeyenums for iterations; much more effic...ringabout2023-10-201-1/+1
* fix #22834 (#22843)rockcavera2023-10-201-9/+38
* fixes #22836; Unnecessary warning on 'options.none' with 'strictDefs'… (#22...ringabout2023-10-181-1/+1
* the compiler can be compiled with vcc (#22832)Juan M Gómez2023-10-161-1/+1
* NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...Andreas Rumpf2023-10-162-1/+4
* NIR: progress (#22817)Andreas Rumpf2023-10-121-0/+3
* NIR: Nim intermediate representation (#22777)Andreas Rumpf2023-10-117-30/+41
* fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...ringabout2023-10-111-4/+13
* use lent for the return value of index accesses of tables (#22812)ringabout2023-10-111-2/+2
* Add getCursorPos() to std/terminal (#22749)Matt Rixman2023-10-081-1/+47
* remove the O(n*n) `addUnique` one from std (#22799)ringabout2023-10-061-12/+0
* fixes #22711; Check atomicArc for atomic destroy race condition (#22788)ringabout2023-10-041-8/+15
* document `atomicInc` and `atomicDec` (#22789)ringabout2023-10-041-0/+2
* fixes #22778 regression: contentLength implementation type mismatched (#22780)ringabout2023-10-031-1/+1
* Fix IndexDefect in asyncfile.readLine (#22774)CMD2023-10-011-0/+2
* copyFile with POSIX_FADV_SEQUENTIAL (#22776)Juan Carlos2023-10-011-0/+8
* docs: add another switch example for nimscript (#22772)daylin2023-09-301-0/+1
* fixes #22554; makes `newSeqWith` use `newSeqUninit` (#22771)ringabout2023-09-302-7/+13
* copyFile with bufferSize instead of hardcoded value (#22769)Juan Carlos2023-09-301-9/+10
* fixes #22696; func `strutils.join` for non-strings uses proc `$` which can ha...ringabout2023-09-301-1/+1
* deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)ringabout2023-09-292-4/+29