summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix typo in nre.nim (#19915)flintforge2022-06-211-2/+1
* Fix nimRawSetjmp for VCC [backport: 1.2] (#19899)Tanguy2022-06-201-1/+1
* Better range error messages (#19867)Tanguy2022-06-151-0/+3
* Windows: enable nimRawSetjmp by default [backport] (#19891)Tanguy2022-06-141-0/+7
* Correctly import libcrypto functions using dynlib (#19881)Ardek Romak2022-06-131-35/+37
* Pass headers and body correctly to FetchOptions (#19884) [backport]Jake Leahy2022-06-131-2/+3
* Friendlier error message with solution (#19880)Carlo Capocasa2022-06-111-0/+5
* [js] add testcase for array indexDefect and remove todo (#19838)flywind2022-06-101-4/+0
* remove noop option `gc:v2` (#19810)flywind2022-06-101-12/+2
* fix #19862; make widestrs consistent between refc and orc (#19874) [backport]flywind2022-06-091-0/+3
* Deprecate std/sums (#18439)Antonis Geralis2022-06-091-0/+2
* Add Microtasks docs (#19870)Juan Carlos2022-06-081-1/+1
* Fix `find` routines' api to default to `last=-1` (#19761)Zoom2022-06-071-41/+50
* Add Microtasks (#19860)Juan Carlos2022-06-041-0/+5
* RST: improve simple tables (#19859)Andrey Makarov2022-06-046-91/+220
* change the type of mangleJsName; fixes CStringConv warnings (#19852)flywind2022-06-011-6/+6
* [Minor] remove unused and unnecessary local variable (#19853)flywind2022-06-011-1/+0
* Zectbumo fixes 19824 (#19825)Alfred Morgan2022-05-301-6/+8
* Add `document.hidden` and `document.visibilityState` properties (#19817)tandy10002022-05-241-0/+2
* Add Array.shift (#19811)Juan Carlos2022-05-241-0/+9
* Fix typo in sequtils documentation (#19789)Anthony Dario2022-05-131-1/+1
* string is missing formatting when calling fmt (#19780)Alfred Morgan2022-05-101-2/+2
* Remove deprecated posix proc (#19774)Juan Carlos2022-05-081-10/+0
* Update nimscript `withDir` doc example (#19776)huantian2022-05-081-4/+4
* Fix questionable suggestion in `strutils` docs (#19765)Zoom2022-05-061-9/+16
* Fix broken link in sets documentation. (#19769)Anthony Dario2022-05-061-1/+1
* Rework discarding futures documentation in asyncdispatch (#19738)huantian2022-05-021-6/+33
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-2/+26
* macros: make hasCustomPragma more permissive (#19747)ehmry2022-04-251-3/+5
* Revert "fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#197...Andreas Rumpf2022-04-251-14/+11
* Really fix StringStream with ARC at compile-time, improve streams test (#19739)Danil Yarantsev2022-04-251-2/+8
* fix db_sqlite.tryInsertID does raise exceptions in 1.6.0 #19743 (#19744)flywind2022-04-241-11/+14
* Fix doc: list of async backends (#19741)huantian2022-04-241-3/+3
* Fix string stream crashing when created on nimscript due to last fix (#19717)Jason Beetham2022-04-141-1/+1
* Better error message and tests for bad await (#19622)huantian2022-04-131-3/+13
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-1317-63/+63
* StringStreams no longer errors when intialized with literals on arc/orc (#19708)Jason Beetham2022-04-111-0/+2
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-074-31/+54
* improve the error messages for std/tasks [backport: 1.6] (#19695)flywind2022-04-071-6/+6
* use two spaces indentation (#19696)flywind2022-04-071-14/+14
* No need to export pos from OptParser (#19688)Nan Xiao2022-04-061-1/+1
* std/tasks: fix spelling (#19691) [backport]Jacek Sieka2022-04-061-2/+2
* add somes links to docs (#19668)flywind2022-04-011-5/+5
* fix 19655 - fixing more url fragments (#19669)Nan Xiao2022-04-011-2/+2
* fix 19655 - fixing url fragment (#19667)rockcavera2022-04-011-1/+1
* Deprecate selfExe (#19660)Juan Carlos2022-03-311-2/+1
* Embedded Network patches - eventfd & socket getters (#19632)Jaremy Creechley2022-03-282-9/+36
* Fix dial ignoring buffered parameter (#19650) [backport]John Titor2022-03-261-1/+1
* Add support for `Window.matchMedia` (#19648)tandy10002022-03-261-0/+6
* remove unnecessary framePtr code (#19645)flywind2022-03-251-1/+2