summary refs log tree commit diff stats
path: root/compiler/trees.nim
Commit message (Expand)AuthorAgeFilesLines
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+16
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-1/+2
* made compiler more robust for idetools supportAraq2012-07-301-1/+1
* further steps to closure supportAraq2012-02-061-1/+1
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-0/+4
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* better code generation for constant aggregatesAraq2011-11-021-0/+13
* bugfix: proper cache for generic instantiationsAraq2011-07-211-23/+10
* bugfix: subranges in generics properly detectedAraq2011-06-291-2/+4
* slices are first class citizensAraq2011-04-221-3/+9
* got rid of some arcane module namesAraq2011-04-211-1/+1
* big repo cleanupAraq2011-04-121-0/+140
im?h=devel&id=7ebaf44897c0e2b0229654cc110b751f54275edb'>^
d2b45dbe8 ^
a6f90d4cd ^
d2b45dbe8 ^

a6f90d4cd ^
d2b45dbe8 ^
15dd3a225 ^
a6f90d4cd ^

a6f90d4cd ^




3ce400bb0 ^


a6f90d4cd ^

caf787800 ^

a6f90d4cd ^







cd83cc81a ^

a6f90d4cd ^







dce8d3d1a ^

538b06a12 ^
a6f90d4cd ^








a64f03230 ^



a6f90d4cd ^





cf06131de ^

a6f90d4cd ^

4841b6390 ^
a6f90d4cd ^
4841b6390 ^
a6f90d4cd ^
538b06a12 ^
20d56875d ^






a6f90d4cd ^
4841b6390 ^



a6f90d4cd ^





d2b45dbe8 ^
a6f90d4cd ^

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