Commits on Jun 17, 2015

  1. Configuration menu
    Copy the full SHA
    6cadebc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4748 from MartinNowak/stable

    Merge remote-tracking branch 'upstream/master' into stable
    MartinNowak committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    6963c2b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Merge pull request #4742 from 9rnsr/fix14682

    [REG2.037] Issue 14682 - Incorrect interpretation of ~ []
    WalterBright authored and 9rnsr committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    e23ff7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4744 from 9rnsr/fix14699

    Issue 14699 - ICE: segfaults on array with zero size
    WalterBright authored and 9rnsr committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    72f7599 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Merge pull request #4759 from 9rnsr/fix13720

    [REG2.067] Issue 13720 - Adding trivial destructor to std.datetime causes Internal error: ..\ztc\cgelem.c 2418
    WalterBright authored and 9rnsr committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    742f467 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Merge pull request #4772 from JinShil/fix14572

    fix Issue 14572 (Take 2) - Cannot build from source: 'g++ -m64: No such file or directory'
    MartinNowak authored and 9rnsr committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    65ce308 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4771 from 9rnsr/fix14731

    [REG2.068a] Issue 14731 - Error location insufficient when CTFE
    WalterBright authored and 9rnsr committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    f491e56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4775 from WalterBright/fix14430

    fix Issue 14430 - [REG2.060] Null parameter is detected as non-null
    yebblies authored and 9rnsr committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    d6a13be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4777 from 9rnsr/stable

    Cherry-pick regression fix commits from master to stable branch
    9rnsr committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    f46572e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. Merge pull request #4776 from 9rnsr/fix14737

    [REG2.058] Issue 14737 - A concatenation of array literal and static array should make dynamic array
    WalterBright authored and 9rnsr committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    d68e8d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4778 from WalterBright/fix14510

    Critical: fix Issue 14510 - Bad tail call optimization with static arrays
    9rnsr committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    86757a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Merge pull request #4779 from 9rnsr/fix14735

    [REG2.068-b1] Issue 14735 - std.string.indexOf cannot deduce function for char argument
    WalterBright authored and 9rnsr committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    c2b84a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Merge pull request #4791 from 9rnsr/stable

    Cherry-pick commits into stable branch
    9rnsr committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    aaf5b65 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. Merge pull request #4795 from 9rnsr/fix14754

    [REG2.068b1] Issue 14754 - 64bit wrong code with -inline
    WalterBright authored and 9rnsr committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    22e27f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Merge pull request #4793 from 9rnsr/fix14753

    Issue 14753 - pragma(inline) hides the alias "string"
    WalterBright authored and 9rnsr committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    cbab6d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Merge pull request #4787 from 9rnsr/fix14588

    [REG2.067] Issue 14588 - undefined reference error while linking with -debug option to a static library
    WalterBright authored and 9rnsr committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    f67af18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4804 from 9rnsr/stable

    Cherry-pick commits into stable branch
    MartinNowak committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    84294e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. fix Issue 14806 - alias this doesn't force elaborate equality, but is…

    … followed during it
    9rnsr committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    83fa6ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4820 from 9rnsr/fix14806

    [REG2.063] Issue 14806 - alias this doesn't force elaborate equality, but is followed during it
    WalterBright committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    9318101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27dc117 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. Merge pull request #4821 from 9rnsr/fix14805

    [REG2.064] Issue 14805 - Unreasonably slow "new Struct[large]"
    MartinNowak committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    35d35f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Merge remote-tracking branch 'upstream/stable' into merge_stable

    Conflicts:
    	src/posix.mak
    	test/runnable/testdt.d
    MartinNowak committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    4c71cc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. Merge pull request #4831 from MartinNowak/merge_stable

    Merge remote-tracking branch 'upstream/stable' into merge_stable
    9rnsr committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    3b82f08 View commit details
    Browse the repository at this point in the history