summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* ORC: added -d:nimOrcStats switch and related API (#23272)Andreas Rumpf2024-02-211-2/+5
* Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)Eric N. Vander Weele2023-12-241-0/+1
* add switch, warning, and `bind` support for new generic injection behavior (#...metagn2023-12-221-0/+35
* add tuple unpacking changes to changelog (#23093)metagn2023-12-181-0/+19
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-301-1/+1
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-281-0/+1
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...ringabout2023-11-251-0/+1
* adds C++ features to change log (#22906)Juan M Gómez2023-11-031-0/+3
* Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)Yardanico2023-10-291-0/+1
* deprecate htmlparser (#22870)ringabout2023-10-261-0/+1
* fixes #22856; enables `-d:nimStrictDelete` (#22858)ringabout2023-10-241-0/+1
* marking a field with noInit allows to skip constructor initialiser (#22802)Juan M Gómez2023-10-081-1/+1
* copyFile with POSIX_FADV_SEQUENTIAL (#22776)Juan Carlos2023-10-011-0/+1
* copyFile with bufferSize instead of hardcoded value (#22769)Juan Carlos2023-09-301-0/+1
* deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)ringabout2023-09-291-0/+1
* fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...ringabout2023-09-281-0/+1
* ref #19727; implement `setLenUninit` for seqsv2 (#22767)ringabout2023-09-281-0/+2
* Fix #21407 (#22759)Juan Carlos2023-09-281-0/+1
* Add `hasDefaultValue` type trait (#22636)Amjad Ben Hedhili2023-09-041-1/+2
* fixes #22555; implements `newStringUninit` (#22572)ringabout2023-08-291-0/+2
* follow up #22322; fixes changelog (#22381)ringabout2023-08-041-2/+2
* fixes changelog (#21590)ringabout2023-03-311-1/+0
* This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)c-blake2023-02-141-1/+1
* add 2.0 changelog (#21107)ringabout2022-12-171-293/+3
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-0/+2
* generic `define` pragma + string alias (#20979)metagn2022-12-131-3/+27
* add a changelog for nimble (#21078)ringabout2022-12-121-3/+1
* Remove deprecated rightSize (#21011)Juan Carlos2022-12-081-0/+2
* add a changelog for `std/cmdline` (#21039)ringabout2022-12-081-0/+1
* build the documentation of official packages (#20986)ringabout2022-12-061-0/+10
* Named arguments in commands + many grammar fixes (#20994)metagn2022-12-061-0/+5
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-6/+9
* Remove deprecated posix.CLONE_STOPPED (#21012)Juan Carlos2022-12-051-0/+3
* move `smtp` to nimble packages (#20953)ringabout2022-11-301-1/+0
* Improve jsformdata (#20929)Juan Carlos2022-11-281-0/+2
* fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...ringabout2022-11-241-0/+2
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-241-0/+2
* move `system/atomics` out of system; `std/atomics` should be preferred (#20875)ringabout2022-11-221-0/+1
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* add documentation and changelog for default object fields (#20845)ringabout2022-11-151-0/+2
* Allow users to set log flushing rules (#20817)Matt Haggard2022-11-141-0/+3
* issue a warning for ptr to cstring conversion[backport] (#20814)ringabout2022-11-111-0/+4
* Use same defaults as JS for fetch options (#20783)Jake Leahy2022-11-091-1/+1
* Uri.isIpv6 exported (#20736)Juan Carlos2022-11-031-0/+1
* Improve dollar IpAddress (#20729)Juan Carlos2022-11-031-0/+3
* Improve dollar (#20672)Juan Carlos2022-10-311-1/+3
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-311-0/+3
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-0/+1
* openssl 3 support no longer opt in + some 1.0 support (#20668)metagn2022-10-271-4/+1
* Added openarray[char] overloads to std/unicode (#20648)Jason Beetham2022-10-271-0/+1