summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix `capacity` for const and shallow [backport] (#22705)Amjad Ben Hedhili2023-09-184-8/+8
* Add descriptions and examples for `rawProc` and `rawEnv` (#22710)sls10052023-09-181-1/+31
* Update osfiles.nim, make `moveFile` consider permission on *nix (#22719)litlighilit2023-09-181-1/+1
* fixes incorrect cint overflow in system (#22718)ringabout2023-09-182-2/+2
* followup of #22568 (#22690)Amjad Ben Hedhili2023-09-141-24/+17
* Make capacity work with refc [backport] (#22697)Amjad Ben Hedhili2023-09-133-11/+26
* Remove some unnecessary initialization in `seq` operations (#22677)Amjad Ben Hedhili2023-09-101-7/+35
* Make `newSeqOfCap` not initialize memory. (#21842)Amjad Ben Hedhili2023-09-093-3/+12
* fixes #22664; guard against potential seqs self assignments (#22671)ringabout2023-09-081-0/+6
* Remove some unnecessary initialization in string operations (#22579)Amjad Ben Hedhili2023-09-071-37/+61
* Add `hasDefaultValue` type trait (#22636)Amjad Ben Hedhili2023-09-041-0/+17
* docgen: add Pandoc footnotes (fixes #21080) (#22591)Andrey Makarov2023-09-031-85/+136
* deprecate `std/threadpool`; use `malebolgia`, `weave`, `nim-taskpool` instead...ringabout2023-08-291-0/+2
* fixes #22555; implements `newStringUninit` (#22572)ringabout2023-08-291-22/+36
* fixes broken nightlies; follow up #22544 (#22585)ringabout2023-08-291-1/+1
* define toList procs after add for lists [backport] (#22573)metagn2023-08-281-22/+22
* newStringOfCap now won't initialize all elements anymore (#22568)ringabout2023-08-281-2/+3
* Add `cursor` to lists iterator variables (#22531)Amjad Ben Hedhili2023-08-241-3/+3
* Fix `getAppFilename` exception handling (#22544)Jacek Sieka2023-08-241-5/+10
* fixes #22541; peg matchLen can raise an unlisted exception: Exception (#22545)ringabout2023-08-241-1/+1
* make jsffi properly gensym (#22539)metagn2023-08-231-22/+29
* allow tuples and procs in 'toTask' + minor things (#22530)Andreas Rumpf2023-08-222-3/+3
* Markdown code blocks migration part 9 (#22506)Amjad Ben Hedhili2023-08-194-89/+89
* Add staticFileExists and staticDirExists (#22278)Tomohiro2023-08-181-0/+13
* fixes syncio document (#22498)Nan Xiao2023-08-171-2/+2
* Fix `seq.capacity` (#22488)Amjad Ben Hedhili2023-08-171-2/+2
* fixes #22481; fixes `card` undefined misalignment behavior (#22484)ringabout2023-08-151-1/+3
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-1542-611/+708
* Add Linux constant SO_BINDTODEVICE (#22468)Emery Hemingway2023-08-142-0/+2
* fixes CI (#22471)ringabout2023-08-143-4/+4
* fixes syncio document (#22467)Nan Xiao2023-08-141-2/+2
* fixes bareExcept warnings; catch specific exceptions (#21119)ringabout2023-08-133-4/+4
* replace `doAssert false` with `raiseAssert` in lib, which works better with s...ringabout2023-08-1121-33/+33
* clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)ringabout2023-08-085-13/+13
* fixes #22387; Undefined behavior when with hash(...) (#22404)ringabout2023-08-081-6/+14
* nimIoselector option (#22395)Bung2023-08-071-1/+12
* use strictdefs for compiler (#22365)ringabout2023-08-067-10/+14
* Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-fr...norrath-hero-cn2023-08-051-1/+1
* Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...konsumlamm2023-08-064-16/+16
* Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)Tomohiro2023-08-041-4/+17
* fixes AddressSanitizer: global-buffer-overflow in getAppFilename on windows 1...norrath-hero-cn2023-08-041-2/+2
* Make `repr(HSlice)` always available (#22332)konsumlamm2023-08-042-10/+10
* fixes #22360; compare with the half of randMax (#22361)ringabout2023-08-021-4/+1
* Fix the position of "Grey" in colors.nim (#22358)Michal Maršálek2023-08-011-2/+2
* bump the devel version to 211 (#22356)ringabout2023-08-011-3/+3
* fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...ringabout2023-08-011-1/+1
* remove thread duplicated code (#22348)Bung2023-07-311-5/+0
* implement `ensureMove` (#22339)ringabout2023-07-291-0/+10
* Remove declared and not used variable in packedsets.bitincl (#22334)Eric N. Vander Weele2023-07-271-1/+0
* fixes docs (#22331)ringabout2023-07-261-1/+1