| Commit message (Expand) | Author | Age | Files | Lines |
* | add docs and more tests for debug format strings (#14861) | flywind | 2020-07-08 | 1 | -3/+70 |
* | weaken tosproc test for my Windows machine which doesn't have 'ls' | Araq | 2020-07-07 | 1 | -1/+2 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | add debug fmt string like python's (#14808) | flywind | 2020-06-30 | 1 | -0/+105 |
* | testament: generic N-fold batching: windows CI 37mn=>16m (#14823) | Timothee Cour | 2020-06-27 | 1 | -14/+102 |
* | fromJson: support object variants (#14694) | Timothee Cour | 2020-06-24 | 1 | -0/+53 |
* | [cleanups] doassert => doAssert; mark deadcode (#14711) | Timothee Cour | 2020-06-17 | 2 | -8/+8 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 2 | -11/+11 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -0/+21 |
* | make tests/stdlib tests joinable (#14626) | Timothee Cour | 2020-06-15 | 8 | -7/+44 |
* | make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669) | Timothee Cour | 2020-06-15 | 1 | -0/+26 |
* | normalizeExe (#14668) | Timothee Cour | 2020-06-15 | 1 | -0/+10 |
* | Disable tfdleak_multiple on platforms other than Windows (#14624) | Timothee Cour | 2020-06-11 | 1 | -1/+4 |
* | fix #14545 windows CI docs (#14590) | Timothee Cour | 2020-06-10 | 1 | -0/+32 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 1 | -0/+44 |
* | asyncnet, net: clear openssl error queue before performing I/O | Leorize | 2020-06-06 | 1 | -0/+1 |
* | thttpclient_ssl: be less specific | Leorize | 2020-06-06 | 1 | -2/+1 |
* | asyncnet, net: call SSL_shutdown only when connection established | Leorize | 2020-06-06 | 1 | -2/+3 |
* | remove isMainModule from json,os,sequtils (#14572) | Timothee Cour | 2020-06-06 | 3 | -0/+757 |
* | tfdleak: fix flakyness on Windows (#14550) | alaviss | 2020-06-04 | 2 | -4/+64 |
* | close #14284 document semantics for start for re,nre; improve examples (#14483) | Timothee Cour | 2020-05-28 | 1 | -0/+108 |
* | asyncdispatch, asyncnet: add inheritance control (#14362) | alaviss | 2020-05-20 | 1 | -5/+31 |
* | trunner was not actually being tested in non-CTFFI mode; minor testament clea... | Timothee Cour | 2020-05-19 | 2 | -3/+2 |
* | `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir... | Timothee Cour | 2020-05-13 | 1 | -1/+14 |
* | fix a critical bug in windows.osproc leading to resource leaks and blocking I... | Timothee Cour | 2020-05-11 | 1 | -0/+26 |
* | Added bitslice operations for bitops (#14016) | awr1 | 2020-05-06 | 1 | -1/+70 |
* | Make the fields of `times.DateTime` private (#14197) | Oscar NihlgÄrd | 2020-05-06 | 1 | -9/+20 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -6/+6 |
* | fixes #14054 [backport:1.2] (#14061) | Andreas Rumpf | 2020-04-30 | 1 | -0/+31 |
* | parseEnum_regression (#14150) | cooldome | 2020-04-28 | 1 | -2/+2 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 9 | -13/+13 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 5 | -41/+53 |
* | since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124) | Timothee Cour | 2020-04-26 | 1 | -0/+32 |
* | fixes #14112, tests for #12892, #12671, #11697 (#14125) | hlaaftana | 2020-04-26 | 1 | -0/+2 |
* | fix nim CI; fix local testament (#14102) | Timothee Cour | 2020-04-24 | 1 | -1/+4 |
* | Fix #14091 and #14093 - test failures on NetBSD (#14096) | Euan | 2020-04-24 | 1 | -1/+1 |
* | base `parseEnum` on a case statement, fixes #14030 (#14046) | Vindaar | 2020-04-22 | 1 | -0/+87 |
* | fix #13222: make relativePath more robust and flexible (#13451) | Timothee Cour | 2020-04-21 | 1 | -0/+3 |
* | #12103 - CI for OpenBSD (#12105) | Euan | 2020-04-21 | 3 | -1/+4 |
* | Make file descriptors from stdlib non-inheritable by default (#13201) | alaviss | 2020-04-20 | 1 | -0/+85 |
* | Make bitand, bitor, bitxor varargs-friendly (#13985) | awr1 | 2020-04-20 | 1 | -0/+8 |
* | fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a... | Timothee Cour | 2020-04-18 | 1 | -0/+15 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 1 | -0/+17 |
* | Make unused code into actual test, replace echo with doassert (#13952) | Juan Carlos | 2020-04-11 | 1 | -0/+84 |
* | osproc: added a better version of waitForExit for Haiku (#13938) | alaviss | 2020-04-10 | 1 | -6/+22 |
* | Add barebones asynchttpserver tests (#13883) | supakeen | 2020-04-05 | 1 | -0/+119 |
* | std/byaddr => std/decls (#13847) | Timothee Cour | 2020-04-03 | 1 | -1/+1 |
* | renamed new std/pragmas.nim to std/byaddr.nim (#13844) | Andreas Rumpf | 2020-04-02 | 1 | -1/+1 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 2 | -0/+72 |
* | faster CIs (#13803) | Miran | 2020-03-30 | 9 | -252/+187 |