summary refs log tree commit diff stats
path: root/compiler/vm.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #1689Araq2014-12-101-0/+7
* fixes #1692Araq2014-12-101-3/+5
* fixes #916Araq2014-11-201-2/+2
* fixes error propagation for macros.parseExprAraq2014-11-131-0/+1
* fixes #1473Araq2014-11-121-7/+23
* 'try' works at compile-timeAraq2014-10-021-1/+12
* fixes documentation generatorAraq2014-09-141-2/+2
* updated iup.nim; made tests greenAraq2014-08-311-2/+2
* VM supports math and a few os procsAraq2014-08-301-4/+10
* Nimrod renamed to NimAraq2014-08-281-1/+1
* Fixes incorrect macro stack traces.Dominik Picheta2014-08-111-1/+10
* distinguish between 'defined' and 'declared'Araq2014-08-111-3/+1
* parseBiggestFloat is now builtinAraq2014-07-161-1/+13
* VM: fixes 'raise'Araq2014-07-101-2/+2
* fixes #933Araq2014-07-081-4/+1
* fixes #1103; fixes #1297Araq2014-07-081-9/+8
* fixes #1310Araq2014-07-021-0/+7
* initial non-compiling version of 'parallel'Araq2014-05-121-2/+3
* fixes #1140Araq2014-05-051-1/+2
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-211-1/+7
|\
| * Fixes #1119.Dominik Picheta2014-04-201-0/+1
| * Fixes #1093.Dominik Picheta2014-04-201-1/+6
* | fixes #1085Araq2014-04-211-1/+1
|/
* new VM: proper shield against endless recursionsAraq2014-04-051-2/+10
* new VM: fixes for exception handlingAraq2014-04-041-8/+17
* Implement overflow/underflow checking for the VM.EXetoC2014-03-311-6/+49
* fixes #1009Araq2014-03-271-1/+1
* added #903 to the test suiteAraq2014-03-261-1/+5
* VM: attempt to get integer ops rightAraq2014-03-241-8/+6
* VM: endless loop preventionAraq2014-03-241-1/+20
* fixes #404Araq2014-03-231-0/+2
* fixes #1010Araq2014-03-221-22/+25
* fixed tuples in a static context; preparations for correct compile time evalu...Araq2014-03-221-1/+25
* should fix the nkExprColonExpr bug in the vmAraq2014-03-131-2/+1
* teach opcLdObj about nkExprColonExprZahary Karadjov2014-03-091-1/+3
* xmltree.`<>` macro works againAraq2014-02-271-2/+4
* renamed TRegister to TFullReg so that older versions can compile itAraq2014-02-261-16/+16
* htmlgen works againAraq2014-02-251-3/+8
* bootstrapping should work againAraq2014-02-251-2/+1
* made some tests green; htmlgen still brokenAraq2014-02-251-2/+6
* new VM is getting stableAraq2014-02-241-16/+34
* simple macros work againAraq2014-02-221-40/+32
* fixed opcConvAraq2014-02-221-7/+25
* vm2: new representation of registersAraq2014-02-211-441/+486
* fixes #923Araq2014-02-171-1/+1
* Fixes macros.len crashing on nodes which lack the sons field.Dominik Picheta2014-02-111-1/+1
* fixes regression: constant fac4 didn't workAraq2014-02-061-1/+4
* macro tests almost greenAraq2014-02-031-2/+4
* remove the old testerAraq2014-02-021-1/+1
|\
| * Merge branch 'devel' of https://www.github.com/Araq/Nimrod into develZahary Karadjov2014-01-261-0/+2
| |\
ref='#n556'>556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 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 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733