summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-0/+12
* Add Week-Of-Year Implementation to Times Module (#17223)Carlo Capocasa2022-01-031-0/+95
* Fix #19297 - fixing broken list after adding empty list (#19299)rockcavera2021-12-301-0/+12
* Extract runnables that specify `doccmd` (#19275) [backport:1.6]Jake Leahy2021-12-201-0/+20
* fix #19244 - solves the problem of the InAddr object constructor in Windows. ...rockcavera2021-12-171-0/+6
* [backport:1.0] json: limit recursion depth (#19252)Miran2021-12-141-0/+32
* fix: fixes bug in CVerifyPeerUseEnvVars (#19247)Nick Wilburn2021-12-141-0/+16
* fix bug #14468 zero-width split (#19248)Carlo Capocasa2021-12-131-0/+6
* Various std net improvements (#19132)Jaremy Creechley2021-12-121-43/+45
* fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)Andreas Rumpf2021-12-101-4/+31
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-0/+361
* Fix punycode.decode function (#19136)Christoph Krybus2021-11-121-1/+201
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-0/+6
* tests: Fix warnings in tstrscans (#19082)Kaushal Modi2021-11-021-26/+34
* Fix VM's sametype impl to work for generics/typedescs (#19073)Jason Beetham2021-11-021-0/+58
* Fix nimIdentNormalize, fixes #19067 (#19068)Tomasz Kramkowski2021-10-291-0/+7
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-283-15/+268
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-1/+1
* fix parsesql.treeRepr when nil is in input (#18974)Andrey Makarov2021-10-171-0/+34
* sequtils: fix errors from `strictFuncs` use (#18998)ee72021-10-161-0/+26
* rst: minor fixes (#18960)Andrey Makarov2021-10-061-1/+1
* rename nimEnableHashRef [backport] (#18941)flywind2021-10-041-1/+0
* Add support for `strictEffects` to `std/pegs` (#18949)quantimnot2021-10-041-0/+3
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-8/+10
* fix #18844 (#18851)flywind2021-09-201-1/+21
* remove channels (#18801)flywind2021-09-043-422/+0
* sequtils now support strict effect tracking (#18782)Andreas Rumpf2021-09-021-0/+5
* Fix initrand to avoid random number sequences overlapping (#18744)Tomohiro2021-09-021-4/+28
* strict effects (#18777)Andreas Rumpf2021-09-021-17/+14
* fix #9778 (pairs iterator calling a helper proc with tuple return type will c...flywind2021-09-021-0/+256
* Fix #18718 (#18731)konsumlamm2021-08-231-42/+51
* Add ceilDiv to math (#18596)Tomohiro2021-08-191-0/+40
* fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]flywind2021-08-161-2/+11
* fix a sqlite bug (#18669)flywind2021-08-121-0/+28
* fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)Timothee Cour2021-08-121-1/+12
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...Timothee Cour2021-08-112-2/+23
* Only allow IPv4 literals in strict form (#18656)Christian Ulrich2021-08-082-41/+84
* Remove tracking of environment from osenv.nim v2 (#18575)Timothee Cour2021-07-292-26/+66
* various small documentation improvements (#18602)Miran2021-07-281-5/+5
* support same-line doc comments in routines (#18595)Timothee Cour2021-07-271-0/+27
* fixes #18565 (#18593)Andreas Rumpf2021-07-272-0/+2
* followup #18453 (#18582)Timothee Cour2021-07-251-2/+2
* std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)Timothee Cour2021-07-231-1/+62
* Replace calls to `putenv` with `setenv` (#18530)Caden Haustein2021-07-231-0/+3
* make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)Timothee Cour2021-07-202-13/+12
* rst: add missing line/column info for some warnings (#18383)Andrey Makarov2021-07-202-56/+128
* close #18489 (#18524)flywind2021-07-191-0/+15
* fixed system.delete (#18507)Andreas Rumpf2021-07-181-4/+4
* deprecate strutils.delete and add an overload with saner semantics consistent...Timothee Cour2021-07-181-1/+25
* Revert #17398 and #17402 (#18480)Miran2021-07-182-4/+4