summary refs log tree commit diff stats
path: root/compiler/pragmas.nim
Commit message (Expand)AuthorAgeFilesLines
* bugfix: 'error' statement pragma works as expected againAraq2012-04-161-7/+11
* Added ``global`` pragma that can be used to introduce new global variables fr...Zahary Karadjov2012-04-051-1/+4
* merged branch overloading-for-macrosZahary Karadjov2012-03-191-2/+6
|\
| * bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-2/+6
* | first steps for cleaner static/const distinctionAraq2012-03-131-0/+1
|/
* vars can be 'compileTime'; shallow introduced weird string aliasing bugAraq2012-03-111-1/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-24/+28
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-0/+19
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-051-1/+5
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...Araq2011-12-231-3/+0
* codegen uses alias analysis to generate better codeAraq2011-12-101-1/+1
* implemented 'let' statementAraq2011-11-291-0/+1
* new pragma: 'noinit'Araq2011-11-251-7/+11
* renamed optional to discardableAraq2011-09-241-5/+5
* implemented optional pragma for implicit discardAraq2011-09-241-4/+7
* beginning of a taint mode; type system enhancementsAraq2011-09-241-8/+13
* bugfixes for generics; new threads implementation still brokenAraq2011-09-201-0/+1
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-5/+6
* modifyable results for generics; teventemitter worksAraq2011-08-091-8/+13
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-2/+18
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-10/+12
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-271-1/+9
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-1/+1
* basic thread analysis workingAraq2011-06-131-9/+9
* deprecated system.copy: use system.substr insteadAraq2011-05-141-4/+4
* got rid of some arcane module namesAraq2011-04-211-1/+1
* big repo cleanupAraq2011-04-121-0/+543