summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes #12291 [backport] (#12338)Andreas Rumpf2019-10-031-0/+1
* Fixed #12337, leaking pipe after gorge (#12339)Ico Doornekamp2019-10-031-0/+2
* Sets need copying in JS (#11392)hlaaftana2019-10-021-1/+1
* fixes #12336 [backport]Andreas Rumpf2019-10-021-1/+1
* Refactor injectdestructors (#12295)Clyybber2019-10-016-569/+258
* fixes #12240 [backport] (#12308)Andreas Rumpf2019-10-011-1/+9
* fixes #12264 [backport] (#12302)Andreas Rumpf2019-09-303-10/+17
* fixes #12281 [backport]Andreas Rumpf2019-09-302-6/+9
* fixes #12294 [backport]Andreas Rumpf2019-09-301-1/+0
* fixes #12298Araq2019-09-301-1/+1
* Fixes #10514 (#12268)Clyybber2019-09-281-7/+7
* [backport] fix nimpretty removing space before pragmanarimiran2019-09-271-1/+2
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-2738-57/+57
* Add build support for Linux/hppa (#12271)John Paul Adrian Glaubitz2019-09-262-4/+5
* Fix #12242, replacing ":" with "@c" in packages [backport] (#12265)Endeg2019-09-251-2/+2
* remove nimnomagic64 (#12243)Jasper Jenkins2019-09-241-1/+0
* fixes the --verbosity:2 regression [backport]Andreas Rumpf2019-09-241-1/+1
* living in unix-land, eye to eye, where nothing ever works; fixes #12226Andreas Rumpf2019-09-211-2/+6
* cleanup importjs implementationAndreas Rumpf2019-09-211-12/+5
* fixes #12224 (#12225)cooldome2019-09-212-5/+7
* updated comment in ast.nimAraq2019-09-211-1/+0
* importjs symbol (#12218)Arne Döring2019-09-202-3/+19
* fixes #10981; fixes #7261 (#12217)Andreas Rumpf2019-09-191-1/+4
* Add --os:ios switch and docs. (#12204)treeform2019-09-182-4/+10
* add nodeId proc to macros (#11456)Arne Döring2019-09-185-2/+12
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-183-13/+17
* fixes #12195Araq2019-09-173-25/+32
* gc:destructors progressAndreas Rumpf2019-09-161-0/+1
* fixes #12193 (#12199)Andreas Rumpf2019-09-161-2/+1
* some gc:destructors progressAndreas Rumpf2019-09-162-15/+1
* fixes #12196Araq2019-09-161-6/+6
* better implementationAraq2019-09-161-2/+8
* fixes a weird quote do regressionAndreas Rumpf2019-09-161-1/+2
* changed name mangling for generated C filesAraq2019-09-132-3/+3
* fixes #12172Araq2019-09-132-3/+3
* no commas for empty importcpp splat params (#12183)Jasper Jenkins2019-09-121-5/+8
* Fixed c filenames mangling (#12161)Yuriy Glukhov2019-09-111-3/+3
* fixes #12170 (#12176)Andreas Rumpf2019-09-111-2/+2
* fixes #12171 (#12173)Andreas Rumpf2019-09-112-10/+14
* Revert "Refactored injectdestructors.nim (#11926)" (#12169)Andreas Rumpf2019-09-111-342/+383
* fixes #12174Araq2019-09-111-0/+1
* Fix to the relevant path of the docs. (#12162)Benny Elgazar2019-09-101-1/+1
* fixes #12051Araq2019-09-102-2/+10
* closureiters.nim: finish the bugfixAndreas Rumpf2019-09-101-1/+1
* Fixed yield in nnkChckRange (#12160)Yuriy Glukhov2019-09-101-2/+2
* Small ast.nim cleanup (#12156)Clyybber2019-09-0954-573/+559
* Merge pull request #12153 from dumjyl/get_type-rangeAndreas Rumpf2019-09-081-2/+3
|\
| * fix range.getType crashJasper Jenkins2019-09-051-2/+3
* | fix #12130 ; improve naming scheme in fakePackageName (#12149)Andreas Rumpf2019-09-081-5/+3
|\ \
| * | fix #12130 ; improve naming scheme in fakePackageNameTimothee Cour2019-09-061-5/+3
' href='#n553'>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