summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Cpp Vfunctions draft (#21790)Juan M Gómez2023-05-171-0/+68
* tasks that support return values (#21859)Andreas Rumpf2023-05-171-0/+18
* fixes #21847; let `parseFloat` behave like `strtod` (#21854)ringabout2023-05-171-2/+8
* fixes #21708; skip colons for tuples in VM (#21850)ringabout2023-05-171-0/+10
* close #19990; adds a test case (#21853)ringabout2023-05-151-0/+14
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-141-0/+67
* closes #7590; add a test case (#21846)ringabout2023-05-141-0/+20
* fixes #21840; nested local template lookup regression (#21841)ringabout2023-05-121-0/+74
* make deprecated statement a no-op (#21836)metagn2023-05-121-1/+1
* Add `minmax` to comparisons (#21820)Matt Wilson2023-05-121-0/+8
* cursor fields cannot form reference cycles (#21832)ringabout2023-05-111-4/+16
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-111-1/+1
* bring #21802 back; fixes #21753 [backport] (#21815)ringabout2023-05-111-0/+123
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-1121-125/+82
* make ORC threadlocal, take two (#21818)Andreas Rumpf2023-05-102-2/+2
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-102-3/+26
* re-enable badssl test (#21775)metagn2023-05-091-4/+4
* fixes #21801; object field initialization with overloaded functions (#21805)ringabout2023-05-081-0/+23
* revert #21799 and #21802 which don't pass the tests (#21804)ringabout2023-05-072-2/+2
* fixes #21280; Enum with int64.high() value crashes compiler (#21285)ringabout2023-05-061-0/+8
* implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)ringabout2023-05-062-2/+71
* Fix some `styleCheck` bugs (#20095)quantimnot2023-05-064-0/+62
* fixes #21704; remove nfIsRef for genLit in VM (#21765)ringabout2023-05-061-0/+69
* ORC: make rootsThreshold thread local [backport] (#21799)Andreas Rumpf2023-05-062-2/+2
* fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)ringabout2023-05-051-1/+15
* consistent use of scForceOpen for generic dot field symbols (#21738)metagn2023-05-053-1/+62
* error on user pragma args (#21776)metagn2023-05-031-0/+5
* closes #10108; add a test case (#21770)ringabout2023-05-031-10/+22
* line info for strformat + fix issue with typed templates (#21761)metagn2023-05-022-0/+18
* cheap fix for #10853 + better tuple subscript error message (#21767)metagn2023-05-023-1/+6
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-0213-59/+22
* handle quoted routine symbols and non symbols expressions as before (#21740)ringabout2023-04-281-0/+11
* fix #21727 (#21729)metagn2023-04-261-0/+11
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-1/+1
* fix iterator equality + add test for proc equality + fix sameType (#21707)metagn2023-04-232-0/+64
* temporarily disable badssl tests (#21710)metagn2023-04-231-65/+77
* alias syntax fixes, improvements and tests (#21671)metagn2023-04-224-26/+101
* implements #21620: allowing to import multiple modules with shared names (#21...Juan M Gómez2023-04-211-1/+1
* stdlib tests now check refc too (#21664)ringabout2023-04-21140-39/+256
* tweak spellsuggest; three counts for equal distances candidates by default (#...ringabout2023-04-211-1/+1
* add test for #13764 (#21699)Bung2023-04-211-0/+6
* fixes #21540; deref block at transf phase to make injectdestructors function ...ringabout2023-04-191-2/+53
* Fix RST/Markdown false heading detection (#21685)Andrey Makarov2023-04-182-1/+40
* import brackets support `as` and prefixes [backport] (#21636)metagn2023-04-181-3/+8
* actually fix #19015 (#21680)metagn2023-04-171-0/+28
* revert #21227 (#21681)metagn2023-04-172-4/+15
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-0/+10
* fixes #21674; `lent` can be used in the fields or the cast type as a paramete...ringabout2023-04-181-0/+16
* fixes #20155; repr range with distinct types is broken in ORC (#21682)ringabout2023-04-171-1/+1
* fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...ringabout2023-04-142-4/+0