summary refs log tree commit diff stats
path: root/todo.txt
Commit message (Expand)AuthorAgeFilesLines
...
* updated news.txtAraq2015-06-251-1/+1
* development version is 0.11.1Araq2015-05-031-7/+7
* fixes #2603Araq2015-04-261-4/+4
* removed a bit of cruft from kochAraq2015-04-221-0/+1
* todo.txt updatesAraq2015-04-221-2/+10
* added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...Araq2015-04-221-2/+5
* cleaned up some magics to make room for new magics; added '..<' and '..^' tem...Araq2015-04-221-0/+1
* fixes #2520Araq2015-04-211-1/+0
* fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-0/+1
* added system.typed and system.untyped aliasesAraq2015-04-071-2/+0
* overloading of '=' worksAraq2015-04-061-1/+1
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-0/+1
* GC-safety error messages are useful nowAraq2015-04-041-1/+0
* preparations for dealing with the 'echo $foo' gotchaAraq2015-03-271-2/+2
* todo updateAraq2015-03-271-1/+0
* disallow negative indexingAraq2015-03-271-1/+0
* minor todo updateAraq2015-03-231-1/+2
* concept example from the manual now works againAraq2015-03-231-1/+1
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-2/+1
* prepare for upcoming parsing change of unary operatorsAraq2015-03-221-2/+2
* don't generate memset calls for C++ objectsAraq2015-03-181-0/+1
* fixes #1809; implements overloading based on 'var T'Araq2015-03-141-3/+1
* fixes #1819Araq2015-03-121-1/+0
* fixes #2287Araq2015-03-121-0/+1
* GC: get rid of pathological behaviour for stack markingAraq2015-03-081-1/+0
* improved --debugger switch; updated release planAraq2015-02-271-2/+3
* fixes #2199, fixes #2197Araq2015-02-241-0/+1
* implements a type API for macrosAraq2015-02-241-1/+0
* fixes #2068Araq2015-02-121-0/+1
* ordinary parameters can follow a varargs parameterAraq2015-02-121-1/+1
* fixed minor bugs; cleaned up testsAraq2015-02-121-1/+0
* cleanup index generationAraq2015-02-101-3/+0
* cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-101-1/+1
* fixes #1131Araq2015-02-101-1/+0
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-3/+12
* compiler distinguishes between 2 different 'var' types for C++ interop; code ...Araq2015-02-071-1/+0
* fixes #2039Araq2015-01-311-1/+1
* nimsuggest improvementsAraq2015-01-301-0/+1
* documented new C++ supportAraq2015-01-281-1/+0
* added missing fileAraq2015-01-271-0/+1
* better documentation for 'finished' for first class iteratorsAraq2015-01-271-3/+0
* nimsuggest: first versionAraq2015-01-271-1/+0
* revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-181-2/+0
* fixes the integer conversion regressionsAraq2015-01-131-2/+4
* fixes #1915Araq2015-01-121-0/+3
* website improvementsAraq2014-12-261-0/+1
* fixes #1120Araq2014-12-251-2/+2
* tuple field names are ignoredAraq2014-12-231-1/+0
* better CSS; better docs for teh tables moduleAraq2014-12-211-2/+0
* cleaned up os.nim; docgen improvementsAraq2014-12-211-1/+0
ce' href='/ahoang/Nim/commit/compiler/aliases.nim?h=devel&id=d68181246571de5799059cf6402f1c578cd9421c'>d68181246 ^
73c6efdf6 ^
2962ca789 ^
d68181246 ^
2962ca789 ^
92b8fac94 ^
2962ca789 ^










d68181246 ^
2962ca789 ^





d68181246 ^
2962ca789 ^









d68181246 ^
2962ca789 ^
d68181246 ^
2962ca789 ^


1a61c4d46 ^
2962ca789 ^

d68181246 ^
2962ca789 ^








7e747d11c ^
2962ca789 ^

d68181246 ^

2962ca789 ^

d68181246 ^
92b8fac94 ^
2962ca789 ^





d68181246 ^
2962ca789 ^











d68181246 ^
2962ca789 ^



73c6efdf6 ^
2962ca789 ^


d68181246 ^
2962ca789 ^
6b8bd2bbb ^
2962ca789 ^





d68181246 ^
2962ca789 ^
d68181246 ^
2962ca789 ^


d68181246 ^
2962ca789 ^


d68181246 ^
2962ca789 ^







d68181246 ^
2962ca789 ^



73c6efdf6 ^
a5e4d2f7a ^

7e747d11c ^
a5e4d2f7a ^



19b142401 ^
6be9b98e3 ^
7e747d11c ^
6be9b98e3 ^



1db21721e ^


73c6efdf6 ^
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