summary refs log tree commit diff stats
path: root/compiler/suggest.nim
Commit message (Expand)AuthorAgeFilesLines
...
* cas improvementsAraq2012-10-241-0/+2
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-2/+1
* next steps for 'compiler as a service'Araq2012-10-031-7/+2
* first steps for compiler as a serviceAraq2012-10-031-8/+13
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-1/+1
* first steps to make templates hygienicAraq2012-08-201-3/+7
* make idetools output full pathsAraq2012-08-051-1/+1
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-23/+46
* idetools: don't suggest module names or not visible object fieldsAraq2012-08-031-14/+19
* idetools improvements (2)Araq2012-08-031-0/+1
* idetools improvements; preparation of first class iterators; fixes #183Araq2012-08-021-1/+0
* made compiler more robust for idetools; implemented idetools.usagesAraq2012-07-301-7/+26
* made compiler more robust for idetools supportAraq2012-07-301-2/+3
* improvements for idetools; system.compiles improvedAraq2012-07-291-30/+43
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-9/+7
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: suggest featureAraq2011-12-221-14/+13
* attempt to improve 'suggest' featureAraq2011-07-301-4/+7
* got rid of some arcane module namesAraq2011-04-211-2/+3
* big repo cleanupAraq2011-04-121-0/+236
p;id=c8bebe92e247c580ff1bebb552d8d1f117c5efeb'>c8bebe92e ^
e25474154 ^
c8bebe92e ^
731c6f908 ^
c8bebe92e ^
































731c6f908 ^
740527813 ^
89f9772f1 ^
731c6f908 ^
c8bebe92e ^
e25474154 ^
c8bebe92e ^
e25474154 ^
731c6f908 ^
c8bebe92e ^
dd806cafa ^
c8bebe92e ^
731c6f908 ^
2df9b442c ^
5e15dec17 ^
2df9b442c ^





5506e8491 ^
b961e47bf ^
5e839d50b ^
a7911addf ^
dbf9117c5 ^
a639824e5 ^
1e6aef62b ^
8d3966923 ^
cabbcd411 ^
87815cbdf ^
b3cecddd6 ^
8ef66b973 ^
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