| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix #14010(fix std/registry + arc) (#17551) | flywind | 2021-03-29 | 1 | -0/+15 |
* | Add a getter for all defined Sections in parsecfg (#15450) | Ardek Romak | 2021-03-28 | 1 | -14/+9 |
* | fix flaky tnetconnect which sometimes failed with: No route to host [OSError]... | Timothee Cour | 2021-03-27 | 1 | -2/+3 |
* | Fix #17199 (#17348) | Clyybber | 2021-03-26 | 1 | -15/+27 |
* | fix RST parsing after option lists (#17442) | Andrey Makarov | 2021-03-25 | 1 | -0/+49 |
* | fix #17260 render `\` properly in nim doc, rst2html (#17315) | Timothee Cour | 2021-03-24 | 1 | -2/+20 |
* | fix #17325 linux 32bit CI; fix #17085 flaky test (#17469) | Timothee Cour | 2021-03-24 | 1 | -1/+1 |
* | [isolation]fix empty ref object bug (#17471) | flywind | 2021-03-24 | 1 | -0/+8 |
* | fix #17490 (#17491) | flywind | 2021-03-24 | 1 | -0/+11 |
* | add algorithm.merge (#16182) | flywind | 2021-03-23 | 1 | -1/+158 |
* | fix #17458 tnetconnect.nim flaky (#17459) | Timothee Cour | 2021-03-23 | 1 | -12/+16 |
* | refs #17292 fix `repr` with `do:` (#17449) | Timothee Cour | 2021-03-23 | 1 | -0/+80 |
* | fix #17454 (#17461) | Timothee Cour | 2021-03-23 | 1 | -1/+4 |
* | follow up #17391 add testcase (#17404) | flywind | 2021-03-19 | 1 | -0/+33 |
* | followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep... | Timothee Cour | 2021-03-18 | 1 | -3/+3 |
* | Rst test check messages (fix #17280) (#17338) | Andrey Makarov | 2021-03-17 | 1 | -75/+125 |
* | allow short-style rst references with symbols (#17372) | Andrey Makarov | 2021-03-17 | 1 | -0/+25 |
* | [std/channels]fix recv leaks(Part One) (#17394) | flywind | 2021-03-17 | 2 | -3/+3 |
* | fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6... | Timothee Cour | 2021-03-16 | 2 | -1/+35 |
* | Revert "make system random work in VM" (#17378) | flywind | 2021-03-15 | 1 | -2/+0 |
* | New channels implementation for ORC (#17305) | flywind | 2021-03-12 | 2 | -0/+389 |
* | fix RST parsing when no indent after enum.item (fix #17249) (#17257) | Andrey Makarov | 2021-03-12 | 1 | -0/+9 |
* | refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons... | Miran | 2021-03-11 | 1 | -0/+4 |
* | add typetraits.OrdinalEnum, enumutils.symbolName (#17281) | Timothee Cour | 2021-03-10 | 1 | -0/+21 |
* | fix #17275 (#17276) | flywind | 2021-03-09 | 1 | -4/+1 |
* | improve test coverage for isolation (#17297) | flywind | 2021-03-08 | 2 | -16/+115 |
* | add testcase for #12005 (#17278) | flywind | 2021-03-08 | 1 | -0/+14 |
* | add setutils.[]= (#17272) | Timothee Cour | 2021-03-08 | 1 | -0/+11 |
* | stdlib/os: add isAdmin (#17012) | Roman Inflianskas | 2021-03-07 | 1 | -0/+7 |
* | use lowercase --define switches (#17283) | flywind | 2021-03-07 | 2 | -3/+3 |
* | fix #17264 [backport:1.4] (#17266) | flywind | 2021-03-05 | 1 | -0/+16 |
* | follow up #17165 (#17262) | flywind | 2021-03-04 | 3 | -54/+40 |
* | reuse jsffi in json module (#17165) | flywind | 2021-03-04 | 3 | -3/+10 |
* | Added math.clamp for slice clamping (#17246) | Jason Beetham | 2021-03-03 | 1 | -0/+11 |
* | fix #16384 and #17144 (#17126) [backport] | flywind | 2021-03-03 | 1 | -218/+223 |
* | https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233) | Juan Carlos | 2021-03-03 | 1 | -1/+5 |
* | RST heading improvements (fix #17091) (#17195) | Andrey Makarov | 2021-03-02 | 1 | -0/+156 |
* | re-enable disabled tests after #17173 (#17228) | Timothee Cour | 2021-03-02 | 1 | -111/+75 |
* | add overload `add(a: var string, b: openArray[char])` (#15951) | Timothee Cour | 2021-03-01 | 1 | -120/+133 |
* | hashes: support object default hash (#17175) | Timothee Cour | 2021-02-26 | 1 | -0/+46 |
* | `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147) | Timothee Cour | 2021-02-24 | 2 | -7/+7 |
* | remove deprecated stuff in unittest module (#17156) | flywind | 2021-02-24 | 1 | -5/+18 |
* | wrapnils: add `??.` which returns an `Option` (#16931) | Timothee Cour | 2021-02-24 | 1 | -17/+20 |
* | fix #17159 items(cstring) works in VM (#17160) | Timothee Cour | 2021-02-24 | 1 | -14/+87 |
* | cleanup tests/stdlib/tstring.nim (#17158) | Timothee Cour | 2021-02-24 | 1 | -98/+82 |
* | close #15563 add testcase (#17168) | flywind | 2021-02-24 | 1 | -0/+18 |
* | add strbasics.strip (#16280) | flywind | 2021-02-24 | 1 | -0/+126 |
* | [stdlib] make cookies module modern (#17116) | flywind | 2021-02-24 | 1 | -1/+6 |
* | add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080) | Timothee Cour | 2021-02-23 | 1 | -0/+16 |
* | add io.readChars overload (simpler, less error prone) (#16044) | Timothee Cour | 2021-02-22 | 1 | -0/+37 |