summary refs log tree commit diff stats
BranchCommit messageAuthorAge
develstricter set type match, implicit conversion for literals (#24176)metagn6 months
 
 
AgeCommit messageAuthorFilesLines
2024-10-03stricter set type match, implicit conversion for literals (#24176) develmetagn5-9/+129
2024-10-03don't typecheck `untyped` + allow void `typed` template param default values ...metagn2-7/+59
2024-10-03don't construct array type for already typed `nkBracket` node (#24224)metagn2-22/+72
2024-10-03use cbuilder for seq type generation (#24202)metagn2-40/+89
2024-10-02bump NimVersion to 2.2.1 (#24215)Miran1-1/+1
2024-10-02improve error messages for illegalCapture (#24214)ringabout1-2/+2
2024-10-01update the changelog (#24213)Miran3-209/+239
2024-10-01check fileExists for outputFile (#24211)ringabout1-1/+2
2024-09-30bump NimVersion to 2.2.0 (#24210)Miran1-2/+2
2024-09-30fixes #24008; triggers a recompilation on output executables changes when swi...ringabout1-2/+6
[...]
 
Clone
https://git.tilde.institute/ahoang/Nim
ss='oid'>e6056999 ^
a654e4ec ^
76755b28 ^
4690ce81 ^
a654e4ec ^




76755b28 ^

a654e4ec ^





76755b28 ^

a654e4ec ^
76755b28 ^


db1f56c8 ^
76755b28 ^


4690ce81 ^
76755b28 ^
67db19a0 ^

a654e4ec ^
67db19a0 ^
4690ce81 ^

2f02189d ^
dcc060c7 ^
76755b28 ^

67db19a0 ^
76755b28 ^


dcc060c7 ^
76755b28 ^


76755b28 ^


a654e4ec ^
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
52
53
54
55
56
57
58
59
60
61
62
63
64