summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
...
* fixed some typosAraq2013-03-051-1/+2
* made some tests greenAraq2013-03-041-0/+1
* make some tests greenAraq2013-03-031-3/+3
* lazy operand sem'checking (beware)Araq2013-03-021-0/+7
* codegen produces better code for complex assignmentsAraq2013-02-241-5/+4
* mark and sweep GC without bitvectors worksAraq2013-02-191-3/+3
* todo.txt changesAraq2013-02-191-8/+16
* GC: incRef needs to add cyclerootsAraq2013-02-121-0/+1
* open arrays documented in the manualAraq2013-02-101-0/+2
* cleaner GC switchingAraq2013-01-311-0/+2
* bugfix: overlap checking for 'case'Araq2013-01-271-1/+0
* bugfix: typeinfo.extendSeqAraq2013-01-271-4/+3
* bugfix: ftpclient compiles againAraq2013-01-221-1/+0
* fixed some closure related bugsAraq2013-01-221-1/+2
* todo.txt changesAraq2013-01-161-5/+10
* implemented generic multi methodsAraq2013-01-161-1/+0
* fixes #293Araq2013-01-081-3/+3
* FFI at compiletime improvementsAraq2013-01-081-3/+3
* next steps for FFI at compile timeAraq2013-01-021-0/+1
* fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-311-3/+3
* small examples work with the FFIAraq2012-12-191-2/+7
* fixes #277; documentation improvementsAraq2012-12-171-1/+0
* don't invoke destructors for .global. variablesAraq2012-12-161-1/+2
* some fixes for generic first class iteratorsAraq2012-12-151-1/+1
* fixes #271Araq2012-12-151-0/+1
* made some tests green; some small bugfixesAraq2012-12-091-1/+0
* documented AST overloading and some TR optimizationsAraq2012-12-091-7/+1
* documentation improvementsAraq2012-12-071-2/+2
* replaced recursivePath with shallowPath for BabelAraq2012-12-061-0/+1
* implemented AST based overloadingAraq2012-12-061-0/+1
* implemented generic convertersAraq2012-12-051-2/+0
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-3/+3
* disable SSLv2_method for ubuntuAraq2012-12-031-5/+6
* bugfix: 'not nil' and 'shared' typesAraq2012-12-021-2/+1
* dont use unsafeNew in ropes.nim for nowAraq2012-12-021-2/+0
* first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-1/+1
* implements 'export' featureAraq2012-12-011-1/+1
* implements 'import dir/module' without quotesAraq2012-11-301-1/+1
* implemented 'import except'Araq2012-11-281-1/+1
* bugfix: better implict 'items' supportAraq2012-11-281-16/+15
* first steps for the 'export' featureAraq2012-11-281-129/+57
* 'return' for first class iteratorsAraq2012-11-261-3/+5
* next steps for first class iteratorsAraq2012-11-261-2/+0
* added 2 necessary node kindsAraq2012-11-211-1/+1
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-8/+1
* fixes #250Araq2012-11-191-1/+2
* annotated effects of modules: os, sockets, timesAraq2012-11-181-1/+5
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-0/+2
* added system.finished for first class iteratorsAraq2012-11-171-1/+5
* next steps for first class iteratorsAraq2012-11-151-2/+4
ahoang/Nim/blame/lib/system/strs_v2.nim?h=devel&id=67afe72e9caa8df435738c9011135d7053e01eb2'>^
b68eb1cad ^
5b5985240 ^
9a34009f0 ^

5b5985240 ^


80fef7c81 ^

c94647aec ^
74bf31661 ^


833035bac ^



74bf31661 ^



0a01f5b65 ^
74bf31661 ^




c94647aec ^
74bf31661 ^






dee8e6e98 ^
74bf31661 ^





c94647aec ^
74bf31661 ^



833035bac ^



74bf31661 ^


c94647aec ^
74bf31661 ^


833035bac ^



74bf31661 ^

32afdc09c ^

2430521c8 ^
3eaa870c0 ^
0d219d2c6 ^



dee8e6e98 ^
fab75fbaf ^

a34ce2714 ^
fab75fbaf ^




fab75fbaf ^
be795bbf1 ^
6e6a9a721 ^



833035bac ^



6e6a9a721 ^
fab75fbaf ^
fab75fbaf ^
212ae2f12 ^
6cc0061a7 ^


833035bac ^



6cc0061a7 ^



b68eb1cad ^
6cc0061a7 ^
bb0c19f42 ^
a04c9d1f6 ^
bb0c19f42 ^
a04c9d1f6 ^
bb0c19f42 ^


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