summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes #1656Araq2014-12-151-3/+7
* minor improvements to the docsAraq2014-12-141-8/+12
* fixes #1352Araq2014-12-141-1/+5
* fixes a tuple lowering bugAraq2014-12-131-3/+4
* extracted the fields iterator magic to its own fileAraq2014-12-122-147/+160
* fixes #1597Araq2014-12-111-8/+24
* fixes #1689Araq2014-12-101-0/+7
* fixes #1718Araq2014-12-101-0/+2
* fixes #1692Araq2014-12-101-3/+5
* further website improvementsAraq2014-12-101-1/+3
* destuctors are experimental; 'func' is now a keywordAraq2014-12-103-6/+9
* minor improvement to the barrier implementationAraq2014-12-091-1/+1
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-12-081-1/+1
|\
| * Fixing extraneous semicolon in jsgen outputjuxiliary2014-12-061-1/+1
* | implemented arrow like operatorsAraq2014-12-081-23/+22
* | implemented 'experimental' switchAraq2014-12-058-6/+23
* | implements 'defer'Araq2014-12-045-13/+31
|/
* fixes regression due to object assignment fixesAraq2014-12-011-7/+9
* fixes #1687Araq2014-11-301-1/+1
* fixes #1684Araq2014-11-301-0/+4
* fixes regression that caused pegs to not compileAraq2014-11-291-0/+1
* fixes #1489, fixes #1490Araq2014-11-281-13/+10
* fixes #1039Araq2014-11-281-1/+1
* implemented procCall builtinAraq2014-11-286-16/+19
* fixes #1539Araq2014-11-272-9/+18
* fixes #1657Araq2014-11-271-2/+6
* fixes #1547Araq2014-11-272-2/+4
* fixes #1337Araq2014-11-231-13/+22
* more robust against unknown line infoAraq2014-11-221-1/+1
* fixes #1669Araq2014-11-221-2/+3
* fixes #837Araq2014-11-212-9/+25
* fixes #939Araq2014-11-201-4/+16
* fixes #916Araq2014-11-202-3/+3
* fixes #1562, fixes #1543Araq2014-11-203-4/+14
* fixes #836Araq2014-11-191-0/+3
* fixes #1053, fixes #924Araq2014-11-191-7/+9
* fixes #1274Araq2014-11-181-1/+1
* fixes #1548Araq2014-11-174-44/+26
* fixes #940Araq2014-11-174-5/+13
* fixes #206Araq2014-11-161-1/+1
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-11-161-1/+2
|\
| * Fix issue #1660Simon Krauter2014-11-151-1/+2
* | fixes #1055Araq2014-11-162-4/+7
|/
* astToStr is a special magicAraq2014-11-141-1/+1
* fixes #1181Araq2014-11-133-30/+43
* fixes error propagation for macros.parseExprAraq2014-11-131-0/+1
* fixes #1127Araq2014-11-121-1/+1
* fixes a regression that made 'system.compiles' output the produced error mess...Araq2014-11-121-1/+1
* fixes #1473Araq2014-11-127-21/+66
* fixes #1593Araq2014-11-121-2/+12
f691d288d11dc660dacc9d52'>8f76092b8 ^
41c51a11d ^

b4ea608b6 ^





b22af9776 ^

b4ea608b6 ^
8f76092b8 ^
cd2c6128d ^
8f76092b8 ^

cd2c6128d ^
8f76092b8 ^
41c51a11d ^
a8e12afc7 ^
2793170fe ^
a8e12afc7 ^
2793170fe ^
a8e12afc7 ^
78a99587a ^
a8e12afc7 ^


4864447ba ^


a8e12afc7 ^
cd2c6128d ^
d2ef99071 ^



8f76092b8 ^
cd2c6128d ^
8f76092b8 ^
78a99587a ^
8f76092b8 ^







cd2c6128d ^
8f76092b8 ^
1658a29ec ^



8f76092b8 ^


28041461b ^





8f76092b8 ^


d2ef99071 ^
8f76092b8 ^

a8e12afc7 ^
d2ef99071 ^
a8e12afc7 ^


78a99587a ^
2793170fe ^
a8e12afc7 ^

c6034277f ^
78a99587a ^
a8e12afc7 ^




1d813167c ^









a8e12afc7 ^

1d813167c ^
69e15ac32 ^
1d813167c ^

8f76092b8 ^
69e15ac32 ^
a8e12afc7 ^

41c51a11d ^
a8e12afc7 ^
41c51a11d ^
a8e12afc7 ^

f11a3b232 ^

a8e12afc7 ^

69e15ac32 ^
a8e12afc7 ^
69e15ac32 ^
a8e12afc7 ^

ebff5f1f2 ^


a8e12afc7 ^

1d813167c ^
8f76092b8 ^
ebff5f1f2 ^
8f76092b8 ^
a8e12afc7 ^

2793170fe ^


18725aab2 ^

d2ef99071 ^
31bb67a30 ^
18725aab2 ^





2793170fe ^
ebff5f1f2 ^
18725aab2 ^
ebff5f1f2 ^



2793170fe ^



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