summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* deprecate newruntime (#17245)flywind2021-03-0412-12/+12
* followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189)Timothee Cour2021-03-043-0/+22
* Added math.clamp for slice clamping (#17246)Jason Beetham2021-03-031-0/+11
* fix #16384 and #17144 (#17126) [backport]flywind2021-03-031-218/+223
* https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)Juan Carlos2021-03-031-1/+5
* fix #17177 (#17243)flywind2021-03-031-0/+10
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-0/+156
* re-enable disabled tests after #17173 (#17228)Timothee Cour2021-03-021-111/+75
* attempt to fix #16374 (#17232)flywind2021-03-021-0/+38
* fixes #17198, DFA failure on large case stmts (#17210)Saem Ghani2021-03-021-0/+32
* close #5342 add testcase (#17230)flywind2021-03-021-0/+23
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-016-8/+7
* fixes #17173 (#17213)Andreas Rumpf2021-03-011-0/+10
* add overload `add(a: var string, b: openArray[char])` (#15951)Timothee Cour2021-03-012-133/+145
* fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim...Timothee Cour2021-02-261-0/+10
* hashes: support object default hash (#17175)Timothee Cour2021-02-261-0/+46
* `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)Timothee Cour2021-02-243-10/+10
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-243-18/+87
* remove deprecated stuff in unittest module (#17156)flywind2021-02-241-5/+18
* fixes #17170 (#17171)Andreas Rumpf2021-02-241-0/+34
* wrapnils: add `??.` which returns an `Option` (#16931)Timothee Cour2021-02-241-17/+20
* fix #17159 items(cstring) works in VM (#17160)Timothee Cour2021-02-242-30/+87
* close #14581 add testcase (#17169)flywind2021-02-241-0/+25
* cleanup tests/stdlib/tstring.nim (#17158)Timothee Cour2021-02-241-98/+82
* close #15563 add testcase (#17168)flywind2021-02-241-0/+18
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-244-3/+109
* add strbasics.strip (#16280)flywind2021-02-241-0/+126
* [stdlib] make cookies module modern (#17116)flywind2021-02-241-1/+6
* add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)Timothee Cour2021-02-231-0/+16
* remove tests/deps/ (#17132)Timothee Cour2021-02-2342-27264/+11
* Fixes #17039 - ldObj checks node/nodeAddr access (#17123)Saem Ghani2021-02-231-0/+10
* add io.readChars overload (simpler, less error prone) (#16044)Timothee Cour2021-02-221-0/+37
* Improve the ropes module (#17145)konsumlamm2021-02-221-54/+83
* fix #15215 (#17142)rockcavera2021-02-221-0/+22
* when statements branches exit early (#17143)Saem Ghani2021-02-222-0/+71
* [JS + docs] improve std/monotimes module (#17103)flywind2021-02-221-1/+5
* testament: support disabled:osx as alias to disabled:macosx (#17124)Timothee Cour2021-02-222-2/+2
* make rst.nim use object variant (#17138)Andrey Makarov2021-02-221-0/+5
* fix #17118 (#17119) [backport:1.2]flywind2021-02-221-18/+20
* make copySign for js consistent with other backends (#16609)Timothee Cour2021-02-222-29/+18
* remove unnecessary when statement (#17135)flywind2021-02-211-1/+10
* move prelude so that `include std/prelude` also works (#17110)Timothee Cour2021-02-201-0/+14
* Improve the strformat module (#17106)konsumlamm2021-02-201-512/+498
* enable bsd for tsetutils; improve setutils API (#17098)Timothee Cour2021-02-201-2/+4
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-201-4/+20
* uri: document removeDotSegments, add tests, show failure modes (#17064)Timothee Cour2021-02-201-8/+1
* Ref #12700 add testcase (#17096)flywind2021-02-191-1/+9
* fixes #17085 [backport:1.2] (#17101)Andreas Rumpf2021-02-191-0/+22
* close #13859; add testcase (#17099)flywind2021-02-191-0/+19
* system/excpt: let the OS handle termination on signal (#16712)alaviss2021-02-191-0/+20