summary refs log tree commit diff stats
path: root/tests/template
Commit message (Expand)AuthorAgeFilesLines
* treat resolved symbols on RHS of module qualification as identifiers (#24180)metagn2024-09-273-0/+29
* only merge valid implicit pragmas to routine AST, include templates (#24171)metagn2024-09-263-0/+23
* make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...metagn2024-09-182-1/+40
* fix segfault in effect tracking for sym node with nil type (#24114)metagn2024-09-171-0/+19
* implement template default values using other params (#24073)metagn2024-09-111-0/+15
* opensym for templates + move behavior of opensymchoice to itself (#24007)metagn2024-08-282-0/+269
* make routine implicitly gensym when other gensym symbol exists again (#23842)metagn2024-07-161-0/+12
* closes #13426; adds a test case (#23642)ringabout2024-05-241-0/+87
* stop gensym identifiers hijacking routine decl names in templates (#23392)metagn2024-04-091-0/+37
* closes #22846; adds a test case (#23374)ringabout2024-03-081-0/+9
* don't transform typed bracket exprs to `[]` calls in templates (#23175)metagn2024-01-071-0/+38
* second test case haul for templates and generics (#22728)metagn2023-09-193-5/+22
* correct logic for qualified symbol in templates (#22577)metagn2023-08-281-0/+4
* test case haul for old generic/template/macro issues (#22564)metagn2023-08-274-8/+97
* fix generic param substitution in templates (#22535)metagn2023-08-251-0/+80
* Fix #21532: Check if template return is untyped (#22517)SirOlaf2023-08-231-0/+8
* fixes #21231; template with module as parameter elides usage/checking of modu...ringabout2023-06-211-0/+10
* add tests to close #7223, close #11733 (#22111)metagn2023-06-163-8/+53
* consider object types as declarative in templates (#22106)metagn2023-06-161-0/+12
* fix dot calls with resolved symbols in templates (#22076)metagn2023-06-122-0/+32
* some test cleanups & category reorganization (#22010)metagn2023-06-062-5/+33
* support generic void return type for templates (#21934)metagn2023-05-271-0/+6
* fix #21727 (#21729)metagn2023-04-261-0/+11
* alias syntax fixes, improvements and tests (#21671)metagn2023-04-223-16/+91
* document general use of `_`, error message, fixes (#21584)metagn2023-03-301-1/+1
* close #11705; add a testcase (#21128)ringabout2022-12-181-0/+17
* deprecate `do:` meaning `do ():` + misc cleanup (#20927)metagn2022-12-061-1/+1
* fix #19149 Invalid codegen when returning var tuple from a template (#20762)Bung2022-11-061-0/+19
* alternate fix + test for #12094, refs #13804 (#20686)metagn2022-10-291-0/+11
* fixes #1027; disallow templates to use ambiguous identifiers (#20631)ringabout2022-10-243-0/+24
* [backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20...SirOlaf2022-10-181-0/+15
* fix #19700 Crash when passing a template to a generic functio… (#20567)Bung2022-10-151-0/+10
* pragma for sfCallsite instead of name check + better semantics, test (#20464)metagn2022-10-032-0/+37
* defaults to ORC (#19972)ringabout2022-09-231-0/+1
* fix #13515 [backport] (#20315)metagn2022-09-111-0/+16
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-233-3/+36
* fix #20002 (#20004)metagn2022-07-151-0/+8
* fix term rewriting with sideeffect (#19410)flywind2022-01-191-0/+19
* style usages part one (openarray => openArray) (#19321)flywind2022-01-043-4/+4
* improve several tests in testament (#18635)Timothee Cour2021-08-082-3/+5
* exportC => exportc (#18625)Timothee Cour2021-07-311-1/+1
* fix #18113 (#18124)Saem Ghani2021-05-311-0/+14
* close #9534 add testcase (#17607)flywind2021-04-011-0/+21
* semTemplateDef and t17433 clean-ups (#17448)Saem Ghani2021-03-221-3/+3
* Fixes #17433; gensym callDef return in templ body (#17445)Saem Ghani2021-03-221-0/+16
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
* Fix #12595 (#16874)konsumlamm2021-01-311-2/+8
* Add testcase for #5993 (#16789)Clyybber2021-01-221-0/+16
* remove some noises in tests (#16448)flywind2020-12-271-3/+3
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-281-2/+0