| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -10/+10 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 3 | -18/+87 |
* | remove deprecated stuff in unittest module (#17156) | flywind | 2021-02-24 | 1 | -5/+18 |
* | fixes #17170 (#17171) | Andreas Rumpf | 2021-02-24 | 1 | -0/+34 |
* | 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 | 2 | -30/+87 |
* | close #14581 add testcase (#17169) | flywind | 2021-02-24 | 1 | -0/+25 |
* | 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 |
* | new-style concepts implementation, WIP (#15251) | Andreas Rumpf | 2021-02-24 | 4 | -3/+109 |
* | 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 |
* | remove tests/deps/ (#17132) | Timothee Cour | 2021-02-23 | 42 | -27264/+11 |
* | Fixes #17039 - ldObj checks node/nodeAddr access (#17123) | Saem Ghani | 2021-02-23 | 1 | -0/+10 |
* | add io.readChars overload (simpler, less error prone) (#16044) | Timothee Cour | 2021-02-22 | 1 | -0/+37 |
* | Improve the ropes module (#17145) | konsumlamm | 2021-02-22 | 1 | -54/+83 |
* | fix #15215 (#17142) | rockcavera | 2021-02-22 | 1 | -0/+22 |
* | when statements branches exit early (#17143) | Saem Ghani | 2021-02-22 | 2 | -0/+71 |
* | [JS + docs] improve std/monotimes module (#17103) | flywind | 2021-02-22 | 1 | -1/+5 |
* | testament: support disabled:osx as alias to disabled:macosx (#17124) | Timothee Cour | 2021-02-22 | 2 | -2/+2 |
* | make rst.nim use object variant (#17138) | Andrey Makarov | 2021-02-22 | 1 | -0/+5 |
* | fix #17118 (#17119) [backport:1.2] | flywind | 2021-02-22 | 1 | -18/+20 |
* | make copySign for js consistent with other backends (#16609) | Timothee Cour | 2021-02-22 | 2 | -29/+18 |
* | remove unnecessary when statement (#17135) | flywind | 2021-02-21 | 1 | -1/+10 |
* | move prelude so that `include std/prelude` also works (#17110) | Timothee Cour | 2021-02-20 | 1 | -0/+14 |
* | Improve the strformat module (#17106) | konsumlamm | 2021-02-20 | 1 | -512/+498 |
* | enable bsd for tsetutils; improve setutils API (#17098) | Timothee Cour | 2021-02-20 | 1 | -2/+4 |
* | stricter checks for RST headlines (#17089) | Andrey Makarov | 2021-02-20 | 1 | -4/+20 |
* | uri: document removeDotSegments, add tests, show failure modes (#17064) | Timothee Cour | 2021-02-20 | 1 | -8/+1 |
* | Ref #12700 add testcase (#17096) | flywind | 2021-02-19 | 1 | -1/+9 |
* | fixes #17085 [backport:1.2] (#17101) | Andreas Rumpf | 2021-02-19 | 1 | -0/+22 |
* | close #13859; add testcase (#17099) | flywind | 2021-02-19 | 1 | -0/+19 |
* | system/excpt: let the OS handle termination on signal (#16712) | alaviss | 2021-02-19 | 1 | -0/+20 |
* | Add setutils.complement, setutils.fullSet (#17066) | Jason Beetham | 2021-02-18 | 1 | -7/+27 |
* | fix stringify unsigned integer in JS and JS VM (#17086) | flywind | 2021-02-18 | 1 | -0/+28 |
* | [nodejs backend] paramStr, paramCount (#17082) | flywind | 2021-02-18 | 1 | -0/+11 |
* | fix #17076 (#17081) | flywind | 2021-02-18 | 1 | -3/+25 |
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts... | Timothee Cour | 2021-02-17 | 1 | -0/+2 |
* | fix math.frexp function signature (#16725) | flywind | 2021-02-17 | 1 | -3/+10 |
* | ARC Analysis in one pass v3 (#17068) | Clyybber | 2021-02-17 | 3 | -3/+85 |
* | make system random work in VM (#17059) | flywind | 2021-02-17 | 1 | -6/+29 |
* | fixes #17033 [backport:1.4] (#17061) | Andreas Rumpf | 2021-02-17 | 1 | -2/+84 |
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1... | Timothee Cour | 2021-02-17 | 1 | -2/+1 |
* | don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062) | Andreas Rumpf | 2021-02-17 | 1 | -1/+1 |
* | Fix bug in removeDotSegments: added test (#17050) | Benoit Favre | 2021-02-16 | 1 | -0/+1 |
* | Improve documentation for bitops (#16961) | konsumlamm | 2021-02-15 | 1 | -336/+173 |
* | Revert "ARC: Analysis in one pass v2 (#17000)" (#17046) | Clyybber | 2021-02-15 | 2 | -29/+3 |
* | JS: fix div uint64 no truncation (#16899) | flywind | 2021-02-15 | 1 | -0/+19 |