summary refs log tree commit diff stats
path: root/compiler/semthreads.nim
Commit message (Expand)AuthorAgeFilesLines
* bugfix #100 againAraq2012-03-281-2/+2
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-1/+1
* further steps to closure supportAraq2012-02-061-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* implemented 'let' statementAraq2011-11-291-2/+2
* lazy loading of body ast implementedAraq2011-10-301-4/+4
* implemented optional pragma for implicit discardAraq2011-09-241-1/+1
* finally got rid of nkPassAsOpenArrayAraq2011-08-161-1/+1
* bugfixes; step one for 'var T' as return type supportAraq2011-07-281-1/+5
* old pointer deref operator completely removedAraq2011-07-231-4/+4
* bugfix: proper cache for generic instantiationsAraq2011-07-211-11/+2
* preparations for 0.8.12Araq2011-07-101-9/+27
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-23/+34
* compiler can emulate thread local variablesAraq2011-06-151-6/+7
* further improvements for thread analysisAraq2011-06-131-5/+21
* basic thread analysis workingAraq2011-06-131-23/+46
* first (non working) implementation of global thread analysisAraq2011-06-131-0/+316