summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-171-75/+125
* semLambda removed, semProcAux reworked (#17379)Saem Ghani2021-03-175-1/+62
* allow short-style rst references with symbols (#17372)Andrey Makarov2021-03-171-0/+25
* [std/channels]fix recv leaks(Part One) (#17394)flywind2021-03-172-3/+3
* followup #16067 --spellSuggest (#17401)Timothee Cour2021-03-171-0/+1
* fix #17383: json.%,to and jsonutils.formJson,toJson now works with uint|uint6...Timothee Cour2021-03-162-1/+35
* fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...Timothee Cour2021-03-163-0/+97
* fix #17385, `len` must be declared before `items` (#17386)Miran2021-03-152-0/+15
* Revert "make system random work in VM" (#17378)flywind2021-03-151-2/+0
* New channels implementation for ORC (#17305)flywind2021-03-122-0/+389
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-0/+9
* Revert "Revert "close #16607 add testcase (#17317)" (#17336)" (#17347)Clyybber2021-03-121-0/+24
* refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...Miran2021-03-111-0/+4
* Fix #14325 (#17308)Clyybber2021-03-111-0/+17
* Revert "close #16607 add testcase (#17317)" (#17336)Clyybber2021-03-111-24/+0
* disable most flaky test in CI (refs #16338) (#17113)Timothee Cour2021-03-101-17/+16
* add typetraits.OrdinalEnum, enumutils.symbolName (#17281)Timothee Cour2021-03-101-0/+21
* close #9440 add testcase (#17316)flywind2021-03-091-0/+52
* close #16607 add testcase (#17317)flywind2021-03-091-0/+24
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-094-0/+30
* fix #17275 (#17276)flywind2021-03-091-4/+1
* fix #13491 #17279 runnableExamples now don't get lost in translation (#17282)Timothee Cour2021-03-091-0/+25
* improve test coverage for isolation (#17297)flywind2021-03-082-16/+115
* add testcase for #12005 (#17278)flywind2021-03-081-0/+14
* add setutils.[]= (#17272)Timothee Cour2021-03-081-0/+11
* stdlib/os: add isAdmin (#17012)Roman Inflianskas2021-03-071-0/+7
* fix #17267 (#17273)flywind2021-03-071-0/+6
* use lowercase --define switches (#17283)flywind2021-03-076-10/+10
* Fix #16437 (#17277)Clyybber2021-03-064-16/+53
* fix #17264 [backport:1.4] (#17266)flywind2021-03-051-0/+16
* Remove support for named procs with sugar.=> (#17220)konsumlamm2021-03-051-8/+2
* follow up #17165 (#17262)flywind2021-03-043-54/+40
* reuse jsffi in json module (#17165)flywind2021-03-043-3/+10
* 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