summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes {.global.} ref typedesc regressions (#22046)ringabout2023-06-081-5/+7
* Nested `with` blocks (#22042)awr12023-06-081-0/+16
* fixes overriden typo (#22044)ringabout2023-06-081-2/+2
* fixes #21995: align C++ with C backend behavior for empty raise state… (#21...heterodoxic2023-06-071-0/+9
* retain forced open undeclared ident information (#22019)metagn2023-06-071-0/+17
* add test case to close #7974 (#22023)metagn2023-06-061-0/+55
* close #12852; add a test case (#22016)ringabout2023-06-061-0/+55
* some test cleanups & category reorganization (#22010)metagn2023-06-06132-371/+186
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-061-0/+8
* properly disallow unresolved generic proc values (#22005)metagn2023-06-051-8/+2
* add test case for #7839 (#22006)Bung2023-06-051-0/+9
* infer error for `=dup` if there is a custom `=copy` error hook (#22004)ringabout2023-06-051-2/+2
* shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...heterodoxic2023-06-041-0/+33
* fixes #21987; don't create type bound ops for anything in a function with a `...ringabout2023-06-041-0/+48
* lift the `=dup` hook (#21903)ringabout2023-06-028-33/+35
* partially fixes #20787 by having a char dummy member prepended to objs only c...heterodoxic2023-06-011-0/+4
* fixes #21974; fixes sameConstant fieldDefect (#21981)ringabout2023-06-011-0/+30
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-301-2/+33
* make `proc` not implicitly convert to `pointer` with a preview define (#21953)metagn2023-05-304-9/+10
* alternative to #21914; split, rsplit now forbid an empty separator (#21961)ringabout2023-05-301-0/+14
* Add anti-regression for #21958 (#21960)Mamy Ratsimbazafy2023-05-301-0/+11
* fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...ringabout2023-05-291-2/+1
* support generic void return type for templates (#21934)metagn2023-05-271-0/+6
* fixes #15428 by updating deep open array copy codegen (#21935)heterodoxic2023-05-271-0/+22
* fix #10964 by honoring pointer deref syntax if a reified openarray is used to...heterodoxic2023-05-271-0/+6
* fix & add test for basic hot code reloading case (#21915)metagn2023-05-261-0/+7
* fixes #21887; Type conversion on overloaded enum field does not always call (...ringabout2023-05-261-0/+8
* Fix const in async regression (#21898)Jake Leahy2023-05-251-0/+13
* when T is both a type symbol and a routine symbol in scope of a generic proc ...metagn2023-05-242-0/+9
* actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)Juan M Gómez2023-05-241-0/+24
* fix #21896 asign parameter to global variable generates invalid code (#21900)Bung2023-05-241-0/+9
* fixes #21863; Incorrect enum field access can cause internal error (#21886)ringabout2023-05-241-0/+28
* fix #21251 Compiler SIGSEGV when using SharedTable (#21876)Bung2023-05-231-0/+6
* Weekday parse/format (replacement) (#21857)Carlo Capocasa2023-05-212-49/+24
* Fixed generic parameters failing to be used in inheritance (#21866)Jason Beetham2023-05-211-0/+39
* implements allow byref to work in params #21873 (#21875)Juan M Gómez2023-05-211-5/+14
* fix #14254 (#21837)metagn2023-05-202-0/+6
* 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