summary refs log tree commit diff stats
path: root/tests/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* closes #3670 [add testcase for #3670] (#15808)flywind2020-11-011-0/+11
* closes #7374 (#15781)flywind2020-10-301-0/+29
* Fix #5691 (#15158)Clyybber2020-08-272-0/+68
* Allow pragmas on parameters (#15178)Clyybber2020-08-111-0/+15
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-0/+126
* Add testcase for some old fixed issues (#14960)Clyybber2020-07-101-0/+8
* Add testcase for #4722 (#14954)Clyybber2020-07-101-0/+21
* typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...Timothee Cour2020-07-021-1/+1
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-172-2/+2