summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
* 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