summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
* code generator supports constant sequences; more consistent compile time eval...Araq2011-10-071-1/+1
* bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o...Araq2011-09-261-1/+0
* sockets.recv optimizations; stdlib now supports taint modeAraq2011-09-241-1/+0
* renamed optional to discardableAraq2011-09-241-3/+2
* implemented optional pragma for implicit discardAraq2011-09-241-1/+0
* beginning of a taint mode; type system enhancementsAraq2011-09-241-2/+2
* fixed some newly introduced bugsAraq2011-09-211-1/+1
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-0/+13
* new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-291-5/+6
* locks now in their own core moduleAraq2011-08-201-3/+3
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-1/+0
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-1/+0
* added xmltree.innerText; fixes #49Araq2011-08-151-3/+5
* bugfix: running for threadsAraq2011-08-121-1/+1
* bugfix: #line generation for windowsAraq2011-08-111-0/+11
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-1/+1
* added system.slurp for easy embedding of resourcesAraq2011-08-101-0/+1
* modifyable results for generics; teventemitter worksAraq2011-08-091-3/+3
* fixes #35, fixes #43Araq2011-08-081-1/+0
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+1
* documentation for 'var T' as return typeAraq2011-08-011-4/+2
* 'var T' for iteratorsAraq2011-07-311-6/+4
* void type improvements; documentation improvementsAraq2011-07-311-6/+0
* void type for genericsAraq2011-07-311-1/+6
* 'is' operator for generic codeAraq2011-07-311-1/+0
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-311-2/+2
* bugfix: forwarding of generic procs now worksAraq2011-07-301-1/+1
* bugfix: 'final' not passed to genericAraq2011-07-291-1/+0
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-3/+5
* doc improvements; added lazarus exampleAraq2011-07-241-2/+2
* old pointer deref operator completely removedAraq2011-07-231-1/+0
* bugfix: proper cache for generic instantiationsAraq2011-07-211-1/+1
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-6/+13
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-3/+5
* version 0.8.12Araq2011-07-101-1/+2
* preparations for 0.8.12Araq2011-07-101-17/+4
* basic message passing workingAraq2011-07-091-1/+1
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-3/+11
* tests are green againAraq2011-06-281-1/+0
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-271-0/+1
* improvements to get code size down for programs that don't use GCAraq2011-06-261-15/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-13/+18
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...Araq2011-06-211-1/+0
* implemented write access to s[i] for macrosAraq2011-06-211-1/+12
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-3/+3
* case branches support constant sets for convenienceAraq2011-06-191-2/+1
* nicer error messages for used keywords as identifiersAraq2011-06-191-1/+0
* bugfix: empty object case branches produce an errorAraq2011-06-191-1/+0
* tests/reject/temptycaseobj.nimAraq2011-06-191-4/+1
* bugfix: typeinfo generation for tuplesAraq2011-06-191-6/+6
mitter dom96 <dominikpicheta@googlemail.com> 2010-10-23 22:30:56 +0100 Added an openssl wrapper, ssl module and smtp module.' href='/ahoang/Nim/commit/lib/pure/smtp.nim?h=devel&id=d68782cd38142be328e4df41e782654cebafc8b7'>d68782cd3 ^
2f066395b ^
d68782cd3 ^




1dd9ec85b ^






d68782cd3 ^






1dd9ec85b ^

d68782cd3 ^










4922b52de ^

d68782cd3 ^
1dd9ec85b ^

d68782cd3 ^












2f066395b ^


d68782cd3 ^
8733886e5 ^



d68782cd3 ^
1dd9ec85b ^

d68782cd3 ^








1dd9ec85b ^

d68782cd3 ^






1dd9ec85b ^
5b96eaa95 ^
d68782cd3 ^



1dd9ec85b ^
d68782cd3 ^




1dd9ec85b ^

d68782cd3 ^


4922b52de ^

d68782cd3 ^





4922b52de ^


d68782cd3 ^



4922b52de ^

2f066395b ^
d68782cd3 ^

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