summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Handle BLOB column type in SQLite as binary data (#15681)Regis Caillaud2020-11-021-0/+50
* fix #15815 (#15817)flywind2020-11-021-0/+16
* add testcase for #9091 (#15791)flywind2020-10-301-0/+36
* add tests for #7686 (#15771)flywind2020-10-291-0/+9
* fixes #15413 (#15768)Andreas Rumpf2020-10-291-0/+3
* fixes #10456,#12928 issues when chaining templates to sortedByIt (#15734)shirleyquirk2020-10-271-0/+18
* Add C function dup and dup2 posix to system/io (#15675)Regis Caillaud2020-10-271-0/+49
* workaround #15713 disable freebsd tssl.nim (#15718)Timothee Cour2020-10-261-1/+3
* Fix #12410 (#15685)Clyybber2020-10-231-0/+13
* add tests for #15584 (#15619)n5m2020-10-182-0/+27
* terminal: fix fgColor/bgColor commands [backport] (#15554)alaviss2020-10-131-0/+8
* os: add overload copyFile*(source, dest: string, isDir = false) (#15537)Timothee Cour2020-10-111-0/+19
* Fix #15493 - disable TLS emulation for NetBSD (#15494)Euan2020-10-051-2/+2
* Fix #15452 - ip protocol not defined on NetBSD (#15453)Euan2020-10-011-1/+4
* 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