summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* add changelog for new modules (#20675)ringabout2022-10-271-2/+4
* Added 'openArray[char]' overloads to 'std/parseutils' (#20527)Jason Beetham2022-10-241-0/+1
* Add `safe` parameter to `base64.encodeMime` (#20559)Amjad Ben Hedhili2022-10-211-0/+1
* implemented strictCaseObjects (#20608)Andreas Rumpf2022-10-211-2/+6
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-0/+3
* fixes changelog for oids (#20565)ringabout2022-10-141-2/+1
* Return error message in output of gorge/staticExec. (#18942)Dominik Picheta2022-10-121-0/+3
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-0/+2
* Automatic dereferencing is removed (#20531)ringabout2022-10-101-0/+2
* Remove unused `base64.encode` overload (#20369)Amjad Ben Hedhili2022-10-091-1/+3
* Add no-math-errno for GCC when build for Release (#20503)Juan Carlos2022-10-061-2/+4