summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix deprecations and other warnings (#13748)Miran2020-03-255-17/+17
* fixes #13722 (#13729)Andreas Rumpf2020-03-231-3/+6
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-231-0/+70
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-203-0/+207
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-7/+13
* Add Base64 safe (#13672)Juan Carlos2020-03-201-0/+15
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-061-1/+6
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-051-0/+13
* fix #13531 by adding a test (#13581)Miran2020-03-041-0/+31
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-011-3/+7
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-262-6/+145
* fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...Timothee Cour2020-02-261-3/+26
* make devel green again: tnetdial still doesn't work on Travisnarimiran2020-02-251-0/+1
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-231-0/+4
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-4/+8
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-111-2/+2
* fix #6736: templates in unittest now show actual value (#13354)Miran2020-02-071-0/+25
* fix #13132 tnetdial (#13318)Timothee Cour2020-02-041-2/+2
* fix lots of bugs with parentDir, refs #8734 (#13236)Timothee Cour2020-01-231-5/+5
* new os.isRelativeTo (#13212)Timothee Cour2020-01-231-0/+12
* fix #13211 relativePath("foo", ".") (#13213)Timothee Cour2020-01-211-0/+4