summary refs log tree commit diff stats
path: root/compiler/semtempl.nim
Commit message (Expand)AuthorAgeFilesLines
...
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* proc arguments are in scope when the result type definition is being processedZahary Karadjov2011-12-091-1/+2
* tester: threading tests addedAraq2011-11-191-1/+2
* lazy loading of body ast implementedAraq2011-10-301-5/+5
* 'bind' as a declarative statementAraq2011-10-101-1/+16
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-071-16/+0
* getAst works correctly with existing AST values as template/macro argumentsZahary Karadjov2011-10-071-4/+4
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-1/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-6/+4
* intsets are now a proper module and part of the stdlibAraq2011-06-141-4/+3
* big repo cleanupAraq2011-04-121-0/+204
a id='n150' href='#n150'>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 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236