summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add setutils.complement, setutils.fullSet (#17066)Jason Beetham2021-02-181-7/+27
* fix stringify unsigned integer in JS and JS VM (#17086)flywind2021-02-181-0/+28
* [nodejs backend] paramStr, paramCount (#17082)flywind2021-02-181-0/+11
* fix #17076 (#17081)flywind2021-02-181-3/+25
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-0/+2
* fix math.frexp function signature (#16725)flywind2021-02-171-3/+10
* ARC Analysis in one pass v3 (#17068)Clyybber2021-02-173-3/+85
* make system random work in VM (#17059)flywind2021-02-171-6/+29
* fixes #17033 [backport:1.4] (#17061)Andreas Rumpf2021-02-171-2/+84
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-2/+1
* don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)Andreas Rumpf2021-02-171-1/+1
* Fix bug in removeDotSegments: added test (#17050)Benoit Favre2021-02-161-0/+1
* Improve documentation for bitops (#16961)konsumlamm2021-02-151-336/+173
* Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)Clyybber2021-02-152-29/+3
* JS: fix div uint64 no truncation (#16899)flywind2021-02-151-0/+19
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-0/+208
* Improve the heapqueue module (#17034)konsumlamm2021-02-151-34/+83
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-153-15/+32
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-152-8/+25
* fix #16978 unittest js foreign exception (#16998)Timothee Cour2021-02-131-0/+16
* followup #17001: improve coverage for tests/openarray/topenarray.nim (#17006)Timothee Cour2021-02-131-3/+17
* Make parseopt available on all backends (#17009)hlaaftana2021-02-132-3/+7
* compilesettings: add libpath (#16997)Timothee Cour2021-02-121-13/+10
* Improve math module (#17019)konsumlamm2021-02-122-311/+358
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-1211-17/+17
* parse RST headings when EOF follows them (#17014)Andrey Makarov2021-02-121-0/+7
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+13
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-112-2/+33
* Improve documentation for assertions (#16988)konsumlamm2021-02-111-3/+3
* [JS] Ref #15952 make toOpenArray works better (#17001)flywind2021-02-101-0/+13
* ARC: Analysis in one pass v2 (#17000)Clyybber2021-02-102-3/+29
* Revert "ARC Analysis in one pass (#16849)" (#16984)Clyybber2021-02-092-29/+3
* Remove declPragmas from lambdas [backport:1.0] (#16966)hlaaftana2021-02-091-0/+7
* ARC Analysis in one pass (#16849)Clyybber2021-02-092-3/+29
* fix #16967 [backport:1.2] (#16976)hlaaftana2021-02-091-0/+16
* tests and docs for call operator (#16980)hlaaftana2021-02-093-0/+91
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-081-20/+103
* rename case statement macro from match to `case` (#16923)hlaaftana2021-02-081-0/+35
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-081-1/+1
* fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1...Timothee Cour2021-02-081-0/+27
* use typeof instead type (#16962)flywind2021-02-089-39/+39
* close #16921 (#16951)flywind2021-02-061-0/+3
* stdlib/os: handle symlinks in copy/move functions (#16709)Roman Inflianskas2021-02-042-0/+134
* strictFuncs+views: add test that imports stdlib modules (#16878)ee72021-02-033-12/+198
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-026-237/+267
* Sugar tests (#16820)konsumlamm2021-02-021-118/+215
* Add testcase for #16897 (#16917)Clyybber2021-02-021-0/+33
* tests/tuples/ttuples_issues.nim: test on all backends + various improvements ...Timothee Cour2021-02-023-110/+123
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-0/+29
* `dumpToString`: improves on `sugar.dump` (#16841)Timothee Cour2021-02-021-1/+11