summary refs log tree commit diff stats
path: root/tests/vm/tconst.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixed template const tuple unpacking (#18562)Jason Beetham2021-07-231-0/+10
* fix https://github.com/timotheecour/Nim/issues/718: CompileTime is not cached...Timothee Cour2021-05-051-2/+5
* add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)Timothee Cour2021-05-041-1/+1
* misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...Timothee Cour2021-05-011-0/+35
sutils.nim?h=devel&id=089e741ce4cd1249afd518aa30821309f5b2f8e9'>089e741ce ^
6048367a9 ^
089e741ce ^















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51