summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-289-13/+13
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-285-41/+53
* since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124)Timothee Cour2020-04-261-0/+32
* fixes #14112, tests for #12892, #12671, #11697 (#14125)hlaaftana2020-04-261-0/+2
* fix nim CI; fix local testament (#14102)Timothee Cour2020-04-241-1/+4
* Fix #14091 and #14093 - test failures on NetBSD (#14096)Euan2020-04-241-1/+1
* base `parseEnum` on a case statement, fixes #14030 (#14046)Vindaar2020-04-221-0/+87
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-0/+3
* #12103 - CI for OpenBSD (#12105)Euan2020-04-213-1/+4
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-0/+85
* Make bitand, bitor, bitxor varargs-friendly (#13985)awr12020-04-201-0/+8
* fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...Timothee Cour2020-04-181-0/+15
* Add `hashWangYi1` (#13823)c-blake2020-04-151-0/+17
* Make unused code into actual test, replace echo with doassert (#13952)Juan Carlos2020-04-111-0/+84
* osproc: added a better version of waitForExit for Haiku (#13938)alaviss2020-04-101-6/+22
* Add barebones asynchttpserver tests (#13883)supakeen2020-04-051-0/+119
* std/byaddr => std/decls (#13847)Timothee Cour2020-04-031-1/+1
* renamed new std/pragmas.nim to std/byaddr.nim (#13844)Andreas Rumpf2020-04-021-1/+1
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-302-0/+72
* faster CIs (#13803)Miran2020-03-309-252/+187