| Commit message (Expand) | Author | Age | Files | Lines |
* | refs #17114: workaround for arm64 which should segfault but does not (#17178) | Timothee Cour | 2021-02-25 | 2 | -1/+2 |
* | mark inline (#17180) | flywind | 2021-02-24 | 1 | -2/+2 |
* | use single backtick (#17181) | flywind | 2021-02-24 | 10 | -381/+381 |
* | `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147) | Timothee Cour | 2021-02-24 | 1 | -9/+15 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -3/+66 |
* | remove deprecated stuff in unittest module (#17156) | flywind | 2021-02-24 | 1 | -38/+30 |
* | wrapnils: add `??.` which returns an `Option` (#16931) | Timothee Cour | 2021-02-24 | 1 | -50/+49 |
* | fix #17159 items(cstring) works in VM (#17160) | Timothee Cour | 2021-02-24 | 1 | -14/+45 |
* | add strbasics.strip (#16280) | flywind | 2021-02-24 | 2 | -0/+98 |
* | [stdlib] make cookies module modern (#17116) | flywind | 2021-02-24 | 1 | -13/+28 |
* | fixes yet another SSL problem on Windows [backport:1.2] (#17167) | Andreas Rumpf | 2021-02-24 | 1 | -1/+1 |
* | use single backtick (#17166) | flywind | 2021-02-23 | 12 | -305/+305 |
* | add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080) | Timothee Cour | 2021-02-23 | 3 | -4/+35 |
* | A few rst doc fixes (#17151) | Danil Yarantsev | 2021-02-23 | 2 | -2/+2 |
* | add io.readChars overload (simpler, less error prone) (#16044) | Timothee Cour | 2021-02-22 | 3 | -6/+10 |
* | Improve the ropes module (#17145) | konsumlamm | 2021-02-22 | 1 | -63/+47 |
* | fix #15215 (#17142) | rockcavera | 2021-02-22 | 1 | -5/+12 |
* | Add example for pattern matching on options (#17120) | konsumlamm | 2021-02-22 | 1 | -21/+49 |
* | fix prelude regression refs #16238: `include prelude` doesn't interfere with ... | Timothee Cour | 2021-02-22 | 1 | -12/+16 |
* | [JS + docs] improve std/monotimes module (#17103) | flywind | 2021-02-22 | 1 | -42/+44 |
* | make rst.nim use object variant (#17138) | Andrey Makarov | 2021-02-22 | 3 | -130/+152 |
* | remove outdated codes (#17140) | flywind | 2021-02-22 | 2 | -2/+0 |
* | make copySign for js consistent with other backends (#16609) | Timothee Cour | 2021-02-22 | 1 | -15/+30 |
* | use single backtick (#17141) | flywind | 2021-02-21 | 11 | -68/+68 |
* | remove unnecessary when statement (#17135) | flywind | 2021-02-21 | 1 | -12/+7 |
* | use single backtick (#17133) | flywind | 2021-02-21 | 10 | -103/+103 |
* | move prelude so that `include std/prelude` also works (#17110) | Timothee Cour | 2021-02-20 | 1 | -3/+6 |
* | Improve the strformat module (#17106) | konsumlamm | 2021-02-20 | 1 | -180/+159 |
* | enable bsd for tsetutils; improve setutils API (#17098) | Timothee Cour | 2021-02-20 | 1 | -5/+8 |
* | stricter checks for RST headlines (#17089) | Andrey Makarov | 2021-02-20 | 2 | -7/+34 |
* | uri: document removeDotSegments, add tests, show failure modes (#17064) | Timothee Cour | 2021-02-20 | 1 | -1/+31 |
* | use single backtick (#17115) | flywind | 2021-02-20 | 10 | -174/+174 |
* | system/excpt: let the OS handle termination on signal (#16712) | alaviss | 2021-02-19 | 2 | -3/+18 |
* | add example of hashing an object by all of its fields with `fields` (#16643) | dawidkotlin | 2021-02-19 | 1 | -0/+14 |
* | use single backtick (#17100) | flywind | 2021-02-18 | 10 | -81/+81 |
* | Add setutils.complement, setutils.fullSet (#17066) | Jason Beetham | 2021-02-18 | 1 | -1/+24 |
* | fix stringify unsigned integer in JS and JS VM (#17086) | flywind | 2021-02-18 | 1 | -18/+29 |
* | Improve documentation for options (#17036) | konsumlamm | 2021-02-18 | 1 | -130/+104 |
* | fixes #16585 (#17074) | Andreas Rumpf | 2021-02-18 | 1 | -2/+17 |
* | [nodejs backend] paramStr, paramCount (#17082) | flywind | 2021-02-18 | 1 | -9/+33 |
* | fix #17078 csources generation (#17079) | Timothee Cour | 2021-02-18 | 2 | -6/+4 |
* | system: more runnableExamples + doc improvements (#17075) | Timothee Cour | 2021-02-17 | 1 | -39/+48 |
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts... | Timothee Cour | 2021-02-17 | 11 | -13/+19 |
* | fix math.frexp function signature (#16725) | flywind | 2021-02-17 | 1 | -36/+52 |
* | clean up old codes (#17071) | flywind | 2021-02-17 | 2 | -5/+2 |
* | fix the unused warnings on windows (#17073) | flywind | 2021-02-17 | 1 | -8/+13 |
* | make system random work in VM (#17059) | flywind | 2021-02-17 | 1 | -4/+5 |
* | fixes #17033 [backport:1.4] (#17061) | Andreas Rumpf | 2021-02-17 | 1 | -4/+2 |
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1... | Timothee Cour | 2021-02-17 | 20 | -723/+559 |
* | don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062) | Andreas Rumpf | 2021-02-17 | 1 | -1/+1 |