summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-231-0/+41
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-221-0/+23
* close #13196 now that we have dragonbox (#18316)Timothee Cour2021-06-212-0/+22
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-211-1/+8
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-201-0/+12
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-201-1/+31
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-3/+4
* make privateAccess work with generic types and generic instantiations; fix a ...Timothee Cour2021-06-192-0/+71
* fixes #17696 (#18276)flywind2021-06-161-11/+42
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-1/+32
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-3/+6
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-0/+45
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-0/+1
* change mimedb stroe stringtable to orderedtable (#18065)Bung2021-06-071-0/+1
* macros.treeRepr + friends: collapse SymChoice (#18072)Timothee Cour2021-06-051-0/+6
* add string-string tests for find and rfind (#18137)n5m2021-06-021-3/+98
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-2/+2
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-0/+22
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-0/+3
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-315-133/+56
* improve fast returns of find and rfind (#18127)n5m2021-05-311-0/+28
* document macros.unpackVarargs (#18106)Timothee Cour2021-05-311-0/+50
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-301-0/+1
* Disable tasynchttpserver_transferencoding on FreeBSD (#18122)vabresto2021-05-291-0/+1
* fix #17456 flaky test tasynchttpserver_transferencoding (#18052)vabresto2021-05-281-23/+32