summary refs log tree commit diff stats
path: root/compiler/cmdlinehelper.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #9120Araq2018-12-161-10/+0
|
* fixes #9420Araq2018-12-161-1/+1
|
* fixes #8991, fixes #4446Araq2018-12-161-1/+1
|
* restore the old .nims processing behaviour; fixes #9989; fixes #9995Araq2018-12-161-6/+1
|
* fixes #9995Andreas Rumpf2018-12-151-5/+2
|
* fixes yet another NimScript regressionAraq2018-12-141-0/+2
|
* fixes #9965Araq2018-12-141-15/+20
|
* Undefine some symbols and globalOptions when processing nimscript (#9945) ↵Neelesh Chandola2018-12-131-0/+12
| | | | | | | | [backport] * Undefine some symbols when processing nimscript * Undefine taintMode when processing nimscript * Reload .cfg configuration
* compiler refactoring; use typesafe path handing; docgen: render symbols ↵Andreas Rumpf2018-09-071-16/+23
| | | | between modules
* make config.nims behave like nim.cfg in terms of where these scripts are ↵Timothee Cour2018-08-301-0/+85
searched / run (#8682) * run project config.nims if exists, then inputfile.nims if exists * ~/.config/nim/config.nims can now be used * also check in getSystemConfigPath for config.nims * refactor handleCmdLine for nim and nimsuggest
09-12-07 01:23:19 +0100 version 0.8.5: added Nimrod version of the compiler' href='/ahoang/Nim/commit/rod/ccgutils.nim?h=devel&id=e254741541b0389dfb0b675116c76a6a144b90b7'>e25474154 ^
8d734244b ^
e25474154 ^
e25474154 ^
5f2d930a5 ^
90db9171a ^
61792dc7d ^
e2d38a57e ^
61792dc7d ^


5b0d8246f ^
61792dc7d ^
90db9171a ^


e25474154 ^
4b0cdc6db ^
296ef0795 ^
4b0cdc6db ^
e25474154 ^
296ef0795 ^
7a249eb8c ^
8aa4e4670 ^
7a249eb8c ^




e25474154 ^

90db9171a ^
e25474154 ^
5f2d930a5 ^
7a249eb8c ^
e25474154 ^

90db9171a ^





















8aa4e4670 ^

7b4560337 ^











8d734244b ^
e25474154 ^





5f2d930a5 ^
e25474154 ^



0f0dfd637 ^




e25474154 ^
8d734244b ^

e25474154 ^
033e3dfc5 ^
0f0dfd637 ^

e25474154 ^









8d734244b ^
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179