summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
...
* added xmltree.innerText; fixes #49Araq2011-08-151-1/+4
* further tests for var T result type; ttables test now fails :-(Araq2011-08-101-2/+1
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-5/+1
* anonymous procs implemented; however no closure support yetAraq2011-08-011-5/+6
* 'var T' for iteratorsAraq2011-07-311-2/+23
* attempt to improve 'suggest' featureAraq2011-07-301-4/+4
* bugfix: forwarding of generic procs now worksAraq2011-07-301-8/+7
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-4/+5
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-24/+14
* preparations for 0.8.12Araq2011-07-101-1/+1
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-3/+6
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-67/+0
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-151-2/+4
* intsets are now a proper module and part of the stdlibAraq2011-06-141-5/+4
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-1/+1
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-1/+1
* const table supportAraq2011-04-291-3/+12
* slices are first class citizensAraq2011-04-221-16/+3
* big repo cleanupAraq2011-04-121-0/+898
'>234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292