summary refs log tree commit diff stats
path: root/compiler/patterns.nim
Commit message (Expand)AuthorAgeFilesLines
* lazy paths for Babel supportAraq2012-12-111-0/+9
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-2/+2
* tr macros now documentedAraq2012-09-101-1/+1
* first steps to deprecate 'nil' statementAraq2012-09-091-3/+0
* tmatrix.nim works nowAraq2012-09-081-9/+21
* term rewriting improvementsAraq2012-09-081-25/+59
* activated tests for tr macrosAraq2012-09-061-13/+18
* bugfixes and improvements for term rewriting macrosAraq2012-09-041-10/+19
* further improvements for term rewriting macrosAraq2012-09-041-20/+11
* term rewriting macros fully implemented; still buggyAraq2012-09-031-44/+156
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-5/+11
* first steps towards term rewriting macrosAraq2012-08-301-0/+128
> 2018-10-25 18:09:35 +0200 Openmp parallel iterator improvements (#9493)' href='/ahoang/Nim/commit/changelog.md?h=devel&id=5b977627870d925e79dca1dd5cee615015314b5d'>5b9776278 ^
765692514 ^
25cb2e0c7 ^
1fa22d4cf ^
8a357c270 ^

044cef152 ^

25cb2e0c7 ^
f7d2f9c5f ^
e3e17009f ^

6206ba8f3 ^
83c89197f ^
87232a38e ^


0a749f1a3 ^
1d7e3a84f ^

c0a47f7e2 ^


















8fbe3b3b7 ^

15773c455 ^

f7d2f9c5f ^


0a2f711b9 ^


f7d2f9c5f ^

e3e17009f ^

331d1a6ca ^












ff950725f ^
5ba22c931 ^


ff950725f ^
e3e17009f ^

84ca9d290 ^
765692514 ^
e2094bc6f ^
84ca9d290 ^


8960efa34 ^

77a8c6ffd ^
f9bc4d014 ^

963292f72 ^


6206ba8f3 ^
086676782 ^

a38f35359 ^
f7d2f9c5f ^
ac8274c60 ^
070bcf4ce ^

9cc4a5776 ^
f7d2f9c5f ^
3ba8f158f ^
f7d2f9c5f ^
c4e3c4ca2 ^
f7d2f9c5f ^
c4e3c4ca2 ^
ce5e8b93e ^

9cc4a5776 ^
e3e17009f ^
212457f5e ^
f8cef575b ^


06122ff71 ^
cc5b8c6ad ^



80843373b ^
8d850f7a6 ^



c0fc2f572 ^



ce9815bcf ^


f7d2f9c5f ^

c0fc2f572 ^
e3e17009f ^

f7d2f9c5f ^
413580bc0 ^

e4850b7f1 ^
9becb41e0 ^
044cef152 ^
9becb41e0 ^
044cef152 ^
212fdc594 ^
f7d2f9c5f ^
e3e17009f ^

b5448bf25 ^




044cef152 ^
05b8085a8 ^

044cef152 ^
05b8085a8 ^

b3a80dd2e ^
e3e17009f ^
db95fad6f ^


821920aa3 ^

e3e17009f ^
f7d2f9c5f ^
e3e17009f ^
d80e58543 ^
91cab6dbd ^
f7d2f9c5f ^
e3037a2f3 ^
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