summary refs log tree commit diff stats
path: root/drnim/nim.cfg
Commit message (Expand)AuthorAgeFilesLines
* [backport] use old style hints in .cfg files (#18917)Miran2021-09-291-1/+1
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-1/+1
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+18
fbbbcf83c847f1'>6bdc3d1 ^
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