index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
template
Commit message (
Expand
)
Author
Age
Files
Lines
*
close #11705; add a testcase (#21128)
ringabout
2022-12-18
1
-0
/
+17
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
1
-1
/
+1
*
fix #19149 Invalid codegen when returning var tuple from a template (#20762)
Bung
2022-11-06
1
-0
/
+19
*
alternate fix + test for #12094, refs #13804 (#20686)
metagn
2022-10-29
1
-0
/
+11
*
fixes #1027; disallow templates to use ambiguous identifiers (#20631)
ringabout
2022-10-24
3
-0
/
+24
*
[backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20...
SirOlaf
2022-10-18
1
-0
/
+15
*
fix #19700 Crash when passing a template to a generic functio… (#20567)
Bung
2022-10-15
1
-0
/
+10
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
2
-0
/
+37
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-0
/
+1
*
fix #13515 [backport] (#20315)
metagn
2022-09-11
1
-0
/
+16
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
3
-3
/
+36
*
fix #20002 (#20004)
metagn
2022-07-15
1
-0
/
+8
*
fix term rewriting with sideeffect (#19410)
flywind
2022-01-19
1
-0
/
+19
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
3
-4
/
+4
*
improve several tests in testament (#18635)
Timothee Cour
2021-08-08
2
-3
/
+5
*
exportC => exportc (#18625)
Timothee Cour
2021-07-31
1
-1
/
+1
*
fix #18113 (#18124)
Saem Ghani
2021-05-31
1
-0
/
+14
*
close #9534 add testcase (#17607)
flywind
2021-04-01
1
-0
/
+21
*
semTemplateDef and t17433 clean-ups (#17448)
Saem Ghani
2021-03-22
1
-3
/
+3
*
Fixes #17433; gensym callDef return in templ body (#17445)
Saem Ghani
2021-03-22
1
-0
/
+16
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-1
/
+1
*
Fix #12595 (#16874)
konsumlamm
2021-01-31
1
-2
/
+8
*
Add testcase for #5993 (#16789)
Clyybber
2021-01-22
1
-0
/
+16
*
remove some noises in tests (#16448)
flywind
2020-12-27
1
-3
/
+3
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-2
/
+0
*
closes #3670 [add testcase for #3670] (#15808)
flywind
2020-11-01
1
-0
/
+11
*
closes #7374 (#15781)
flywind
2020-10-30
1
-0
/
+29
*
Fix #5691 (#15158)
Clyybber
2020-08-27
2
-0
/
+68
*
Allow pragmas on parameters (#15178)
Clyybber
2020-08-11
1
-0
/
+15
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-0
/
+126
*
Add testcase for some old fixed issues (#14960)
Clyybber
2020-07-10
1
-0
/
+8
*
Add testcase for #4722 (#14954)
Clyybber
2020-07-10
1
-0
/
+21
*
typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...
Timothee Cour
2020-07-02
1
-1
/
+1
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
2
-2
/
+2
*
fix codegen bug due to changing existing symbol declaration in template (#14666)
jcosborn
2020-06-15
1
-0
/
+106
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
fixes #12193 (#12199)
Andreas Rumpf
2019-09-16
1
-0
/
+18
*
fixes yet another gensym regression (#12145)
Andreas Rumpf
2019-09-06
2
-0
/
+24
*
fixes #12121 (#12126)
Andreas Rumpf
2019-09-05
1
-0
/
+31
*
fixes #12020 (#12106)
Andreas Rumpf
2019-09-02
1
-0
/
+19
*
fixes #11941 (#12079)
Andreas Rumpf
2019-08-29
1
-0
/
+15
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
3
-0
/
+72
*
closes #7117
Andreas Rumpf
2019-08-22
1
-2
/
+16
*
improved the error message for #11494; closes #11494
Andreas Rumpf
2019-07-06
1
-0
/
+21
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
5
-27
/
+16
*
close #5235 by adding a test
narimiran
2019-05-29
1
-1
/
+14
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-7
/
+5
*
fixes #7937 (#11244)
Andreas Rumpf
2019-05-14
1
-0
/
+24
*
Fixes #9365 : let with exportC pragma in template. (#11235)
Aditya Siram
2019-05-14
1
-0
/
+9
*
fixes #10192
Araq
2019-05-06
1
-0
/
+20
[next]