summary refs log tree commit diff stats
path: root/compiler/pragmas.nim
Commit message (Expand)AuthorAgeFilesLines
...
* 'nimrod pretty': next stepsAraq2013-07-301-1/+1
* lfFullExternalName for 'nimrod pretty'Araq2013-07-301-6/+9
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-2/+5
* implements the 'codegenDecl' pragmaAraq2013-06-271-6/+7
* implemented large parts of the 'not nil' checkingAraq2013-06-091-3/+7
* astToStr is now immediateAraq2013-06-021-2/+2
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-2/+7
|\
| * added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-111-2/+7
* | final fixes giving us a working compilerZahary Karadjov2013-05-121-1/+1
* | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-1/+1
|/
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-081-2/+5
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-227/+250
* implemented 'tags' pragmaAraq2012-11-111-7/+8
* nimbuild should work againAraq2012-11-011-5/+23
* bugfix: wrong assertions for C++ code generation; some solaris support; first...Araq2012-10-301-5/+8
* website improvements; better opengl wrapper (still broken)Araq2012-09-281-3/+5
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-2/+4
* objects with no ancestor are not implicitely finalAraq2012-08-241-2/+6
* next steps to hygienic templatesAraq2012-08-201-3/+5
* first steps to make templates hygienicAraq2012-08-201-9/+16
* bycopy/byref for object/tuple typesAraq2012-08-161-13/+21
* bugfix: dynlib for variablesAraq2012-08-051-2/+3
* DLL fixes for windows; fixes #175Zahary Karadjov2012-07-311-8/+14
* better error handling for better idetools supportAraq2012-07-291-16/+36
* made some tests greenAraq2012-07-171-2/+1
* added proc annotations: macros invoked as pragmasAraq2012-06-261-4/+7
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-2/+9
* destructor pragmaZahary Karadjov2012-06-071-1/+6
* 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
='n597' href='#n597'>597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697