summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix #20972 fixes invalid and UB codegen case object transitions for both refc...ringabout2023-04-041-3/+5
* fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)chmod2222023-04-031-3/+9
* Fix example code of proc add*[T](x: var seq[T], y: sink openArray[T]) (#21607)Tomohiro2023-04-031-4/+13
* Fix nim doc crash with group referencing & include (#21600)Andrey Makarov2023-04-021-5/+9
* macros: Extend treeTraverse intVal range to nnkUInt64Lit (#21597)chmod2222023-04-011-0/+2
* make --exceptions:quirky work with C++ (#21581)Andreas Rumpf2023-03-312-4/+6
* bump NimVersion to 1.9.3 (#21587)Miran2023-03-301-1/+1
* Revert "Add `cursor` to lists iterator variables" (#21571)ringabout2023-03-281-3/+3
* Add `cursor` to lists iterator variables (#21527)Amjad Ben Hedhili2023-03-271-3/+3
* don't access void* out of alignment in refc GC to avoid UB (#21560)tersec2023-03-221-1/+0
* Add URI parsing warning (#21547)Federico Ceratto2023-03-202-0/+4
* fixes #21538; expand len template parameter once in newSeqWith (#21543)Eric N. Vander Weele2023-03-201-3/+3
* Fix: #21541. Add support for xnVerbatimText (#21542)Mark Leyva2023-03-201-4/+4
* Add check for nimMaxJeap on occupied memory + allocation size (#21521)Regis Caillaud2023-03-201-11/+20
* NuttX: use posix_spawn for osproc (#21539)Hiroki Noda2023-03-202-9/+11
* NuttX: use accept4 (#21544)Hiroki Noda2023-03-202-2/+2
* Add `cursor` annotations to lists iterator variables (#21507)Amjad Ben Hedhili2023-03-131-2/+2
* Remove Defect from raises list in `std/times` (#21473)Jake Leahy2023-03-061-9/+15
* Add warning to specify timeout value in milliseconds, Fix #21449 (#21471)Sultan Al Isaiee2023-03-041-0/+4
* Allow `futureLogging` in release builds (#21448)Jake Leahy2023-03-021-1/+1
* remove decades-deprecated Win32 API *A function support (#21315)tersec2023-03-0213-420/+179
* asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)Century Systems2023-02-282-1/+13
* Use a cast to suppress KeyError raises (#21451)Antonis Geralis2023-02-281-4/+5
* Overrides `=copy` for `PackedSets` (#21417)ringabout2023-02-271-15/+14
* Fix: nintendoswitch compilation (#21368)Dmitry Arkhipenko2023-02-254-5/+11
* Disable threads for os:any (#21425)Francis Thérien2023-02-241-0/+2
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-248-32/+39
* Fix the TODO portion of recently added `posix_fallocate` on OS X. (#21387)c-blake2023-02-221-2/+17
* ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)Century Systems2023-02-222-1/+9
* Add `getDataDir` proc (#21408)Ecorous2023-02-211-0/+27
* Make `Time` work with `std/strformat` (#21409)Jake Leahy2023-02-211-5/+1
* NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...Century Systems2023-02-213-9/+0
* `std/xmltree` Add the type of the node when the assertion fails (#21383)Jake Leahy2023-02-171-22/+30
* add .replace() with callback to jsre (#21371)Qinsi (James) ZHU2023-02-161-0/+5
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-1612-15/+43
* Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)c-blake2023-02-152-45/+89
* Refines raises list in osproc (#21323)ringabout2023-02-143-22/+23
* `std/asyncjs` allow transforming proc types (#21356)Jake Leahy2023-02-141-1/+9
* This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)c-blake2023-02-141-0/+65
* fixes backticks in the documentation (#21340)ringabout2023-02-081-2/+2
* fixes SSL version check logic [backport] (#21324)ringabout2023-02-024-8/+8
* Add `contains` to `std/macrocache` (#21304)Jake Leahy2023-02-011-0/+26
* Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the d...ringabout2023-01-271-1/+1
* Fix #13093 C++ Atomics: operator= is implicitly deleted because the default d...Bung2023-01-271-1/+1
* fixes #18134; registers `formatBiggestFloat` in VM (#21299)ringabout2023-01-261-52/+55
* fixes #21273; fixes an io.readLine off by one bug [backport 1.0] (#21276)ringabout2023-01-251-3/+4
* fixes #21290; deindent if the last same level is a text node (#21293)ringabout2023-01-241-16/+21
* fixes #21278; `deques.shrink` off by one bug (#21284)ringabout2023-01-201-1/+1
* minor parseopt.nim improvements (#21256)Andreas Rumpf2023-01-182-39/+34
* std/parsesql: Add OFFSET keyword support. (#21255)Phil Krylov2023-01-181-1/+10