summary refs log tree commit diff stats
path: root/tests/reject
Commit message (Expand)AuthorAgeFilesLines
* annotated effects of modules: os, sockets, timesAraq2012-11-182-2/+2
* made some tests greenAraq2012-11-113-3/+4
* implemented 'tags' pragmaAraq2012-11-112-0/+43
* made some tests greenAraq2012-11-072-2/+2
* bugfixes for exception trackingAraq2012-11-041-1/+1
* exception tracking should workAraq2012-11-042-0/+40
* fixes #235Araq2012-10-241-0/+14
* the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-032-4/+4
* implemented case expressionsZahary Karadjov2012-10-031-0/+30
* made tests green againAraq2012-09-181-1/+1
* fixed incorrect implicit conversion between arrays of different sizes; see #202Zahary Karadjov2012-09-131-0/+13
* made some tests greenAraq2012-09-121-1/+1
* term rewriting improvementsAraq2012-09-082-3/+3
* made tests green againAraq2012-08-311-1/+1
* next steps towards term rewriting macros; simple examples workAraq2012-08-301-0/+28
* made tests green againAraq2012-08-241-1/+1
* made tests green againAraq2012-08-163-3/+3
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-0/+11
* bugfix: typo in actors.nimAraq2012-08-151-1/+1
* more bugfixes for closuresAraq2012-08-141-0/+14
* made tests green againAraq2012-08-142-5/+7
* next steps for closure consistency; fixes #176Araq2012-07-251-1/+1
* attempt to fix DLL generationAraq2012-07-181-1/+1
* made a test green againAraq2012-07-151-1/+1
* made tests green againAraq2012-07-095-7/+7
* fixes #140Araq2012-06-211-0/+14
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-06-191-1/+1
|\
| * more uint related fixesZahary Karadjov2012-06-141-1/+1
* | somewhat working closuresAraq2012-06-191-0/+7
|/
* niminst: use 'set -e'; failing to copy docs and data is no installation errorAraq2012-05-311-0/+2
* '+=' etc for all floating point typesAraq2012-05-291-0/+9
* re-enable rodfiles tests; fixes #91Zahary Karadjov2012-04-111-1/+1
* bugfix: GC marker procs; making tests green againAraq2012-03-232-2/+2
* the test suite is mostly green againZahary Karadjov2012-03-161-4/+2
* fix for template redefinition. test cases added.Zahary Karadjov2012-03-151-0/+9
* small fixes for tests on windowsAraq2012-01-312-2/+2
* bugfix: invalid indentation for 'else' is detected; optional indentation for ...Araq2012-01-131-0/+27
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-131-0/+16
* adapted titer4 test because of new implicit items/pairs iteratorsAraq2012-01-081-2/+2
* test t99bott.nim works nowAraq2012-01-061-4/+4
* fixed some testsAraq2012-01-031-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new len(openarray) implementationAraq2011-12-311-0/+9
* make trecinca|b tests greenAraq2011-12-312-2/+2
* made 2 tests greenAraq2011-11-302-2/+2
* implemented 'let' statementAraq2011-11-292-0/+27
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-1/+1
* fixed some testsAraq2011-11-191-0/+11
* bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...Araq2011-11-151-0/+28
* fixes #59Araq2011-11-021-0/+9
f='#n552'>552 553 554 555 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