summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* fix #15333 (#15336)flywind2020-09-241-0/+17
* Add strutils.indentation and make unindent use it (#15264)Clyybber2020-09-221-0/+22
* add testcase for #9710 (#15365)flywind2020-09-211-0/+11
* fixes #15369 (#15371)Andreas Rumpf2020-09-201-0/+14
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-3/+3
* test cookies with comma for #15319 (#15322)flywind2020-09-141-0/+17
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-141-0/+30
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-091-2/+183
* add getprotobyname (#15273)flywind2020-09-091-0/+25
* more Protocol supports in windows (#15274) [backport:1.2]flywind2020-09-071-0/+29
* fix #15257, `toHex` couldn't handle large uint64 (#15261) [backport:1.2]Miran2020-09-041-2/+4
* [backport] fix #15064, strscans.scanf edge case for '$+' (#15223)Miran2020-08-251-1/+15
* Add test coverage for atomics (#15193)Elijah Shaw-Rutschman2020-08-181-0/+609
* [FIX] strtabs interpolation in nimscript (#15172)haxscramper2020-08-091-0/+5
* net: allow close() to ignore SSL failures due to disconnections (#15120)alaviss2020-08-011-7/+78
* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)alaviss2020-07-302-0/+68
* fixes #14139 (#15107)flywind2020-07-291-0/+9
* Fix #14906 (#14949)Tomohiro2020-07-181-2/+54
* fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-142-1/+23
* Fix #12759 (#14967)flywind2020-07-121-0/+10
* add docs and more tests for debug format strings (#14861)flywind2020-07-081-3/+70
* weaken tosproc test for my Windows machine which doesn't have 'ls'Araq2020-07-071-1/+2
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-1/+1
* add debug fmt string like python's (#14808)flywind2020-06-301-0/+105
* testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-271-14/+102
* fromJson: support object variants (#14694)Timothee Cour2020-06-241-0/+53
* [cleanups] doassert => doAssert; mark deadcode (#14711)Timothee Cour2020-06-172-8/+8
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-172-11/+11
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-0/+21
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-158-7/+44
* make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)Timothee Cour2020-06-151-0/+26
* normalizeExe (#14668)Timothee Cour2020-06-151-0/+10
* Disable tfdleak_multiple on platforms other than Windows (#14624)Timothee Cour2020-06-111-1/+4
* fix #14545 windows CI docs (#14590)Timothee Cour2020-06-101-0/+32
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-081-0/+44
* asyncnet, net: clear openssl error queue before performing I/OLeorize2020-06-061-0/+1
* thttpclient_ssl: be less specificLeorize2020-06-061-2/+1
* asyncnet, net: call SSL_shutdown only when connection establishedLeorize2020-06-061-2/+3
* remove isMainModule from json,os,sequtils (#14572)Timothee Cour2020-06-063-0/+757
* tfdleak: fix flakyness on Windows (#14550)alaviss2020-06-042-4/+64
* close #14284 document semantics for start for re,nre; improve examples (#14483)Timothee Cour2020-05-281-0/+108
* asyncdispatch, asyncnet: add inheritance control (#14362)alaviss2020-05-201-5/+31
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-192-3/+2
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-131-1/+14
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-111-0/+26
* Added bitslice operations for bitops (#14016)awr12020-05-061-1/+70
* Make the fields of `times.DateTime` private (#14197)Oscar NihlgÄrd2020-05-061-9/+20
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-6/+6
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-301-0/+31
* parseEnum_regression (#14150)cooldome2020-04-281-2/+2