summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ref #19727; implement `setLenUninit` for seqsv2 (#22767)ringabout2023-09-281-0/+24
* Removed `localStorage.hasKey` binding (#22766)Thiago2023-09-281-1/+0
* Fix #21407 (#22759)Juan Carlos2023-09-281-0/+8
* Make `newStringUninit` available in the VM [backport] (#22748)Amjad Ben Hedhili2023-09-251-9/+12
* Add magic toOpenArrayChar (#22751)SirOlaf2023-09-241-0/+3
* Fix `newStringUninit` not setting the '\0' terminator [backport] (#22746)Amjad Ben Hedhili2023-09-231-2/+6
* Initialize `newString` in js [backport:1.6] (#22745)Amjad Ben Hedhili2023-09-231-1/+3
* Make `newStringUninit` available on the js backend [backport] (#22743)Amjad Ben Hedhili2023-09-231-0/+3
* fixes #22519; DocGen does not work for std/times on JS backend (#22738)ringabout2023-09-221-3/+3
* moves `addUnique` to `std/sequtils` (#22734)Juan M Gómez2023-09-211-0/+28
* fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...ringabout2023-09-211-1/+1
* items, pairs and friends now use `unCheckedInc` (#22729)ringabout2023-09-201-26/+31
* make parseEnum skip type aliases for enum type sym (#22727)metagn2023-09-191-1/+2
* 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