summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
Commit message (Expand)AuthorAgeFilesLines
...
* macros.PNimrodNode is now NimNodeAraq2015-02-241-0/+1
* the compiler knows vxWorks is an OSAraq2015-01-281-1/+1
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1735Araq2014-12-151-1/+1
* introduced 'benign' pragmaAraq2014-10-251-1/+2
* docgen should work againAraq2014-10-051-0/+2
* Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-0/+4
|\
| * Use _setjmp()/_longjmp() only on BSD-like systems for now.Reimer Behrends2014-09-271-1/+3
| * Improve setjmp()/longjmp() performance.Reimer Behrends2014-09-251-0/+2
* | nimfix improvementsAraq2014-09-101-1/+1
* | updated the compiler to use the new symbol namesAraq2014-08-281-1/+1
* | Nimrod renamed to NimAraq2014-08-281-1/+1
* | the big renamefest: first stepsAraq2014-08-221-0/+1
|/
* fixes #1492Araq2014-08-171-1/+1
* distinguish between 'defined' and 'declared'Araq2014-08-111-0/+46
* parseBiggestFloat is now builtinAraq2014-07-161-0/+1
* fixes DLL generationAraq2014-04-211-0/+1
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-1/+2
* implemented 'union' and 'unchecked' pragmasAraq2014-03-051-0/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* case consistency: next stepsAraq2013-12-291-5/+5
* case consistency part 4Araq2013-12-271-4/+4
* case consistency part 1Araq2013-12-271-32/+32
* implemented computed goto supportAraq2013-08-131-1/+1
* 'nimrod pretty' usableAraq2013-07-311-33/+18
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-0/+1
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-6/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* bugfix: openssl import for macosxAraq2012-12-191-2/+0
* first steps for FFI support at compile timeAraq2012-12-191-0/+2
* improvements for --babelPathAraq2012-12-091-0/+1
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-0/+1
* allow 'mixin' in genericsAraq2012-10-121-0/+1
* objects with no ancestor are not implicitely finalAraq2012-08-241-0/+1
* first steps to make templates hygienicAraq2012-08-201-0/+2
* added some support for HaikuAraq2012-07-291-1/+2
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-071-0/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new compiler option tlsEmulationAraq2011-10-271-0/+3
* added system.slurp for easy embedding of resourcesAraq2011-08-101-18/+7
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-1/+1
* big repo cleanupAraq2011-04-121-0/+102
/a> 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 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 671 672 673 674