summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* JS compilation works againAraq2014-07-161-1/+0
* Merge branch 'new_spawn' into develAraq2014-07-151-0/+1
|\
| * c2nim is not part of the compiler anymoreAraq2014-06-301-2/+0
| * minor changes to todo.txtAraq2014-06-281-0/+5
* | fixes latest regressionAraq2014-07-111-0/+1
* | fixes #1323Araq2014-07-081-1/+1
* | fixes #1103; fixes #1297Araq2014-07-081-1/+3
* | corrected backends.txtAraq2014-06-301-0/+2
|/
* Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-161-0/+17
|\
| * some changesAraq2014-06-091-2/+2
| * added 'fence' instructions to the barrierAraq2014-06-061-0/+3
| * Promises are now refsAraq2014-06-051-0/+14
* | optimized method dispatchersAraq2014-06-121-1/+0
|/
* compiler prepared for the new comment handlingAraq2014-04-301-0/+1
* minor tweaks; updated todo.txtAraq2014-04-251-14/+12
* refined and documented regionized pointersAraq2014-04-091-1/+0
* fixes bootstrappingAraq2014-04-091-0/+2
* minor VM bugfixAraq2014-04-041-2/+0
* todo.txt updatedAraq2014-04-021-2/+1
* tester outputs full test pathAraq2014-03-281-0/+3
* fixes #911Araq2014-03-281-1/+0
* borrow dots for distinct types documentedAraq2014-03-261-1/+0
* added #903 to the test suiteAraq2014-03-261-1/+1
* VM: attempt to get integer ops rightAraq2014-03-241-3/+1
* fixes #1023Araq2014-03-221-1/+2
* osproc compiles again for haikuAraq2014-03-101-1/+0
* implements strongSpaces parsing modeAraq2014-03-071-1/+0
* implemented 'union' and 'unchecked' pragmasAraq2014-03-051-2/+1
* fixes #937Araq2014-03-051-0/+1
* fixes #968Araq2014-03-041-0/+1
* the compiler is now aware of packagesAraq2014-03-021-1/+0
* better handling of packages, still incompleteAraq2014-03-021-1/+7
* new VM is getting stableAraq2014-02-241-2/+0
* fixed opcConvAraq2014-02-221-1/+0
* vm2: new representation of registersAraq2014-02-211-4/+3
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-4/+0
* todo.txt changesAraq2014-02-171-1/+3
* more things case consistentAraq2014-02-101-1/+0
* fixes #885Araq2014-02-091-3/+4
* compiles on sparc againAraq2014-02-091-1/+0
* bugfix: codegen issue that caused getGMTime() to leak memoryAraq2014-02-071-1/+1
* stdlib compiles mostly without warnings againAraq2014-02-061-3/+1
* tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...Araq2014-02-051-1/+1
* bugfix: immediate templates are preferred consistently (danger: breaks code)Araq2014-02-041-1/+0
* updated todo.txtAraq2014-02-031-0/+2
* macro tests almost greenAraq2014-02-031-1/+8
* new tester produces json outputAraq2014-02-021-4/+1
* closure iterators workAraq2014-01-231-15/+20
* next steps for closure iteratorsAraq2014-01-221-0/+1
* parser support anon iteratorsAraq2014-01-201-3/+1
committer hut <hut@lavabit.com> 2010-03-19 16:45:27 +0100 Added option "preview_directories"' href='/akspecs/ranger/commit/ranger/defaults/options.py?h=v1.9.3&id=3a9e3382f920f40a3d92bd7b8c304f87558eb04c'>3a9e3382 ^
b39fcc5f ^
0128bee7 ^
f5e9c01e ^


9e09af36 ^

0a053bef ^
9e09af36 ^
f3e1e9e4 ^


e01ea652 ^


61006fdd ^
f4ad6457 ^

61006fdd ^
e690d4e9 ^


6a40e8e0 ^

083acade ^
f45f3c73 ^



465dd890 ^


083acade ^

0a8001b2 ^
083acade ^

2bc7178b ^
083acade ^



1c683951 ^



0128bee7 ^
083acade ^

0128bee7 ^
b39fcc5f ^
0128bee7 ^
3c0fd67f ^





0128bee7 ^
b44906cd ^

0128bee7 ^
91de6ce6 ^
876e288a ^
7fb3df7c ^
876e288a ^
0128bee7 ^
1c456c93 ^



6b3a30d7 ^
2081cbe1 ^
6b3a30d7 ^







b15e4bfb ^

34c131ef ^
b15e4bfb ^
















34c131ef ^
34c131ef ^
b15e4bfb ^








































34c131ef ^
b15e4bfb ^















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