summary refs log tree commit diff stats
path: root/nimsuggest
Commit message (Expand)AuthorAgeFilesLines
...
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-6/+6
* make nimsuggest compile againAndreas Rumpf2018-05-141-10/+10
* make nimsuggest compile againAndreas Rumpf2018-05-131-69/+77
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-4/+4
* include help short option in processCmdLine (#7515)skilchen2018-04-061-1/+1
* nimsuggest: do not execute the .nims file when requested to auto-complete itAraq2018-03-221-3/+3
* Fixed printing nimsuggest commandline help message (#6863)pqflx32017-12-021-0/+3
* fixes #6707; nimsuggest tests still not greenAndreas Rumpf2017-11-086-8/+7
* Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-311-1/+1
* Fix spelling error (#6349)Federico Ceratto2017-09-151-1/+1
* attempt to make nimsuggest work with choosenimAndreas Rumpf2017-05-111-0/+2
* minor update for nimsuggestAndreas Rumpf2017-04-062-2/+3
* Make nimsuggest quit when pressing Ctrl-D from the command line. (#5662)Arne Döring2017-04-061-0/+1
* nimsuggest: die with a project dir/file that doesn't existAraq2017-03-211-0/+4
* nimsuggest: when invoked with a directory, detect the main nim file on its ownAndreas Rumpf2017-03-141-1/+7
* nimsuggest: suggest types in a type sectionAndreas Rumpf2017-03-141-0/+15
* nimsuggest: make test green againAndreas Rumpf2017-03-141-2/+2
* nimsuggest: logging enable when compiled with -d:loggingAndreas Rumpf2017-03-131-10/+10
* nimsuggest: special rule for 'of' completion in case statementsAndreas Rumpf2017-03-101-0/+17
* nimsuggest: make 'con' work againAndreas Rumpf2017-03-101-0/+13
* nimsuggest: maxresults limit; fixed local symbol usages priorizationsAndreas Rumpf2017-03-103-2/+20
* nimsuggest now uses 0 based columsn consistentlyAndreas Rumpf2017-03-101-2/+2
* nimsuggest: make tests green againAraq2017-03-101-1/+1
* nimsuggest: more things workAraq2017-03-092-15/+20
* nimsuggest: more precise cursor trackingAraq2017-03-0920-0/+2333
t;vc@akkartik.com> 2017-10-11 02:34:32 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2017-10-11 02:34:32 -0700 4022' href='/akkartik/mu/commit/subx/010core.cc?h=main&id=bd00c14c37f813b28dde77def29114a5f5976e6c'>bd00c14c ^
f8831a02 ^
bd00c14c ^
f8831a02 ^



03dcb7c9 ^

f8831a02 ^
729609ff ^
f8831a02 ^


069ed1c8 ^
f8831a02 ^




03dcb7c9 ^

729609ff ^
f8831a02 ^

069ed1c8 ^
f8831a02 ^







08b7c4d9 ^
b0832f66 ^
a893d3b6 ^
f8831a02 ^
763396e5 ^
08b7c4d9 ^
b0832f66 ^
a893d3b6 ^
665a4d70 ^



b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^


b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^
5cec03b4 ^


665a4d70 ^
b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^


b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^

b0832f66 ^
665a4d70 ^
f8831a02 ^


f8831a02 ^
f8831a02 ^


069ed1c8 ^
62c6d163 ^
b359facb ^



a893d3b6 ^


f8831a02 ^


e307a807 ^
f8831a02 ^
a7b2a5de ^
6602c82f ^
f8831a02 ^


f2889b00 ^

















f8831a02 ^

e307a807 ^
f8831a02 ^

e307a807 ^
f8831a02 ^
a7b2a5de ^
6602c82f ^
f8831a02 ^



a7b2a5de ^
6602c82f ^
f8831a02 ^


f8831a02 ^
a7b2a5de ^
6602c82f ^
f8831a02 ^



2af68cc8 ^
665a4d70 ^
f8831a02 ^

62c6d163 ^


b359facb ^
62c6d163 ^
b359facb ^
62c6d163 ^

62197fd5 ^

3f4bbe9e ^



62197fd5 ^



3f4bbe9e ^
62197fd5 ^





3f4bbe9e ^







5af1b6a4 ^
62197fd5 ^




f8831a02 ^



a7b2a5de ^

edd2253b ^
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263