summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* make deprecated message better (#18737)flywind2021-08-231-1/+1
* Fix #18718 (#18731)konsumlamm2021-08-231-5/+8
* Implement RFC-391 (#18585)Juan Carlos2021-08-221-107/+106
* fix #17898(randomPathName called twice in a row can return the same string on...flywind2021-08-221-3/+17
* replace wrt with proper word (#18724)flywind2021-08-221-2/+4
* Add ceilDiv to math (#18596)Tomohiro2021-08-191-0/+52
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-197-104/+96
* asynchttpserver: ipv6 support (#18706)Emery Hemingway2021-08-181-6/+7
* fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]flywind2021-08-161-4/+5
* Documentation only, Terminal (#18696)Juan Carlos2021-08-141-1/+15
* fix #18692 AsyncHttpServer was hanging because client.close was not called (#...Timothee Cour2021-08-141-1/+3
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-137-2/+42
* initial fix for compiling Nim on Zephyr RTOS (issue #18684) (#18685)Jaremy Creechley2021-08-131-1/+2
* don't use space after proc names (#18681)flywind2021-08-121-2/+2
* fix a sqlite bug (#18669)flywind2021-08-122-11/+19
* fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)Timothee Cour2021-08-121-5/+6
* Switch maintanance (#18668)RSDuck2021-08-113-155/+1
* Add optional recursive arg to distinctBase (v2) (#18659)Timothee Cour2021-08-093-8/+15
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-083-4/+2
* use lent (#18638)flywind2021-08-081-2/+2
* Only allow IPv4 literals in strict form (#18656)Christian Ulrich2021-08-081-3/+22
* Nim pretty and add void (#18652)Kyle Brown2021-08-081-6/+12
* [nre]fix #17129 (#18632)flywind2021-08-081-3/+2
* improve runnableExamples and docs for std/nre (#18634)Timothee Cour2021-08-021-68/+49
* Add Artix to distro list (#18629)Kyle Brown2021-08-021-2/+5
* fix #18620 (#18624)flywind2021-08-011-4/+1
* fixes #18371 (#18617)Andreas Rumpf2021-07-301-1/+1
* [minor] reduce `substr` (#18611)flywind2021-07-302-5/+7
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-292-159/+170
* Allow `nnkAccQuoted` in `genEnumCaseStmt` (#18606)Vindaar2021-07-291-1/+5
* various small documentation improvements (#18602)Miran2021-07-2812-92/+118
* fix #17072: add times.dateTime with ISO 8601 order (#18590)Timothee Cour2021-07-281-11/+18
* fixes #18543 (#18601)Andreas Rumpf2021-07-271-176/+98
* fixes #18579 (#18600)Andreas Rumpf2021-07-271-4/+2
* Update documentation for dynlib (#17356)konsumlamm2021-07-261-44/+34
* optimize for the non-throwing case (#18587)Antonis Geralis2021-07-261-4/+7
* Documentation only, Sugar arrow and semicolons (#18574)Juan Carlos2021-07-251-0/+4
* rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)Timothee Cour2021-07-231-2/+2
* std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)Timothee Cour2021-07-231-9/+23
* Replace calls to `putenv` with `setenv` (#18530)Caden Haustein2021-07-231-3/+8
* fixes #18550 (#18553)Andreas Rumpf2021-07-212-5/+5
* add [1..2] for JArray (#18525)itsumura-h2021-07-211-0/+18
* complement notes of two doc strings of tables module (#18527)IterableTrucks2021-07-211-0/+4
* clean unused imports on runnableExamples (#18551)flywind2021-07-211-2/+0
* unary slices get a deprecation period (#18549)Andreas Rumpf2021-07-211-9/+8
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-206-121/+126
* follow up #18517 (#18537)flywind2021-07-201-2/+3
* use more `.}` (#18542)flywind2021-07-203-6/+6
* termux ssl (#18520)Paul Roberts2021-07-202-1/+2
* use .} instead of } for code highlightersAraq2021-07-201-2/+2