summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix nativeToUnixPath (#18501)Timothee Cour2021-07-171-0/+20
* make dragonbox opt-in via -d:nimFpRoundtrips (#18504)Andreas Rumpf2021-07-162-13/+14
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-4/+4
* Add changes required by Nimble lock file support (#12104)Ivan Bobev2021-07-151-0/+10
* deprecate `sequtils.delete` and add an overload with saner semantics consiste...Timothee Cour2021-07-151-44/+98
* close #17986 add testcase (#18477)flywind2021-07-121-0/+12
* rm redundant blank lines before literal blocks (#18465)Andrey Makarov2021-07-081-0/+16
* Rename test variable due to unfortunate connotations (#18453)Aditya Siram2021-07-081-4/+4
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-74/+207
* deprecate std/mersenne (#18395)pyautogui2021-07-051-0/+1
* Removed hard coded ports from thttpclient_standalone.nim. (#18374)Mark Pointing2021-06-301-23/+26
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-281-23/+0
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-0/+28
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-261-0/+47
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+31
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-241-0/+66